1 page discussion Computer Science Assignment Help

1 page discussion Computer Science Assignment Help. 1 page discussion Computer Science Assignment Help.


(/0x4*br />

Analyze organizational processes to identify information systems requirements

Help in Homework

Before responding to this discussion, read both Requirements and Developing Requirements for an IT System assigned for Week 5.

For your Stage 3 assignment, you will analyze the hiring process at Maryland Technology Consultants (MTC) to identify the essential requirements for the hiring system. For this discussion, you will practice analyzing processes to identify user requirements for a system to improve a process.

Some students may still have difficulty identifying processes; be sure to refer to the Week 3 readings that describe various processes and review the Week 3 discussion. Keep in mind that a process is a set of specified steps to accomplish a task.

This week’s discussion topic focuses on system requirements that need to be clearly written so that the people who are developing the system or evaluating a system for use can discern whether the requirements are met or not.

The requirement statement:

  • Is a complete sentence, with a subject (system) and predicate (intended result, action or condition)
  • Identifies only one requirement; does not include the words “and,” “also,” “with,” and “or.”
  • For User Requirements, states what tasks the system will support or perform
  • Includes a measure or metric that can be used to determine whether the requirement is met (time or quantity), where appropriate
  • Is stated in positive terms and uses “must” (not “may” or “should”); e.g., “the system must xxxx” not “the system must not xxx”
  • Avoids the use of terms that cannot be defined and measured, such as “approximately,” “robust,” “user friendly,” etc.
  • Must be testable; that is, there must be some way to test the system to determine whether the requirement is met

Group 1:

1. Drawing from your own experience, select a process used at your place of work or in your interaction with an organization that you would like to see improved. Explain why you picked that process.

2. Imagine that a system is to be implemented (or an existing system improved) to make that process better and write five (5) user requirements that the system would need to satisfy. Each requirement is one sentence in length and addresses one thing the system must do. Here we are interested in user requirements – the activities the system must perform to support the identified process. We are not including system performance, quality or security requirements that express how the system would perform. Use the information above to create your requirements statements.

Groups 2, 3, and 4: Reply to three different main postings. You are to critically evaluate all of the following as you reply:

1. Should the process identified actually be considered a “process”? That is, does it meet the definition of “a set of specified steps to accomplish a task”? Why or why not?

2. Do the requirements listed support the selected process?

3. Are the requirements clearly stated such that system testers will be able to ascertain whether or not the requirement has been implemented?

4. Provide an example of a rewritten requirement that improves one of the user requirements using the information provided above.

Remember – the Group 1 initial posting is due by Friday midnight; it should be about two short paragraphs in length, supported by external research, and it should be posted by clicking on “Start a New Thread”. These postings need to thoroughly respond to the questions and incorporate relevant research correctly. Please look at what has been posted by your classmates before choosing your examples, and then select something that has not yet been discussed, if possible. Let’s try to spread the discussion across as many examples as possible.

1 page discussion Computer Science Assignment Help[supanova_question]

Read attached chapter and answer the question Science Assignment Help

You should read chapter 3 (Osteogenesis Imperfecta) from your Clinical Studies in Medical Biochemistry textbook (by Rosenthal and Glew) then answer the following questions;

1.Why is a bluish discoloration of the sclera a common finding in type I OI ?

2.Examination of type I collagen from a patient with type IV OI revealed normal electrophoretic mobility but altered thermal stability. Which region of the molecule is likely to contain the mutation ?

3.Why do mutations in C-propeptides cause significant posttranslational overmodification of type I collagen ?

4.Why does a reduction of collagen thermal stability by 6°C prevent incorporation of the corresponding mutant molecules into bone matrix ?

5.A teenager with a history of fractures but no skeletal deformities and no acute dis- tress was diagnosed with moderate type IV OI. After learning that radiographic analysis revealed low bone mineral density in their child, the parents inquired about a possibility of bisphosphonate therapy. How would you respond to their inquiry ?

make sure to include the reference from the reading assigemnt. Attached is chapter 3.

Also please follow the rubric

[supanova_question]

Physics 251 Laboratory Introduction to Spreadsheets Science Assignment Help

Introduction

Spreadsheets have a wide variety of uses in both the business and academic worlds. The study of

physics is no exception to this, and spreadsheets are a useful tool in the laboratory for both modeling

and computation. This lab will introduce you to the spreadsheet program Microsoft Excel and will

provide you with an opportunity to use what has been learned.

Equipment/Supplies

1. Computer equipped with Microsoft Excel software

Section 1

This section contains basic information and terminology regarding the use of spreadsheets. It is

intended for those students who have no previous experience working with spreadsheets. For those

students with a working knowledge of spreadsheets, this section can serve as a review.

Basic terminology

1. A column is a complete vertical set of cells. It is designated by a letter .

2. A row is a complete horizontal set of cells. It is designated by a number.

3. A cell is one item in the spreadsheet. It may contain text, a number, or a function. It is identified by a

letter/number pair (e.g., A2 or DD38), where the letter is the column and the number indicates

the row.

4. A range is a set of cells that may be horizontal, vertical or rectangular. It is designated by the first

and last cells in it, separated by a colon (:).

5. A function is literally a mathematical function. It may contain numbers, operators, basic functions,

and references. Note: a function must always start with an equals sign.

6. An operator is one of the familiar mathematical operators: +, –, *, /, and ^.

7. A basic function is also from math, examples are sum(), exp(), sin(), atan(), and sqrt().

8. A reference is the value in another cell, named by its column and row as a pair, e.g., A1 or D3.

References will often serve as the “variable” in our functions.

9. Syntax for special functions:

Function Excel notation Syntax

p PI() p/2 => PI()/2

exponential EXP(x) ex = EXP(x)

Scientific notation 3E-3 3×10-3 => 3E-3

Numbers or expressions as text Enclose in quotes “sin(PI()/2)+6”

Physics 251 Laboratory Spreadsheets Fall 2002

In the figure above several cells are shown as examples. Cell A3 has text typed into it. Cells C3 and E3

have constants (numbers). Cells D3 and F3 have functions. The text in cells C4:F4 shows how the

functions and constants in row 3 were typed (without the quotation marks, though). There are entries

in range C3:F3. There are no entries in B1:B4. The entire area shown is A1:F10. Note that for

rectangular ranges the first and last cells are the upper left and lower right respectively.

To enter information in a cell just click in it and start typing. What you type will appear in the cell and

on a line near the top of the window (Edit Bar). If you need to edit what you have typed, work in the

Edit Bar. Use the mouse move the cursor around in the Edit Bar, the arrow keys will not work, as

these will move you to a new cell. If you type a function, the function will be evaluated when you hit

return (or arrow to a new cell).

You can highlight a cell with a function in it, click and hold the little box in the lower right

corner and drag. This will “fill” a whole range with the equation you want, furthermore, the

spreadsheet will automatically increment the row # or column letter as it goes.

The example above shows the usefulness of automatically incrementing rows. In cells A2 & A3, I typed

the numbers 1&2. Highlighting both cells and dragging the corner down I get a list of counting

numbers. In cells B2 and B3, I typed the dates for two consecutive Wednesdays. Again, highlighting

both and pulling down I get a column with the dates for the next 5 Wednesdays. Incrementing can be

done with formulas as well. In cell C2, I typed in the equation =A2^2+3, then “pulled down” to

calculate the equation for all the numbers in column A. Double clicking on a cell shows the function.

Physics 251 Laboratory Spreadsheets Fall 2002

Note that when I pulled down, the spreadsheet automatically incremented the index from A2 to A6.

Sometimes we do not want the cells to increment automatically, to prevent the spreadsheet from

incrementing use a ($) before the column letter to stop columns from incrementing or before the number

to prevent the rows from incrementing. If you are using a cell to store a constant, put ($) before both

the column letter and the row number.

Using only the ideas mentioned so far, we can already get a glimpse of how to do physics with a

spreadsheet. In the following example, it is illustrated how to calculate a basic 152 problem: the height

of a ball that is thrown upwards with initial velocity v0. We remember the kinematic formulas for the x

and y motion of an object subjected to gravitational acceleration as 2

0 0

1

2 y = y + v yt + ayt and

0 0x x = x + v t .

To plot the function, highlight the numbers in columns B and C, click on the chart icon on the toolbar at

the top, select XY Scatter plot and click OK. The right column will be used as the independent variable

(x) axis and the column on the left will be used as the dependent variable (y) axis. Adding a trendline

and displaying the equation on the graph are options in the chart menu.

Physics 251 Laboratory Spreadsheets Fall 2002

Height of Projectile

-10

0

10

20

30

40

50

60

0 2 4 6 8

Time (sec)

Height (meters)

Height of Projectile

y = -4.9×2 + 30x + 10

-10

0

10

20

30

40

50

60

0 2 4 6 8

Time (sec)

Height (meters)

Physics 251 Laboratory Spreadsheets Fall 2002

Section 2

In this section, you will apply the information in section 1 to create several spreadsheets.

1. Create a spreadsheet that reproduces the ball thrown upwards as in the example in section 1 but on

this spreadsheet add x motion to it. Remember to add constants for initial x velocity and position.

Make plots of x vs. t, y vs. t and x vs. y

2. Make a spreadsheet that produces a “wiremesh” plot of the potential of a dipole. Remember the

equation for the potential of a dipole is

0 1 2

1

4

q q

V

pe r r

æ – ö

= +ç÷

è ø

.

Steps:

1. Keep everything in the region of the x-y plane bounded by x = [-2,2] y = [-2,2].

2. Offset your grid so the charges don’t sit precisely on grid points. Set your first point at

(2.001,2.001).

3. Set up constants, k=9e9, q1, q2, x1, x2, y1, y2 (the charges and locations of your two charges)

and delta (the step size in x and y – should be between 0.1 and 0.3).

4. Create a horizontal range representing x values.

5. Create a vertical range representing the y values.

6. Create a formula that will calculate the potential due to q1 at the origin. Fill your x-y region and

check the results. Check to be sure the automatic increment feature is working the way you

want it to.

7. Modify your formula to move q1 to a value on the +x axis, recheck. Does the graph make

sense?

8. Now, modify to move q1 to a point with positive x and y, recheck. Does the graph make sense?

9. Add in the other charge.

10. Excel has a “surface plot” feature in the chart wizard.

11. Plot and print wiremesh plots of your charges in quadrants I &III and I &II.

The following is an example of a wire mesh plot with charges at (0.5,0.5) and (-0.5,-0.5).

Physics 251 Laboratory Spreadsheets Fall 2002

1

5

9

13

17

21

S1

-8000.00 S12

-6000.00

-4000.00

-2000.00

0.00

2000.00

4000.00

6000.00

8000.00

Physics 251 Laboratory Spreadsheets Fall 2002

Spreadsheets Lab

Results

Section 2

Print out the following plots from the first exercise:

x vs. t

y vs. t

x vs. y

Print out the following plots from the second exercise:

A wiremesh plot of the potential versus position for a dipole with charges at (0.5,0.5) & (-0.5,-0.5)

A wiremesh plot of the potential versus position for a dipole with charges at (1,1) & (-1,-1).

Explain to “The Boss” why programs like Excel are useful in understanding or solving physics

problems. ______________________________________________________________________

______________________________________________________________________________

______________________________________________________________________________

______________________________________________________________________________

______________________________________________________________________________

______________________________________________________________________________

What was good about this lab and what would you do to improve it?

_____________________________________________________________________________

______________________________________________________________________________

______________________________________________________________________________

______________________________________________________________________________

NAME_________________________________________________DATE__________________

Physics 251 Laboratory Spreadsheets Fall 2002

[supanova_question]

CJS215 University of Phoenix Week 1 Introduction to Forensics Law Assignment Help

1. Respond to the following in a minimum of 175 words:

Search for a criminal justice-related case study that gives examples of how forensic science contributes to the criminal justice process. You may use current events, books, the internet, etc. Briefly describe the circumstances and then give a synopsis of a way in which forensic science was or is being used in the case, either in evidence collection, laboratory analysis, or otherwise.

2. Forensic science plays a major role in solving crime. The field of forensic science spans multiple disciplines. Over the years, as technology has advanced, the capabilities of forensic science units have increased. The purpose of this assignment is to show that you understand the scope of work in forensic science.

Write short-answer responses between 100 and 225 words each in response to the following:

  • Describe the evolution of forensic sciences over time, including the role of key pioneers.
  • Differentiate 2-3 of the 11 forensic science disciplines outlined in this week’s reading used to aid law enforcement officials in conducting their investigations. Provide examples of their scope of work and the role it plays in criminal investigations.
  • Explain how forensic science is used in the criminal justice system.

Cite the sources used to support your assignment.

Note: In the criminal justice field, your written communication skills are paramount since much of these career options require report writing. Be certain to follow the rules of grammar so that flow of thought is maintained for the reader.

[supanova_question]

Operation Management Assignment Business Finance Assignment Help

Operations Management and Factors Affecting Productivity (100 points)

Maduro Cleaning is a small organization that provides cleaning services to both residential and commercial clients. As a small organization, the owner assigns crews of two, three, or four employees to jobs each morning but the owner does not have a good method of determining a reasonable amount of time that each cleaning should take. The owner decided to keep data on job times and crew sizes in the hopes of developing a productivity measure.

Address the following requirements:

  • Calculate which of the crew sizes has the best productivity per worker, and explain your method.
  • Evaluate your outcome and the possible reasons that would explain those results.
  • Project what the productivity might be for a crew size of five and explain your reasoning.

Crew Size Avg: Productivity per Crew

  • 2: 3765 square meters per day
  • 3: 4915 square meters per day
  • 4: 6309 square meters per day

Directions:

  • Your essay is required to be four to five pages in length, which does not include the title page and reference pages, which are never a part of the content minimum requirements.
  • Support your submission with course material concepts, principles, and theories from the textbook and at least three scholarly, peer-reviewed journal articles. Use the Saudi Digital Library to find your resources.
  • APA style

check attached file for previous assignment. I need full mark.

[supanova_question]

[supanova_question]

One Page Short Abstract and preliminary Table of Contents Computer Science Assignment Help

Paper Proposal:

The proposal should have a short abstract and a preliminary Table of Contents.

Topics of the research paper can be one of two areas. The first is one of the following public cloud providers: Amazon Web Services (AWS), Microsoft Azure, Google Cloud Platform, IBM Cloud, or Rackspace.

The second area that is acceptable is an example of a company’s migration form a conventional data center environment to a public cloud provider infrastructure. If your company has moved to a public cloud provider that would be an excellent example. Challenges, decision process, and solution details should be main topics.

Once we accept the proposal you will be working on a 8 – 10 page Research paper and a PPT. you have 5 days to complete the work. Bid only for the proposal… I will post research paper seperate.

One Page Short Abstract and preliminary Table of Contents Computer Science Assignment Help[supanova_question]

PSY111 Research Paper Humanities Assignment Help

Expand your annotated outline and write a research paper.

Your Signature Assignment requires you to complete the following:

  • Provide an overview of the selected topic; AUTISM. The topic autism must span across both childhood and adolescence.
  • Review the theories that help individuals understand autism across childhood and adolescence.
  • Explain how the three domains of development interact with one another in this topic across childhood and adolescent.
  • Provide examples of research recent, in the last 10 years, on this autism.
  • Conclude by considering the role that Positive Youth Development could play in understanding/addressing autism.

*USE THE ATTACHED ANNOTATED OUTLINE TO GUIDE YOU THROUGH WRITING THIS PAPER

Length: 12-15 pages, not including title and reference pages

References: Include a minimum of 10 scholarly resources.

Your paper should demonstrate thoughtful consideration of the ideas and concepts presented in the course by providing new thoughts and insights relating directly to this topic. Your response should reflect scholarly writing and current APA standards.

[supanova_question]

transcript of “Oakland BBQ” Business Finance Assignment Help

Please open and read the following Instructions document for completing this Transcribing Exercise:

Transcribing instructionsF20.pdf

Remove file

CA transcript *Some instruction highlights appear below, but be sure to read/follow all detailed instructions in the document above.*

Review the sample phone call “Medeiros 1” — listen to the sound file and practice associating the CA transcript symbols in it with what you hear on the call:

Review and use these CA Transcript Symbols (you may copy/paste symbols from this document that are more difficult to find on your keyboard):

Also review this longer/more detailed listing of symbols:

Visit the following website that offers a tutorial on how to use CA symbols (access it using the browser Chrome):

http://www.sscnet.ucla.edu/soc/faculty/schegloff/TranscriptionProject/ (Links to an external site.)

Finally, transcribe the following 911 phone call:

Format your transcript by carefully following all the directions/instructions (listed on the first document above).

Your transcript of “Oakland BBQ” is due

As you work on your Transcribing Exercise for this class, please keep in mind that UNH’s Academic Honesty Policy will be enforced. This policy includes out-of-class work: please note that copying another’s work (from a previous or the current semester) and submitting it as your own is considered to be academic misconduct (plagiarism/cheating), and will result in failure of the assignment or the course.

Your work will be evaluated by assessing the degree to which your transcript displays:

– an adequate grasp of the level of detail it is appropriate to capture,

– a substantial grasp of what the symbols are used to represent, and

– your own, individual best effort to hear and represent this stretch of talk (do not use anyone else’s transcript to inform your own; text matching detection will be used).

[supanova_question]

​Data Project #1: PPP – Please read the file attached Economics Assignment Help

Data Project #1: PPP

PURPOSE: To examine evidence on the long-run Purchasing Power Parity theory of exchange rates.

CHOICE OF COUNTRIES: A separate file contains a list of countries for which I was able to find data on FRED. I stopped my search, however, so it is likely that there are even more countries on FRED. Also, you may use other data sources, most of all the IMF’s International Financial Statistics or the World Bank’s online database, to get data on countries that I have not listed.

Choose two countries, one an advanced economy and one an emerging market economy. Do your analysis for the US and your advanced economy, and then do the whole process again for the US and your emerging market economy.

[supanova_question]

problem set Business Finance Assignment Help

Question 1.

1. Identify a major public infrastructure project that is either underway, complete, or proposed in your region. This could be a bridge, road, building, or something of that nature. For the project you have identified, think of as many stakeholders and stakeholder groups as you can. Create a three-column table. In column 1, list the stakeholders. In column 2, list what each stakeholder wants to get from the project. In column 3, list the influence each stakeholder has over the project.

Question 2.

2. How can the stakeholders change over the course of a project? Give examples of changes in who the stakeholders are, and also in how their interests or influence over the project might change throughout the term of the project.

[supanova_question]

1 page discussion Computer Science Assignment Help

1 page discussion Computer Science Assignment Help

× How can I help you?