Completing an instruction involves two phases-instruction and execution-which are each broken down into two steps for a total of four steps. Which of the following is NOT one of the four steps?
A. fetch instruction
B. store results
C. execute instruction
D. process data
Answer: D
Computer Science & Information Technology
You might also like to view...
The basic form of communication between processes or threads in a microkernel operating system is _________ .
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
The output of the statement:cout << pow(2.0, pow(3.0, 1.0)) << endl;is ____.
A. 6.0 B. 7.0 C. 8.0 D. 9.0
Computer Science & Information Technology