Answer:
The answer to this question is given below in the explanation section.
Explanation:
The question is:
If you wanted to know how many instructions a computer executes per second, which of the following numbers would you want?
- clock speed
- binary digitization
- processor rating
- CPU power differential
The correct answer is clock speed. Because you can measure the performance of speed of the computer by its clock speed that how many instructions it can execute per second.
It also depends on clock time, instruction count, clock per instruction
A device that provides all of the functionality listed in your question, would be a MFP (Multi-Fuction Printer)
Answer:
Explanation:
Pseudocode may not have a set number of rules of guidelines but there are still some habits that should be followed. This includes having only one statement per line and add the END keyword to loops. Both of these rules/habits will drastically increase the readability of the pseudocode and allow you to know exactly where a certain loop starts and ends. Since loops can become difficult to read if they have a lot of code within them. Another good guideline to keep in mind is to simplify the code as much as possible do not add unnecessary pseudocode if it is not absolutely needed.