MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPUTER ARCHITECTURE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is not a form of memory?
A
Instruction Cache
B
Instruction Register
C
Instruction Opcode
D
Both (A) and (B)
Explanation: 

Detailed explanation-1: -Here you can find the meaning of Which of the following is not a form of memory? a)instruction cacheb)instruction registerc)instruction opcoded)translation lookaside bufferCorrect answer is option ‘C’.

Detailed explanation-2: -Correct Option: C Instruction register stores instruction, look-a-side buffer & instruction cache are also memory. But instruction opcodes are the opcodes related to an instruction which are not part of memory hierarchy. Hence (c) is correct option.

Detailed explanation-3: -3. Which of the following is not a type of memory? Explanation: EEPROM (Electrical Erasable Programmable ROM) is not a type of memory because it is used for erasing purpose only.

Detailed explanation-4: -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.

Detailed explanation-5: -In computing, the instruction register (IR) or current instruction register (CIR) is the part of a CPU’s control unit that holds the instruction currently being executed or decoded.

There is 1 question to complete.