InterviewSolution
Saved Bookmarks
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
The sequence of events that occurs in the computer when it is interpreting and executing an instruction is known as a (n) __________.1). Execution cycle2). Instruction cycle3). Working cycle4). Machine cycle |
|
Answer» An instruction CYCLE (also KNOWN as the fetch–decode–execute cycle) is the BASIC operational process of a computer. It is the process by which a computer retrieves a program instruction from its memory, determines what actions the instruction DICTATES, and CARRIES out those actions. |
|