MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPUTER ARCHITECTURE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In the given below equation the 12 represents lw $s0, 12($s1)
A
low set
B
high set
C
off set
D
second set
Explanation: 

Detailed explanation-1: -offset. Used by lw (load word), sw (store word) etc. There is one more format: the J-type format. Each MIPS instruction must belong to one of these formats. opcode.

Detailed explanation-2: -The MIPS instruction that loads a word into a register is the lw instruction. The store word instruction is sw . Each must specify a register and a memory address.

Detailed explanation-3: -The lw instruction loads a word into a register from memory. The sw instruction stores a word from a register into memory. Each instruction specifies a register and a memory address (details in a few pages).

Detailed explanation-4: -In the pipelining implementation, lw takes 5 cycles totaling 1000 ps.

There is 1 question to complete.