What is the approximate ductility (%EL) of a brass that has a yield strength of 275 MPa (40,000 psi)

Answers

Answer 1

The approximate ductility (%EL) of a brass that has a yield strength of 275 MPa (40,000 psi) is 30%. Ductility can be defined as the ability of a material to be stretched without breaking under tensile stress. The elongation percent (%EL) or strain percent, on the other hand, is a measure of ductility.

Here's the step-by-step process to find the approximate ductility (%EL) of a brass that has a yield strength of 275 MPa (40,000 psi). Yield strength = 275 MPa (40,000 psi). The formula used to find the approximate ductility (%EL) of a brass is:

%EL = (σ fracture - σ yield) / σ yield × 100 whereσ fracture = stress at fracture pointσ yield = stress at yield point.

Calculation Now, let's put the given values in the formula:%EL = (σ fracture - σ yield) / σ yield × 100σ yield = 275 MPaσ fracture is unknown. Therefore, to find the approximate ductility (%EL), we need to know the value of σ fracture.Assuming that the ratio of tensile strength to yield strength for brass is 1.3, we can calculate the value of σ fracture as follows:

Tensile strength = 1.3 × Yield strengthTensile strength = 1.3 × 275 MPaTensile strength = 357.5 MPa.

Substitute the values in the formula:

%EL = (σ fracture - σ yield) / σ yield × 100%EL = (357.5 MPa - 275 MPa) / 275 MPa × 100%EL = 82.5 / 275 × 100%EL ≈ 30%

Therefore, the approximate ductility (%EL) of a brass that has a yield strength of 275 MPa (40,000 psi) is 30%.

Learn more about elongation percent:

https://brainly.com/question/31577293

#SPJ11


Related Questions

what's an air reservoir​

Answers

is to act as temporary storage to accommodate peak demands of compressed air

A gas turbine power plant is being designed using an air-standard Brayton cycle. Air enters the compressor with a volumetric flow rate of 7 m3 /s at 100 kPa, 300 K. The turbine inlet temperature is expected to be 1400 K. The compressor pressure ratio is 10. The turbine exhaust goes back to the atmosphere at 100 kPa. (a) Draw the schematic and T-s diagrams. (b) Determine the thermal efficiency. (c) Determine the back work ratio of this power plant.

Answers

check all the photos

A gas turbine power plant is being designed using an air-standard Brayton cycle. Air enters the compressor
A gas turbine power plant is being designed using an air-standard Brayton cycle. Air enters the compressor
A gas turbine power plant is being designed using an air-standard Brayton cycle. Air enters the compressor
A gas turbine power plant is being designed using an air-standard Brayton cycle. Air enters the compressor

a 'cruise four thousand feet' clearance would mean that the pilot is authorized to

Answers

Answer:

A "CRUISE FOUR THOUSAND FEET'' clearance would mean that the pilot is authorized to Options: vacate 4,000 feet without notifying ATC. climb to, but not descend from 4,000 feet, without further ATC clearance. use any altitude from minimum IFR to 4,000 feet, but must report leaving each altitude.

Explanation:

How do you explain the application of regulations in locations containing baths, showers and electric floor heating, including the requirements needed?

Answers

Answer:

The application of regulations in locations are very important.

Explanation:

The application of regulations in locations are very important in order to gain more benefit from it because people choose those places that are well regulated and having more facilities. If the location has baths, showers, electric floor heaters and other necessities so the people prefer the place over another and increase of clients occurs which give more benefits to the place owners.

Kris and James are working at a construction site that has a significant amount of stagnant water. Which type of hazard are they most likely to be exposed to?

Answers

Answer:

A biological hazard

Explanation:

Biological because insects and other organisms thrive in stagnant water.

The type of hazard that is most likely to be exposed to a significant amount of stagnant water is known as biological.

What is meant by biological hazard?

A biological hazard may be defined as a biological substance that may significantly pose a great threat to the health of living organisms, primarily humans. These types are the major concerns in food processing because they cause most foodborne illness outbreaks.

In the case of Kris and James, they are significantly exposed to a biological hazard because stagnant water is commonly utilized by mosquitos to place eggs, this directs a lot of mosquitos around stagnant waters and therefore a higher risk of mosquito-transmitted diseases such as malaria. Besides this, stagnant water is highly polluted and includes bacteria and parasites that are harmful.

Therefore, the type of hazard that is most likely to be exposed to a significant amount of stagnant water is known as biological.

To learn more about Biological hazards, refer to the link:

https://brainly.com/question/14276262

#SPJ2

FAULT LOCATION METHODS(input-output)

Answers

Fault location techniques are used in power systems for accurate pinpointing of the fault position.

This paper presents a comparative study between two fault location methods in distribution network with Distributed Generation (DG). Both methods are based on computing the impedance using fundamental voltage and current signals. The first method uses one-end information and the second uses both ends

Responding to the campaign of 4 classes, 7A, 7B, 7C, 7D contributed the amount of support proportional to the numbers 8,6;7;5 knowing the total amount of the two classes 7A, 7B is more than 7D 810 thousand VND sso the money each class has contributed

Answers

Writing life on my fantasy planet

the safety controls of comfort cooling systems include ____.

Answers

The safety controls of comfort cooling systems include thermostats. A device that monitors temperature fluctuations with the aim of keeping an enclosed space's temperature essentially constant.

The thermostat, air blowing unit, air filter evaporator, condenser coil, and compressor are the six major air conditioning parts that homeowners need to be aware of. The thermostat generates signals—typically electrical ones—when the temperature rises or falls above or below the intended level in a system that also includes relays, valves, switches, etc. A thermostat is a tool that regulates temperature by turning a system or motor on or off. For instance, thermostats are utilized in refrigerators and central heating systems. The thermostat shows the ambient temperature and uses this data to turn on and off your HVAC system.

Learn more about the cooling system here:-

https://brainly.com/question/13258295

#SPJ4

1.) Five threads are created by a process with PID 10. Name three entities that are unique to threads (i.e. each thread has its own 'copy' potentially different from the other ones of other threads.)
2.) Five threads are created by a process with PID 10. Each one of the threads have threadIDs (TID) 11, 12, 13, 14, and 15 respectively. What is the value Linux(Unix) of getpid() returned when thread with TID 11 is issuing the call?
3.) process with PID 10 is creating five threads using thread_create(). How many threads of execution are there after the creation of those threads, assuming they have all been created successfully and all are still running ? process with PID 10 is creating five threads using thread_create(). How many threads of execution are there after the creation of those threads, assuming they have all been created successfully and all are still running ?

Answers

1.) In the context of five threads created by a process with PID 10, three entities that are unique to each thread are: thread-specific registers (such as the program counter and stack pointer), thread-local storage (used to store data specific to each thread), and a unique stack for each thread.

2.) When the thread with TID 11 issues the getpid() call in a Linux/Unix environment entity, the value returned by getpid() will be the PID of the process that created the thread, which is 10.

3.) After the process with PID 10 creates five threads using thread_create(), and assuming they have all been created successfully and are still running, there will be a total of six threads of execution (the original process thread plus the five new threads).

Learn more about threads and entities: https://brainly.com/question/30746992

#SPJ11

When a pungent odor is detected during a sealed system recovery and/or repair which of the following is most likely

Answers

Answer: A leak in the system

Explanation:

What is the industry standard angle for an Angle Polished Connector (APC)? a. 8 degrees b. 12 degrees c. 14 degrees d. 16 degrees.

Answers

The industry standard angle for an Angle Polished Connector (APC) is typically 8 degrees. This angle is important in fiber optic communication as it allows for minimal signal loss and reflection. The APC connector is designed with a curved end face, which helps to eliminate air gaps between the connector and the optical fiber.

Option A is correct answer

This design reduces the amount of reflection that occurs and helps to ensure that the signal is transmitted with maximum efficiency.Although 8 degrees is the standard angle for APC connectors, there are other angles that may be used depending on the specific application. For example, some manufacturers may use a 12-degree angle for their APC connectors, which can provide even better performance in certain situations. Other angles, such as 14 degrees or 16 degrees, may also be used for special applications or custom designs.It is important to choose the appropriate angle for your APC connector based on the specific requirements of your project. Factors such as transmission distance, bandwidth, and data rate can all impact the performance of the connector, so it is important to consult with an expert in fiber optic communication to ensure that you select the right connector for your needs. Ultimately, choosing the right APC connector can help to improve the reliability and efficiency of your fiber optic communication system, leading to better overall performance and lower costs over time.

For such more question on bandwidth

https://brainly.com/question/30621855

#SPJ11

trevor moves a magnetic toy train away from a magnet that cannot move. what happens to the potential energy in the system of magnets during the movement?

Answers

Answer:a

Ieieksdjd snsnsnsnsksks

suppose that in a certain region that the 3 v and 1 v line of equipotential are seperated by 20 cm. what be strength of the electric fields between these two lines at this separation?

Answers

The strength of the electric field between these two equipotential lines at this separation is 10 V/m.

To calculate the strength of the electric field between the 3V and 1V lines of equipotential separated by 20 cm in a certain region, we can use the formula :

E = V/d

where E is the electric field strength, V is the potential difference between the two lines, and d is the separation distance between the lines.

In this case, the potential difference is 2V (3V - 1V) and the separation distance is 20 cm (0.2 m).

Therefore, the electric field strength would be E = 2V/0.2m = 10V/m.

This means that for every meter between the 3V and 1V lines, there is an electric field strength of 10V.

Learn more about electric field at https://brainly.com/question/13380972

#SPJ11

At what distance below the lining surface can disc pad rivets contact a rotor?


OA.2 mm


OB. 1/16th inch


OC. The thickness of the disc pad backing plate


OD. 1/64th inch

Answers

Disc pad rivets come into contact with a rotor. This contact generates heat that causes the backing plate to expand. This expansion results in the backing plate pushing the disc pad away from the rotor.

That's why you'll hear a clunk or click when you release the brake pedal. What is the distance at which the disc pad rivets can contact a rotor The answer is option OD, which is 1/64th inch.In a brake system, disc pad rivets should not contact the rotor. If they do, they will wear the rotor prematurely and make a scraping sound. If the brake pads are worn too thin, they will grind against the rotors, causing damage to the rotors and making noise.

thickness of the brake pads and the amount of rotor material remaining are the two most critical measurements in determining if the rotors need to be resurfaced or replaced. If the rotors are worn, they may require replacement, which will be expensive. If the rotors have deep grooves, scoring, or are cracked, they must be replaced.

To know more about contact visit:
https://brainly.com/question/30650176

#SPJ11

Find the size of angle xyz. Give your answer to 1 decimal place. Z 15 cm x 6 cm y.

Answers

Applying trigonometry ratio, the measure of angle XYZ in triangle XYZ, to 1 decimal place is 66.4°.

What is trigonometry ratio?Trigonometric ratios are the ratios of a right triangle's sides. The sine (sin), cosine (cos), and tangent are three often used trigonometric ratios (tan).The term "sohcahtoa" aids in recalling the meanings of sine, cosine, and tangent.Check your understanding of the six trigonometric ratios: sine, cosine, tangent, cotangent, secant, and cosecant.Instance 1 Find the trigonometric ratios tan, sin, and cos in the right-angled triangle ABC, where the right angle at B is, and if ACB =. Hypotenuse AC = 10, base BC = 8, and perpendicular AB = 6. The correct answer is that the triangle's sin, cos, and tan values are 3/5, 4/5, and 3/4, respectively.

Given data :

angle XYZ = Ф

Hypotenuse = 15 cm

Adjacent = 6 cm

The trigonometry ratio we would apply is CAH. Which is:

CosФ = Adjacent / Hypotenuse

CosФ = 6 / 15 = 0.4

Ф = \(CosФ^{-1}\) ( 6 / 15 )

Ф  = 66.4°

Therefore, applying trigonometry ratio, the measure of angle XYZ in triangle XYZ, to 1 decimal place is 66.4°.

Learn more about trigonometry ratio refer to :

https://brainly.com/question/24349828

#SPJ1

PLSSSSS Help !!!!!!!!!!!. It's due today.
I will give brainliest to correct answer

PLSSSSS Help !!!!!!!!!!!. It's due today. I will give brainliest to correct answer

Answers

Answer:

b

Explanation:

Answer:

b

Explanation:

To connect a meter base through an 8-inch-thick block wall (and using a standard spacer) to the panel box will require a piece of conduit that's approximately _______ long

Answers

To connect a meter base through an 8-inch-thick block wall (and using a standard spacer) to the panel box will require a piece of conduit that's approximately 1000mm  long.

What exactly is a conduit?

The meaning of conduit is that it is a tool that is often used for rainwater as it is a natural or man-made channel via which something (such as a fluid) is transported.

Electrical Conduit Types are:

Rigid Metal Conduit (RMC)Electrical Metallic Tubing (EMT)Intermediate Metal Conduit (IMC)Flexible Metal Conduit (FMC)

Therefore, To connect a meter base through an 8-inch-thick block wall (and using a standard spacer) to the panel box will require a piece of conduit that's approximately 1000mm  long.

Learn more about conduit from

https://brainly.com/question/28041462
#SPJ1

John has just graduated from State University. He owes $35,000 in college loans, but he does not have a job yet. The college loan company has agreed to give John a break on a deferred-payment plan that works as follows. John will not have to repay his loan for 5 years. During this “grace period” the loan obligation will compound at 4% per year. For the next 5 years, a monthly payment will be required, and the interest rate will be 0.5% per month. What will be John’s monthly payment over the 60-month repayment period?

Answers

Answer:

The correct response is "821.88". A further explanation is given below.

Explanation:

According to the question,

The largest amount unresolved after five years would have been:

= \(35000\times (\frac{F}{P}, 4 \ percent,5 )\)

= \(35000\times 1.216 7\)

= \(42584.50\)

Now,

time (t) will be:

= \(5\times 12\)

= \(60 \ monthly \ payments\)

So, monthly payment will be:

= \(42582.85\times (\frac{A}{P}, 0.5 \ percent,60 )\)

= \(42584.50\times 0.0193\)

= \(821.88\)

You are given a body with no body forces and told that the stress state is given as: ⎡ ⎣ 3αx 5βx2 + αy γz3 5βx2 + αy βx2 0 γz3 0 5 ⎤ ⎦ psi, where (α, β, γ) are constants with the following values: α = 1 psi/in, β = 1 psi/in2, and γ = 1 psi/in3. Does this represent an equilibrium state of stress? Assume the body occupies the domain Ω = [0, 1] × [0, 1] × [0, 1] (in inches).

Answers

Answer:

This doesn't represent an equilibrium state of stress

Explanation:

∝ = 1 , β = 1 ,  y = 1

x = 0 , y = 0 , z = 0 ( body forces given as 0 )

Attached is the detailed solution is and also the conditions for equilibrium

for a stress state to be equilibrium all three conditions has to meet the equilibrum condition as explained in the attached solution

You are given a body with no body forces and told that the stress state is given as: 3x 5x2 + y z3 5x2

The following data represent the time of production (in hours) for two different factories for the same product. Which factory has the best average time of production? Which factory will you select and why?

Factory A

14, 10, 13, 10, 13, 10, 7

Factory B

9, 10, 14, 14, 11, 10, 2

Answers

Factory A 14,10,13,10,13,10,7

You are using an approved third party tool in your client project and find a bug in it. This is causing severe delays. Can you decompile the third party code to remedy the bug? a. Yes, I can decompile the code as the delay may result in an escalation by the client. b. Yes, I can decompile the code after obtaining my project managers approval, without approaching the third party tool owner.
c. No, Decompilation of the code is violation of the third partys intellectual property rights. d. Since we have approval to use the third-party tool, it is ok to decomplie it.

Answers

c. No, decompilation of the code is a violation of the third party's intellectual property rights.

Decompiling the code without the explicit permission of the third-party tool owner is generally considered unethical and illegal. Intellectual property rights protect the ownership and rights of the original code creator. Decompiling their code without proper authorization is a violation of those rights.

If you encounter a bug in a third-party tool, the appropriate course of action is to report the bug to the tool owner or provider. They are responsible for addressing and fixing the issue. It is not acceptable to decompile the code without their permission, even if there are delays or escalations in the project.

To Know more about third-party tool, click here:

https://brainly.com/question/27770284

#SPJ11

Show the stack with all ARIs, including static and dynamic chains, when execution reaches position 1 in the following skeletal program, beginning with the call to the procedure A from BIGSUB at position start (BIGSUB calls A, A calls C, C calls D, D calls A, A calls B). What is the nonlocal reference to x at program point 1, assuming static scoping?
procedure BIGSUB;
var x, y:integer;
procedure A (flag: boolean);
procedure B;
begin {B}
end; {B}
begin {A}
if flag
then B
else C
end; {A}
Procedure C;
var x: integer;
procedure D;
begin {D}
A(true)
end; {D}
begin { C}
D
end; {C}
begin {BIGSUB}
end; {BIGSUB}

Answers

Stack with all ARIs (Activation Record Instances) when execution reaches position 1:

ARI for procedure BIGSUB (main program) - Contains variables x and y.

The Stacks

ARI for procedure A (called from BIGSUB) - Contains parameter flag.

ARI for procedure C (called from A) - Contains variable x.

ARI for procedure D (called from C) - No local variables.

ARI for procedure A (called from D) - Contains parameter flag.

Nonlocal reference to x at program point 1, assuming static scoping:

The nonlocal reference to x at program point 1 would be the variable x declared in the ARI of procedure C (the closest enclosing scope), since static scoping uses the lexical nesting of procedures to determine variable bindings.

Read more about parameter flags here:

https://brainly.com/question/29887742

#SPJ4

When using the superposition theorem, each ideal voltage and current source must be replaced by an open circuit.

true

false

Answers

True i think Im typing this for charater limit

Write 5-6 lines of code to open a PrintWriter and write out the contents of the plants array into a text file named plants.txt

Answers

Here's an example of how you might open a PrintWriter and write out the contents of the plants array into a text file named plants.txt in Java:

String[] plants = {"Rose", "Tulip", "Lily", "Sunflower"};

PrintWriter writer = new PrintWriter("plants.txt", "UTF-8");

for (String plant : plants) {

   writer.println(plant);

}

writer.close();

Here's an example of how you might open a PrintWriter and write out the contents of the plants array into a text file named plants.txt in Python:

plants = ["Rose", "Tulip", "Lily", "Sunflower"]

with open("plants.txt", "w") as file:

   for plant in plants:

       file.write(plant + "\n")

Please note that in Python, the "w" mode of the open function will truncate the file if it already exists and create a new one if it does not.

You can also use the append mode to add the new data to the existing file.

with open("plants.txt", "a") as file:

   for plant in plants:

       file.write(plant + "\n")

You can also use the writelines method to write out the contents of the plants array into the text file.

with open("plants.txt", "w") as file:

   file.writelines("\n".join(plants))

Please note that the above code examples will create the text file in the same directory where the code is running. If you want to save the file in a specific directory, you will have to provide the full path of the directory in the filename.

which two types of buses may be used by expresscard slots

Answers

The two types of buses that may be used by ExpressCard slots are the PCI Express (PCIe) bus and the USB bus.

ExpressCard is a standard for expansion cards that are used in laptops and other portable devices. It provides a way to add additional functionality or connectivity to a device through an expansion slot. ExpressCard slots can support different types of cards, including those that use the PCIe or USB bus.

1. PCI Express (PCIe) bus: ExpressCard slots can utilize the PCIe bus, which is a high-speed serial bus standard commonly used for connecting various peripherals and expansion cards to a computer's motherboard. PCIe provides fast and efficient data transfer rates and is commonly used for high-performance devices such as graphics cards, network adapters, and storage devices. ExpressCard devices that utilize the PCIe bus can take advantage of the high-speed and low-latency characteristics of this bus architecture.

2. USB bus: ExpressCard slots can also support cards that use the USB bus. USB (Universal Serial Bus) is a widely used standard for connecting peripherals to computers and other devices. USB provides a convenient and versatile interface for a wide range of devices, including external storage drives, input devices, and audio interfaces. ExpressCard devices that use the USB bus typically provide additional USB ports or other USB-based functionality to the host device.

The choice of bus depends on the specific type and functionality of the ExpressCard device. Some devices may require the higher bandwidth and low latency of the PCIe bus, while others may utilize the more versatile and widely supported USB bus.

To learn more about ExpressCard  Click Here: brainly.com/question/6829199

#SPJ11

In the vector class: 1. The function begin() refers to one position BEFORE the first element in the vector. 2. The function end() refers to one position AFTER the last element in the vector. O 1. False 2. True O 1. True 2. False O 1. False 2. False O 1. True 2. True

Answers

The function begin() refers to the first element in the vector, and the function end() refers to one position after the last element in the vector. Therefore, the correct answer is (2) True, (2) True.

Statement 2 is true because the function end() in the vector class refers to one position after the last element in the vector. It returns an iterator pointing to the imaginary element following the last element in the vector. This is often used as an indicator to determine the end of a range when iterating through the vector. Statement 1 is false because the function begin() in the vector class refers to the first element in the vector, not one position before it. The function begin() returns an iterator pointing to the first element of the vector. It provides access to the beginning of the vector for iteration or other operations.

Learn more about vector here:

https://brainly.com/question/21157328?

#SPJ11

PLEASE HELP I NEED THIS ASP!!

PLEASE HELP I NEED THIS ASP!!

Answers

Answer:

up up down down

Explanation:

left right left right b a select start

The component has an exponentially distributed reliability with a mean of 2000 hours what is the probability that it will fail after 3000 hours?

Answers

Answer:

ABCDEFGHIJKLMNOPQRSTUVWXYZ

Suppose cond1 and cond2 are two Boolean expressions. When will this if condition be true?
if (cond1 || cond2) ...

Answers

The if condition will be true in these cases:

in case cond1 is false and cond2 is truein case cond1 is true and cond2 is truein case cond1 is true and cond2 is false

In the given if statement, the logical operator "||" represents the logical OR operation. If either cond1 or cond2 (or both) evaluates to true, the entire condition is considered true.

If cond1 is false and cond2 is true, the condition will be true because at least one of the conditions is true. Similarly, if both cond1 and cond2 are true, the condition will also be true because at least one of the conditions is true. However, if cond1 is true and cond2 is false, the condition will be false because none of the conditions are true.

A Boolean expression is an expression that evaluates to either true or false. It typically involves logical operators, comparison operators, and variables or constants. Boolean expressions are commonly used in programming and logic to make decisions or control the flow of a program.

Learn more about Boolean expression: https://brainly.com/question/25039269

#SPJ11

Which of the following is considered a problem with a passive, signature-based system?
Select one:
a. profile updating
b. false positives
c. custom rules
d. signature training

Answers

A passive, signature-based system is a type of security system that detects threats by matching incoming data to a database of known signatures.

One problem with this type of system is the occurrence of false positives, which are alerts triggered by harmless or non-threatening data that matches a signature in the database. This can be a result of outdated signatures or the system's inability to accurately identify new or unknown threats.

Therefore, false positives can cause unnecessary alerts and waste valuable resources, highlighting the need for continuous profile updating, custom rules, and signature training to improve the effectiveness of passive, signature-based systems.

To learn more about signatures, visit:

https://brainly.com/question/20463764

#SPJ11

Other Questions
which class of nephron is crucially important in establishing a salt concentration gradient in the kidney so that urine concentration can be regulated? Waste management is intended to reduce adverse effects of waste on humanhaia 5 nointa are 4R s in solid waste manatement perspective? Ariafh. Find the fourth term of the given sequence given a1 When pony wakes up, why is he alone? what does johnny bring back?. proportion, balance, decorum, and moderation all describe which term? group of answer choices measure (verb) measure (noun) geometry arithmetic Which of the following characterize(s) universal life insurance contracts?They are a traditional form of life insurance and have been available for generations.Coverage is terminated if a premium is not paid, even when the contract has a large cash value.The after-tax return on the investment part of the contract may be designed to be competitive with certain opportunities available with investment companies and banks.All of the above.(a) and (c) only. Answer to these required: 5 yd6 yd10 yd2?13 yd Is it possible to have a triangle with 3cm 5cm 7cm?. What genotype of the male parent is?A. BBB. BbC.bbWhat genotype of the female parent is?A.BbB.BbC.bb How do you find the Remainder when a polynomial in x is divided by a binomial of the form x-r? M/J Business Keyboarding Guided Notes Module 1Module 1: Keyboarding Basics1.1 The BasicsVocabulary Termstouch typingmuscle memoryergonomicsrepetitive strain injuries (RSI)carpal tunnel syndromeGuided Questions How can you arrange your workstation toapply proper ergonomics? When typing, what are the characteristics ofcorrect ergonomics and proper typingposture? How do correct ergonomic habits contributeto proper keyboarding and prevent injurywhen typing? What are some strategies you should followto prevent RSI? When working on a laptop or on a tablet,how can you apply proper ergonomics? What do you need to know about theQWERTY keyboard to learn how to type? Where are these keys located on thekeyboard and what is the purpose of each?Home Row / Home Keys, Spacebar, Shift,Enter, Tab, Backspace, Caps Lock How should you position your fingers on thehome row? Why is using the home row important totyping mastery? How do the buttons and special keys helpyou navigate the Typing Tool?M/J Business Keyboarding Guided Notes Module 11.02 Home Row F and JVocabulary Termsworkstationergonomicshome row keystyping techniqueGuided Questions Where should you position your fingers tobefore you start typing? How can you find the F and J keys withoutlooking at the keyboard? Which finger do you use to type the F key?The J key? The space bar?1.03 Input, Output, Storage, and MemoryVocabulary TermsCentral Processing Unit (CPU)peripheralsinput deviceoutput deviceUSB (Universal Serial Bus) connectormemorystorage memoryrandom access memory (RAM)read-only memory (ROM)storage devicesGuided Questions What is the purpose of each of thesecomputer peripherals? What are examplesof each?o an input deviceo an output device Which peripherals can be both and inputand output devices? How do input and output devices connect toa computer? What is the purpose of different types ofcomputer memory? What are examples ofeach? What is the purpose different storagedevices? What are examples of each? What is the cloud?1.04 1.06: Home Row D and K / Home Row S and L / Home Row A and ;M/J Business Keyboarding Guided Notes Module 1Vocabulary Termshome rowworkstationergonomicstyping techniqueGuided Questions Where should you position your fingers tobefore you start typing? Which finger do you use to type each ofthese keys?D K S LA ; Space Bar1.07 Computer MaintenanceVocabulary TermsGuided Questions Why is it important to properly care for yourcomputer and electronic devices? What are some things you should DO andshould NOT DO to properly care for yourcomputer (hardware and software)? Why are software updates important? Why is it important to clean your computerand workspace regularly? How should you clean each of thesecomputer parts? Why?o keyboardo mouse or trackpado screen or monitor1.08 Home Row G, H, EnterVocabulary Termsreach keyshome rowworkstationergonomicstyping techniqueGuided Questions Which keys are the reach keys? Where should you position your fingers tobefore you start typing? Which finger do you use to type these keys?G H ENTERSpace BarM/J Business Keyboarding Guided Notes Module 11.09 Home Row ReviewVocabulary TermsGuided Questions What are the different parts/components ofa computer system and why are theyimportant? Why are storage devices (USB flash drives,external hard drives, and cloud storage)helpful? Why is it helpful to know the parts of acomputer system and how to care for it? What are some proper computerergonomics practices to type pain free andavoid injury? What do you remember about which fingersto use when typing the home row keys?Left HandFingers Keys Keys Right HandFingerspinky finger pinky fingerring finger ring fingermiddle finger middle fingerindex finger index fingerthumb thumb English is taught by Mr. paul(change into active voice ) Every year, Pamela provides a Thanksgiving dinner for employees on the Wednesday before the holiday. During this time, she thanks her employees for their hard work and singles out a few exemplary performers that typify the values she hold hear in her organization. This is an example of a ______. What promises did the NAZI party offer to the people of Germany? Keyboard press does not work every time in python scritp. what is x? -8=-(x+4) The combining power of an element is called ?A. coefficientB.subscriptC.periodicityD.valence number Please help will give Brain!! Factor out the coeffiecent:50 - 15Please show work