Soru
__ Retrieves the next program instruction from memory a. POST b. EXECUTE c. DECODE d. FETCH
Çözüm
4.7
(168 Oylar)
Tuncay
Kıdemli · 11 yıl öğretmeni
Uzman doğrulaması
Cevap
The correct answer is d. FETCH.The process of fetching the next program instruction from memory is a crucial step in the execution of a program. This step involves retrieving the instruction from the memory location where it is stored and loading it into the CPU for further processing.The other options provided are not directly related to the retrieval of the next program instruction from memory:a. POST (Power-On Self-Test) is a diagnostic testing sequence that a computer's basic input/output system (BIOS) runs to determine whether the computer hardware is functioning correctly.b. EXECUTE is the process of carrying out the instruction that has been fetched from memory.c. DECODE is the process of interpreting the instruction and determining the specific action that the CPU needs to take.Therefore, the correct answer is d. FETCH.