2,296 views
4 votes
4 votes
A computer has 170 different operations. Word size is 4 bytes one word instructions requires two address fields. One address for register and one address for memory. If there are 37 registers then the memory size is ______________(in KB).

Ans. 256KB

2 Answers

Best answer
3 votes
3 votes

Given answer is right.

selected by

Related questions

12.0k
views
3 answers
12 votes
Tehreem asked Sep 9, 2015
11,989 views
A computer uses expanding opcode. It has 16 bit instructions 6 bit addresses, it supports one address, two address instructions only. If there are n two address instructi...
673
views
0 answers
0 votes
rishabhdevsingh1 asked Nov 10, 2018
673 views
For Given machine instructionsLW R4 #400L1:LW R1, 0,(R4)LW R2 400(R4)ADDI R3, R1, R2SW R3, 0(R4)SUB R4, R4, #4BNZ R4, L1on a 5 stage pipeline processor, 1 clock cycle per...
1.3k
views
1 answers
0 votes
rishabhdevsingh1 asked Nov 9, 2018
1,258 views
Given 2 machine instructions,LW R4 #400LW R1, 0,(R4)IN second instruction what will be loaded in R1,is it the operand at memory location 400?or some random memory locatio...
853
views
3 answers
2 votes
Souvik33 asked Dec 16, 2022
853 views
MSQWhich among the following statements is/are TRUE for a pipelined RISC computer.PC is usually incremented during Instruction Cycle (IF,ID)PC may be incremented during ...