COMPUTER SCIENCE AND ENGINEERING
COMPUTER ARCHITECTURE
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
When Performing a looping operation, the instruction gets stored in the ____
|
Registers
|
|
Cache
|
|
System Heap
|
|
System stack
|
Explanation:
Detailed explanation-1: -Explanation: When a looping or branching operation is carried out the offset value is stored in the cache along with the data.
Detailed explanation-2: -Here you can find the meaning of When Performing a looping operation, the instruction gets stored in the a)Registersb)Cachec)System Heapd)System stackCorrect answer is option ‘B’.
Detailed explanation-3: -The IR is used to store the instruction word. When the CPU fetches an instruction from memory, it is temporarily stored in the IR. The instruction is a binary word or code that defines a specific operation to be performed. The instruction word is also called the op code or operation code.
There is 1 question to complete.