add a new console application named exercise02 to your workspace. create a class named shape with properties named height, width, and area. add three classes that derive from it—rectangle, square, and circle—with any additional members you feel are appropriate and that override and implement the area property correctly.

Answers

Answer 1

To add a new console application named "exercise02" to your workspace, follow these steps:1. Open your preferred integrated development environment (IDE) or text editor.
2. Create a new project or solution for your console application.
3. Name the project "exercise02" and choose the appropriate programming language.
4. Once the project is created, locate the solution explorer or project explorer panel.
5. Right-click on the project name ("exercise02") and select "Add" or "New Item" to add a new item to the project.
6. Choose the option to add a new class file and name it "Shape.cs".
7. Within the "Shape" class, define the properties "height," "width," and "area" using the appropriate data types for your programming language. For example, in C#, you would define the properties as follows:

```csharp
public class Shape
{
   public int Height { get; set; }
   public int Width { get; set; }
   public int Area { get; set; }
}
```

8. Next, create three classes that derive from the "Shape" class: "Rectangle," "Square," and "Circle."
9. To do this, create new class files for each of these shapes (e.g., "Rectangle.cs," "Square.cs," "Circle.cs") and define them as subclasses of the "Shape" class.
10. In each derived class, override the "Area" property and implement the correct calculation for that particular shape.
11. For example, in the "Rectangle" class, you would override the "Area" property as follows:

```csharp
public class Rectangle : Shape
{
   public override int Area
   {
       get { return Height * Width; }
   }
}
```

12. Similarly, you would override the "Area" property in the "Square" and "Circle" classes, implementing the appropriate area calculation for each shape.
13. Feel free to add any additional members to the derived classes that you deem necessary for your application.
14. Once you have implemented the necessary classes, you can use them within your console application to create instances of different shapes and access their properties and methods.

Remember to adapt the code snippets provided to the specific programming language you are using, and ensure that the area calculations are accurate for each shape.

To know more about new console application visit:

https://brainly.com/question/33512942

#SPJ11

1- Create a console application project in C#

2. Create a class named Shape with properties named Height, Width, and Area.

3. Add three classes that derive from it—Rectangle, Square, and Circle—with any additional members you feel are appropriate and that override and implement the Area property correctly.

4. In Program.cs, in the Main method, add statements to create one instance of each shape, as shown in the following code:

var r = new Rectangle(3, 4.5);

WriteLine($"Rectangle H: {r.Height}, W: {r.Width}, Area: {r.Area}");

var s = new Square(5);

WriteLine($"Square H: {s.Height}, W: {s.Width}, Area: {s.Area}");

var c = new Circle(2.5);

WriteLine($"Circle H: {c.Height}, W: {c.Width}, Area: {c.Area}");

5. Run the console application and ensure that the result looks like the following output:

Rectangle H: 3, W: 4.5, Area: 13.5

Square H: 5, W: 5, Area: 25

Circle H: 5, W: 5, Area: 19.6349540849362


Related Questions

In a computer with base and limit registers for address space protection the address generated by an instruction is 329048. At that time the base register value is 256400 and the limit register value is 128680. What is the address used by the memory subsystem to fetch the data

Answers

To summarize, the address used by the memory subsystem to fetch the data is 329048.

The base and limit registers in a computer are used for address space protection.

In this case, the instruction generates an address of 329048, while the base register value is 256400 and the limit register value is 128680.

To determine the address used by the memory subsystem to fetch the data, we need to check if the generated address falls within the range specified by the base and limit registers.

The address is within the range if:
(base register value) ≤ (generated address) ≤ (base register value + limit register value)

In this case:
256400 ≤ 329048 ≤ 256400 + 128680

Simplifying:
256400 ≤ 329048 ≤ 385080

Since 329048 satisfies this condition, the memory subsystem will use this address to fetch the data.

To know more about memory subsystem, visit:

https://brainly.com/question/32353027

#SPJ11



N processes are running concurrently in a virtual memory system. A dedicated disk is used for paging.
Explain whether N should be increased, decreased, or left unchanged, if it is observed that the CPU utilization is very low and disk utilization is very high.

Answers

To address the observed low CPU utilization and high disk utilization in a virtual memory system with dedicated disk paging, it is recommended to decrease the number of processes (N) to better balance the resource utilization and improve system performance.

If it is observed that the CPU utilization is very low and disk utilization is very high in a virtual memory system with dedicated disk paging, N (the number of processes) should be decreased.

Explanation: In this scenario, the low CPU utilization indicates that the CPU is not being fully utilized, while the high disk utilization suggests that the disk is under heavy load due to excessive paging. This imbalance between CPU and disk utilization indicates that there are too many processes running concurrently, leading to a high demand for memory and excessive paging.

By decreasing the number of processes (N), the overall memory demand and subsequent paging activity can be reduced. This allows for a more efficient utilization of system resources, including the CPU and disk, and can help alleviate the high disk utilization issue.

To know more about memory system visit :

https://brainly.com/question/32124561

#SPJ11

T/F Explain. Write True or False and a 2-3 sentence explanation. Many times the answer can be true or false, the explanation is what matters. Improvement in technology will increase inequality.

Answers

False. Improvement in technology does not necessarily lead to increased inequality.

While it is true that technological advancements can result in job displacement and income inequality in some cases, they can also create new opportunities and improve overall living standards. For example, technology has enabled the creation of new industries and job roles, such as software development and data analysis.

Additionally, advancements in technology have made goods and services more accessible and affordable for many people, narrowing the digital divide and reducing inequality. The impact of technology on inequality depends on how it is managed and distributed within society. Therefore, it is not accurate to say that improvement in technology will always lead to increased inequality.

To know more about inequality visit:

brainly.com/question/14200400

#SPJ11

Differentiate between philanthropic model of CSR and social web
of CSR.

Answers

The philanthropic model of CSR focuses on charitable giving and donations, while the social web of CSR emphasizes sustainable and responsible business practices that benefit society as a whole.

The philanthropic model of CSR involves corporations making monetary contributions to various charitable causes and organizations. This approach is often characterized by one-time donations or sporadic acts of charity.

The primary aim is to support specific social causes and address immediate societal needs. While these philanthropic initiatives can bring positive impact and provide immediate relief, they may not always address the underlying systemic issues contributing to social problems.

On the other hand, the social web of CSR revolves around integrating social and environmental considerations into a company's core business strategy. This approach focuses on long-term sustainability and the creation of shared value for both the company and society.

It involves practices such as ethical sourcing, reducing environmental impact, promoting employee well-being, and fostering community development. The social web of CSR recognizes that businesses have a responsibility to operate in a manner that aligns with societal expectations and contributes positively to the communities they operate in.

In summary, the key difference between the philanthropic model of CSR and the social web of CSR lies in their respective approaches. The philanthropic model primarily involves charitable giving and one-time donations, while the social web model emphasizes integrating responsible and sustainable practices into a company's core operations.

Learn more about CSR

brainly.com/question/32771188

#SPJ11

typically, users or user groups are given account numbers protected by passwords, which they can use to gain access to the database. a dbms should provide a

Answers

A DBMS (Database Management System) should provide a secure and controlled access mechanism for users or user groups. This is typically done by assigning account numbers and protecting them with passwords.

Explanation:
1. The first step in providing secure access to a database is to assign each user or user group a unique account number. This helps in identifying and tracking the actions of individual users.
2. The account numbers are then protected by passwords. Passwords serve as a means of authentication, ensuring that only authorized users can gain access to the database.
3. When a user wants to access the database, they need to provide their account number and password. The DBMS verifies the authenticity of the user by comparing the provided password with the one stored in its system.
4. If the password matches, the user is granted access to the database. They can then perform the necessary operations on the data, such as querying, inserting, updating, or deleting records.
5. It is essential for a DBMS to provide a secure access mechanism to prevent unauthorized access to the database, protect the integrity of the data, and ensure the confidentiality of sensitive information.

Conclusion:
In conclusion, a DBMS should provide a secure and controlled access mechanism for users or user groups. This involves assigning account numbers protected by passwords, which users can use to gain access to the database. By implementing these measures, the DBMS ensures the security and integrity of the database.

To know more about Database visit

https://brainly.com/question/30163202

#SPJ11

The -9 option to the gzip utility results in a higher compression ratio. true or false

Answers

The statement is false.

The -9 option in the g zip utility does not result in a higher compression ratio. The -9 option actually specifies the highest compression level, which means that it will use more computational resources and take longer to compress the file. However, this higher compression level does not necessarily result in a higher compression ratio. The compression ratio is determined by the content of the file being compressed, not the compression level chosen. In some cases, a lower compression level may actually result in a higher compression ratio if the file contains a lot of redundant or compressible data. Therefore, it is not accurate to say that the -9 option always leads to a higher compression ratio.

To know more about statement visit:

https://brainly.com/question/17238106

#SPJ11

Completeness means that all data that must have a value does not have a value.

a. true

b. false

Answers

Completeness means that all data that must have a value does not have a value. This statement is b. false

What is Completeness?

Completeness refers to the quality or state of being complete or whole. In the context of data, completeness means that all necessary data elements or attributes have been recorded or captured.

It does not imply that data is missing, but rather that all the required information has been provided. Therefore, completeness means that all data that must have a value does have a value, not the other way around.

Read more about data completeness here:

https://brainly.com/question/30378821

#SPJ4

In windows 10, what command will redirect the output of dir command to a local printer?

Answers

In Windows 10, you can use the following command to redirect the output of the dir command to a local printer:

The Command Line to use

dir > LPT1

This command redirects the output of the dir command to the printer connected to the LPT1 parallel port.

You can replace LPT1 with the appropriate port if your printer is connected to a different parallel port, such as LPT2 or LPT3. Keep in mind that this command assumes your printer is set up and configured correctly, and it may require administrative privileges to access the printer port.

Read more about printers here:

https://brainly.com/question/31051187

#SPJ4

save the file to a new folder inside the documents folder on the computer. name the new folder marketing. name the file businessplanupdated.

Answers

To save the file to a new folder named "marketing" inside the "Documents" folder, you need to create the folder first and then create a new file with the desired name "businessplanupdated" inside the folder.

To save the file to a new folder inside the documents folder on the computer, follow these steps:
1. Open the "Documents" folder on your computer.
2. Right-click on an empty space inside the folder and select "New" from the context menu.
3. Choose "Folder" to create a new folder.
4. Name the new folder "marketing" and press Enter.
5. Open the folder you just created by double-clicking on it.
6. Now, create a new file by right-clicking on an empty space inside the folder and selecting "New" > "Text Document" from the context menu.
7. Rename the file to "businessplanupdated" and press Enter.
8. Double-click on the file to open it and start working on your updated business plan.

To know more about marketing, visit:

https://brainly.com/question/27155256

#SPJ11

How do user programs and system services interact in a microkernel architecture?

Answers

The microkernel architecture promotes a more reliable, maintainable, and scalable operating system by providing a structured and well-defined way for user programs to interact with system services.

In a microkernel architecture, user programs and system services interact through well-defined interfaces provided by the microkernel.

Here's a step-by-step explanation of how this interaction takes place:

1. User programs are applications or processes running on the operating system. These programs require certain services or functionality from the underlying system.

2. System services, also known as kernel services, are the core components of the operating system responsible for providing low-level functionalities like process management, memory management, device drivers, and inter-process communication.

3. In a microkernel architecture, the microkernel acts as a minimalistic layer that provides only essential services, such as process scheduling, inter-process communication, and memory protection. It delegates other services to separate user-space processes called servers.

4. When a user program needs a particular service, it sends a request to the microkernel, specifying the type of service required.

5. The microkernel then routes the request to the appropriate server process that provides the requested service. For example, if the user program needs to access a file, the microkernel will forward the request to the file server.

6. The server process receives the request from the microkernel and processes it accordingly. It performs the required operations, such as reading or writing data to the file system, and returns the result back to the user program via the microkernel.

7. Once the microkernel receives the response from the server, it passes the result back to the user program, which can then continue its execution based on the received information.

This interaction between user programs and system services in a microkernel architecture ensures a modular and flexible operating system design. The separation of services into individual server processes allows for better fault isolation and easier extensibility. Additionally, the microkernel's role as a mediator ensures that user programs can access the required services without having to deal with the low-level details of the system implementation.

Overall, the microkernel architecture promotes a more reliable, maintainable, and scalable operating system by providing a structured and well-defined way for user programs to interact with system services.

To know more about the word system services, visit:

https://brainly.com/question/32364712

#SPJ11

You are required to simulate a project of your choice. The project can be one that you are involved in or one that you are observing. The simulated project should include but not be limited to the following : Project Introduction and background, - Problem statement, - Project aim and objectives, - Process flow of the project that is being simulated, - Simulation of the project using Simio, - Simulation results Discussion (Do they represent the expected results) - Proposed Solutions to the simulated problem (Use simulation to support your suggestion) Conclusion.

Answers

As per the given question, you are required to simulate a project of your choice.

The following are the details that you can include in the simulated project:Project Introduction and backgroundThe first and foremost important detail that you can include in the simulated project is the introduction and background of the project. It is a brief overview of the project that includes the information about the project such as its origin, purpose, objective, etc.Problem statementThe next detail that you can include in the simulated project is the problem statement. After that, the aim and objectives of the project should be defined. It includes the purpose of the project, its objectives, and what it hopes to achieve.

Process flow of the project that is being simulatedThe next detail that you can include in the simulated project is the process flow of the project that is being simulated. It should provide information about the steps involved in the project, their order, and the role of each step.Simulation of the project using SimioAfter that, the project can be simulated using Simio. Simio is a software program that helps to simulate real-world problems. It uses simulation to develop solutions for complex problems.Simulation results DiscussionThe simulation results should be discussed in detail. It is important to see whether they represent the expected results or not

To know more about project visit:

https://brainly.com/question/26741514

#SPJ11

two hosts, a and b, are separated by 20,000 kilometers and are connected by a direct link of 1 mbps. the signal propagation speed over the link is 2.5 × 108 meters/sec. a. what are the one-way propagation delay and round-trip time? b. calculate the bandwidth-delay product, ???????? ⋅ ????????prop. c. what is the bit time? d. what is the maximum number of bits on the link at any given time if a sufficiently large message is sent? e. what is the width (in meters) of a bit in the link? f. derive a general expression for the width of a bit in terms of the propagation speed ????????, the transmission rate ????????, and the length of the link mm.

Answers

a. One-way propagation delay and Round-trip time:

Propagation delay = distance / propagation speed

Time = distance / speed

Let's first find out the one-way propagation delay:

Propagation Delay = 20000 / (2.5 ×  108)

Seconds  Propagation Delay = 80 microseconds (μs)

Round-Trip Time = 2 *

Propagation Delay Round-Trip Time = 2 * 80 μs

Round-Trip Time = 160 μs

b. Bandwidth-delay product:

Bandwidth-Delay Product = Transmission Rate * Propagation Delay

Bandwidth-Delay Product = 1,000,000 bits/second * 80

microseconds Bandwidth-Delay Product = 80,000 bits

c. Bit time:

Bit time is the time required to transmit a single bit over a link.

Bit time = 1 / Transmission Rate

Bit time = 1 / 1,000,000Bit time = 1 μs

d. Maximum number of bits on the link at any given time:

Maximum number of bits on the link = Bandwidth-Delay Product Maximum number of bits on the link = 80,000 bits

e. Width of a bit in the link:

Width of a bit = Propagation Speed / Transmission Rate

Width of a bit = 2.5 × 108 / 1,000,000

Width of a bit = 250 meters / second

f. Deriving a general expression for the width of a bit:

Width of a bit = Propagation Speed / Transmission Rate

Width of a bit = (Distance / Time) / Transmission Rate

Width of a bit = (Distance / Transmission Rate) / Time

Width of a bit = Length of the link / Bandwidth-Delay Product

Width of a bit = L / (R * Propagation Delay)

Therefore, the expression for the width of a bit in terms of propagation speed, transmission rate, and the length of the link is:

Width of a bit = L / (R * Propagation Delay)

To know more about Bandwidth-delay product refer to:

https://brainly.com/question/32167427

#SPJ11

Complete a procurement plan for the project provided by your instructor. Changing topics is not permitted. 2. You must create your procurement plan based on the course materials. Do not use a template from an external source. 3. Use multiple sources to develop your understanding of the project procurement process. Recommended starting points a. Kerzner eText b. PMBOK Guide c. Course material 4. Create a professional looking document that includes a title page, table of contents, and bibliography. APA standards must be followed. 5. Assignment length: minimum 2 pages excluding title page, table of contents and bibliography pages. 6. Submit your assignment to the drop box: Assignment 1 . Only one submission is permitted. Therefore, ensure that you create your own work before it's submitted to the drop box. Your organization strongly supports the goals of the United Nations' PRME (Principles for Responsible Management Education). The organization has begun its first PRME project, a high priority and highly visible initiative. You have been named project manager. The project will identify and establish ongoing relationships with corporate partners worldwide. The partnerships will promote the development, transfer, dissemination and diffusion of environmentally sounc educational technologies to developing countries on favorable terms, including concessional and preferential project will be a content delivery platform for elementary and secondary school organizations. D2L (eConestoga) is an example of this technology. It is expected that several partners will be required to fulfill all the needs of the school organizations. Preference will be given to partners in developing nations, partners with visible minorities and women as the majority shareholders. Partners should be ready to work with school organizations on January 1, 2024. Partners may have one or more of the following responsibilities. - Develop and build educational technologies. - Customize technology to fit the needs of the school organization. - Install the technology in the school system. - Train teachers in how to use the technology in their first language. - Create training materials for students. - Deliver periodic upgrades to the technology as well as ongoing user support. Procurement Plan Contents

Answers

The procurement plan for the United Nations' PRME project, with a content delivery platform for elementary and secondary school organizations,

project's goals and objectives are achieved through the timely and cost-effective procurement of necessary goods, services, and works. The procurement plan for the PRME project is a comprehensive plan that includes detailed procurement activities and schedules to acquire the needed goods, services, and works. The procurement plan comprises of the following contents:Project Scope: The PRME project's scope will be defined in terms of what is to be procured, the procurement processes to be utilized, and the procurement schedule.Procurement Methodology: This section describes the procurement processes to be utilized to acquire the necessary goods, services, and works for the project.

The procurement processes must comply with the organization's procurement policy and applicable laws and regulations. Procurement Schedule: This section provides a schedule for all procurement activities, including the expected timeframes for the delivery of the goods, services, and works. It should include the following details:Procurement Activities: This section provides an overview of all the procurement activities that will be undertaken, including the types of goods, services, and works required. It should include a description of the requirements, specifications, standards, and quality controls for each item.Procurement Budget

To know more about project visit:

https://brainly.com/question/32805877

#SPJ11

Given the following while loop, what is the value variable z is assigned with for the given values of variables a, b and c? mult = 0 while a < 10: mult = b * a if mult > c: break a = a 1 z = a 1)

Answers

The value of variable z is assigned the updated value of variable a (z = a).

Based on the given code, the value of variable z will be the same as the updated value of variable a after the loop ends.

The given code snippet contains a while loop. Let's break it down step by step to determine the value of variable z.

The initial value of the variable mult is set to 0.

The while loop condition checks whether the value of variable a is less than 10.

Inside the loop, the variable mult is assigned the value of the product of variables b and a (mult = b * a).

If the value of mult is greater than the value of variable c, the loop is exited using the break statement.

After the break statement, the value of variable a is updated to a + 1 (a = a + 1).

Finally, the value of variable z is assigned the updated value of variable a (z = a).

Based on the given code, the value of variable z will be the same as the updated value of variable a after the loop ends.

To know more about the word break statement, visit:

https://brainly.com/question/13014006

#SPJ11

The correct question is,

Given the following while loop, what is the value assigned to variable z for the given values of variables a, b and c?

mult = 0;

while (a < 10) { mult = b * a; if (mult > c) {

break;

}

a = a + 1;

}

z = a;

a = 4, b = 5, c = 20

When using a control chart to test for statistical anomalies
(special cause) which of the following is a true statement:
(2) or more consecutive data points above the mean.
(1) or more data points bey

Answers

(1) or more data points beyond the control limits is a true statement when using a control chart to test for statistical anomalies (special cause).

A control chart is a graphical tool used in statistical process control to monitor a process and detect any unusual or unexpected variation. Control limits are set on the chart to define the range of normal variation. Any data point that falls beyond these control limits indicates a statistical anomaly, often referred to as a special cause variation.

When using a control chart, if (1) or more data points fall beyond the control limits, it suggests the presence of a special cause or an unusual event that is likely responsible for the observed variation. This indicates that the process is out of control and requires investigation and corrective action.

On the other hand, (2) or more consecutive data points above the mean alone does not necessarily indicate a special cause. It may still fall within the expected variation of the process and not require immediate attention.

To identify statistical anomalies using a control chart, it is important to consider the data points that fall beyond the control limits rather than solely focusing on consecutive points above the mean. This helps in distinguishing normal process variation from special cause variation and allows for appropriate actions to be taken to maintain process control.

To  know more about  Anamolies, visit;

https://brainly.com/question/14127681

#SPJ11

Other Questions
The Miwok hoop game takes skill. Players toss a pole through a hoop with twelve -inch diameter, while the hoop is rolling! 3. Can the equation x 211y 2=3 be solved by the methods of this section using congruences (mod 3) and, if so, what is the solution? (mod4)?(mod11) ? 4. Same as problem 3 with the equation x 23y 2=2.(mod3) ? (mod4) ? (mod8) ? Arbitration:is an alternative to litigation that is sponsored by governmentstill allows for the public to access litigation hearings, as with court hearingsmay be unilaterally imposed by either party to a disputeis an alternate to government provided courts for purposes of dispute resolution Question 23 1 pts Which of the following best describes the sizes of atoms? Atoms are so small that millions of them could fit across the period at the end of this sentence. Most atoms are about a millionth of a meter (1 micrometer) in diameter. Atoms are roughly the same size as typical bacteria. Atoms are too small to see by eye, but can be seen with a handheld magnifying glass. 4. Before making your selection, you need to ensure you are choosing from a wide variety of groups. Make sure your query includes the category information before making your recommendations. Guiding Questions and Considerations: Should you only include groups from the most popular categories? How did we talk about making inclusion successful in a workplace environment?Group of answer choicesLeadership must be responsive to new ideas and ways of doing thingsAll of these are correctAvoid affirmative actionFocus on creating an equal workplace environment A ranger wants to estimate the number of tigers in Malaysia in the future. Suppose the population of the tiger satisfy the logistic equation dt/dP =0.05P0.00125P^2where P is the population and t is the time in month. i. Write an equation for the number of the tiger population, P, at any time, t, based on the differential equation above. ii. If there are 30 tigers in the beginning of the study, calculate the time for the number of the tigers to add up nine more *14-39. A 1.219-g sample containing (NH4)2SO4, NH4NO3, and nonreactive substances was diluted to 200 mL in a volumetric flask. A 50.00-mL aliquot was made basic with strong alkali, and the liberated NH3 was distilled into 30.00 mL of 0.08421 M HCI. The excess HCI required 10.17 mL of 0.08802 M NaOH for neutralization. A 25.00-mL aliquot of the sample was made alkaline after the addition of Devarda's alloy, and the NO3- was reduced to NH3. The NH3 from both NH4+ and NO3- was then distilled into 30.00mL ofthe standard acid and back-titrated with 14.16 mL of the base. Calculate the percentage of (NH4)2SO4 and NH4NO3 in the sample. Explaim the term dietary supplement (10 marks) You are sitting at a train station, and a very high speed train moves by you at a speed of (4/5)c. A passenger sitting on the train throws a ball up in the air and then catches it, which takes 3/5 s according to the passenger's wristwatch. How long does this take according to you? O 9/25 s O 1 s O 3/4 s O 1/2 s O 4/5 s Match the following.1. one trained in some mechanic art or trade2. a land drained by a river and its tributaries3.the period between the last killing frost in the spring and thefirst killing frost in the fall4. soil filled with the roots of grass, herbs, and so forthNEXT QUESTIONASK FOR HELPsodartisangrowing seasondrainage basin The neuromuscular junctionThe sarcomere and the 4 proteins within itAll 5 cell types within the epidermisAll 5 layers within the thick skin of the epidermisa short clear explanation. thank you Assignment 3- Quality planning: developing a quality assurance process for To assure quality, time must be allocated to review the original quality plan and compare that plan to how quality is being ensured during the execution of the project. A workplace is responsible for training employees in safe plant practices. The purpose of quality assurance is to build confidence in the client that quality standards and procedures are being followed. This is done by an internal review of the plan, testing, and revisions policies or by an audit of the same items performed by an external group or agency. Apply the process to any industry of your selection. The assignment should cover these areas; Determine what will be qualified on the project and how quality will be measured, monitor project products to determine if they meet performance measurement thresholds defined in the quality management plan, determine if measurement of quality is appropriate by evaluating overall performance, identify the customers Quality Objectives. Identify professional standards including legal, environmental, economic, code, life safety and health. Develop an effective plan and processes, including quality assurance and quality control procedures, to achieve objectives. Document quality improvements that could include appropriate revisions to the quality management plan, alteration of quality assurance and control procedures, and adjustments to resource allocations. The assignment should cover the following actives and documents; - Personnel Qualifications and Training - Fedral and provisional training requirements - Improvement - Documents and Records - Assessment process - Inspect for adequate training requirements, - Verify proper PPE for this company Final Presentation Format: 10- 20 pages, upload your assignment as a PDF file. Max number of students per assignment is 7 members. Every team member is required to upload the same assignment under their name. All of these are true for parasympathetic neurons, except a. part of the autonomic nervous system b. usually cause excitation of an organ c. found entirely outside of CNS d. part of peripheral nervous system Discuss the arguments pro and con for the Pauline authorship ofColossians. Take a stand on the issue. The manager of a utility company in Texas panhandle wants to develop quarterly forecasts of power loads for the next year. The power loads are seasonal, and the data on the quarterly loads in megawatts (MW) for the last 4 years are as follows:QuarterYear 1Year 2Year 3Year 41103.594.7118.6109.02126.1116.0141.2131.03144.5137.1159.0149.04166.1152.5178.2169.0The manager estimates the total demand for the next year at 600 MW. Use the multiplicative seasonal method to develop the forecast for each quarter in year 5. (a) A sphere made of plastic has a density of 1.14 g/cm3 and a radius of 8.00 cm. It falls through air of density 1.20 kg/m3 and has a drag coefficient of 0.500. What is its terminal speed (in m/s)?___________m/s(b) From what height (in m) would the sphere have to be dropped to reach this speed if it fell without air resistance?___________m f=-N+B/m ???????????? Develop a grid comparing the various possible transfusionreactions including cause, manifestations, treatment modalities,and nursing implications The problem with using nominal GDP as a measure of growth across several years is that:Select one:O a. Nominal GDP will understate true growth over time as prices rise.O b. Since real growth always rises and prices change unpredictably, nominal GDP is not a stable measure.O c. Nominal GDP is a price index and should not be used as a measure of real growth.Od. Nominal GDP includes price changes over time so it is NOT a measure of real growth.