Answer:
1. A high level algorithm for cooking a cheeseburger could be:
- Heat fry pan
- Cook one side of the hamburger
- Wait
- Turn hamburger upside down
- Put cheese over hamburger
- Wait
- Cut hamburger bread in half
- Put cooked hamburger inside bread
- End (eat)
2. A detailed algorithm for cooking a cheeseburger could be:
- Place fry pan over the stove heater
- Turn on heater (max temp)
- IF fry pan not hot: wait, else continue
- Place raw hamburger on fry pan
- IF hamburger not half cooked: Wait X time then go to line 5, else continue
- Turn hamburger upside down
- Put N slices of cheese over hamburger
- IF hamburger not fully cooked: Wait X time then go to line 8, else continue
- Turn off heater
- Cut hamburger bread in half horizontally
- Put cooked hamburger on one of the bread halves.
- Put second bread half on top of hamburger
- End (eat)
Explanation:
An algorithm is simply a list of steps to perform a defined action.
On 1, we described the most relevant steps to cook a simple cheeseburger.
Then on point 2, the same steps were taken and expanded with more detailed steps and conditions required to continue executing the following steps.
In computational terms, we used pseudo-code for the algorithm, since this is a list of actions not specific to any programming language.
Also we can say this is a structured programming example due to the sequential nature of the cooking process.
Answer: 115 miles a month
Explanation:
460/4
which equals
<em><u>115 miles per month</u></em>
Answer:
The answer is "1 inch"
Explanation:
The margin is also known as space, it is the distance between the document 's text and edge. In default, its distance is 1, and it also allows you to customize, the new document, which is set to standard.
- In other words, we can say that it implies the one-inch gap between the text and each edge, which is based on your specifications.
- It also allows you to customize the margin size of the document, and other choices were wrong because it is the customize size.
One approach to solving this is to first calculate the current the will flow through all three resistors:
The total resistance is R1+R2+R3 = 5280
I = V/R = 30/5280 ≈ 5,682 mA
Then the drop across R2 = I*R2 = 5,7mA * 1000 ≈ 5.682 V.
So this is based on the fact that V=I*R and there is one current running in the entire chain, ie., it is the same through each resistor.