Miranda Rule

 Prior to the Miranda v Arizona ruling in 1966, law enforcement could question possible suspects without their having legal counsel present. They could bully potential suspects, trick them, and do whatever else they thought was necessary to determine potential suspects’ involvement in a crime. The Miranda ruling protects people by allowing them to have legal counsel present when questioned by law enforcement regarding a crime in which they may or may not have been involved. This is a two-part assignment. Be sure to complete both parts.

Instructions

Part 1

In Part 1 of this assignment you are required to write a one- to two-page narrative in which you: 

  • Summarize the Miranda Rule, including examples. 
  • Explain exceptions to the Miranda Rule, including examples.   
  • Develop a checklist with a series of questions to ask when assessing whether or not the Miranda Rule applies (for example, is your question a general one, such as name and date of birth? Or is it one that could make them vulnerable to prosecution?). 
Part 2

In Part 2 of this assignment, you are required to examine the scenarios contained in the Miranda Rule or Exception Template [DOCX].

  • Note: The first scenario is completed for you as an example to guide your work on the remaining nine scenarios.  

For each scenario:

  1. Determine for each scenario whether the Miranda Rule applies or an exception to it is in order. 
  2. Justify your determinations. 
  3. Use three sources to support your writing.
    • Choose sources that are credible, relevant, and appropriate.
    • Cite each source listed on your source page at least one time within your assignment.

cryptography

After reading chapter 3, analyze the history of the Caesar Cypher and its impact on cryptography.

Research Paper

Develop a disaster recovery plan for an organization. There are many different templates available online for you to use as reference and guidance. Your plan should cover the following sections (these sections detail the elements in a DR plan in the sequence defined by industry compliance standards ISO 27031 and ISO 24762).This section should summarize key action steps (such as where to assemble employees if forced to evacuate the building) and list key contacts with contact information for ease of authorizing and launching the plan.

  •     Introduction
  •     Roles and Responsibilities
  •     Incident Response
  •     Plan Activation
  •     Document History
  •     Procedures

Your paper should meet the following requirements:

  • Be approximately six to eight pages in length, not including the required cover page and reference page.
  • Follow APA 7 guidelines. Your paper should include an introduction, a body with fully developed content, and a conclusion.
  • Support your answers with the readings from the course and at least ten scholarly journal articles to support your positions, claims, and observations, in addition to your textbook. The UC Library is a great place to find resources.
  • Be clearly and well-written, concise, and logical, using excellent grammar and style techniques. You are being graded in part on the quality of your writing

Assumptions and Limitations@research

Hello, I will be uploading a format for assumptions and limitations, I would like you to take two different topics that are qualitative and quantitative, and then convert them into the format I uploaded. I want it in two days from now. 

You will be taking two different topics on salesforce: quantitative and qualitative, and then keep them both in the format. 

SE week 1 discussion

In your own words, what is the difference between a flow chart, a pseudocode, and a program? Why does a programmer need to know all three of them?

▪

modify – private

 

Work on:

Modify ContractorCalculator to display the tax rate. Use two Labels: one to display the text “Tax Rate:” and the other to display the current tax rate. Add a button “Change Rate” that will open a view controller that allows the user to enter the tax rate. Save the tax rate in a UserDefaults object. When the dialog is closed, the new tax rate should be displayed in the Label. The app should use this rate for calculations until it is changed. The tax rate should be loaded from the UserDefaults object anytime the app opens.

*** Attaching the previously worked Contractor Calculator question and answer.

(Create a project called ContractorCalculator.

▪ The view controller layout should contain two TextFields, one button, and eight labels

▪ The Calculate button should add the labor and material costs from the TextFields and put the result in the label next to SubTotal. Tax should be calculated using a 5% rate (use a constant) and displayed in the label next to Tax. The tax and subtotal should be added together and displayed in the label next to Total.)

Explain how computer programs

  

1.Explain how computer programs, including Geometer’s Sketchpad, can help students understand geometry.

2. Describe different ways that Geometer’s Sketchpad lessons can be used to teach using the different teaching principles. Examples of teaching principles are direct instruction, cooperative learning, and so forth.

Form Validation. (Javascript)

**COMPUTER SCIENCE helper only**

One of the most common uses of client-side JavaScript is to validate form data. When we say “validate” form data, we mean ensuring that the data entered is clean, error free, formatted correctly, and meets certain criterion. The validation of input data is crucial because it ensures that the data is captured in a format that can be used most efficiently. Web designers and developers use client-side JavaScript as one method for validating user-inputted data. The purpose of this project is to build an HTML5 registration form and use JavaScript functions to validate user-inputted data. 

Please find attachment for more details – all requirement have to be met no exeception whatsover!

Assignment 2

Whether you are trying to determine fair use or are attempting to navigate the confusing world of ethics in a foreign culture, it is essential that you take time to educate yourself about ethics if you want to be successful. 

Evaluate a pressing ethical issue brought up by modern information systems. It might be privacy, intellectual property, cyber bullying, fake news, or something similar.  What steps do organizations and/or individuals need to take in response to the issue?

600 words 

cpp

Check the Input & Output slide in Week 6. Implement the File Input/Output example presented in pages 25. You need to create your own test.txt file using any text editor. The input file should have some integer values (e.g., 10 values) separated by whitespaces. Normally this input file should be placed in the same directory as the program code resides. But depending on the IDE you use, it may be a different directory in the project. Figure out which directory your IDE reads an input file from and writes an output file to.