Recent questions tagged co-and-architecture

1 votes
1 answer
1413
1 votes
0 answers
1415
https://gateoverflow.in/?qa=blob&qa_blobid=11484316347737079122Reference this question https://gateoverflow.in/1314/gate2009-28can any one tell how this matrix obtain .?
1 votes
0 answers
1416
4 votes
1 answer
1417
If main memory $=128 \ KB$ and cache memory is of $2KB$ with $16B$ lines .and uses associative mapping .What would be the # of bits used for Tag for each block?
4 votes
1 answer
1420
If a 16 – way set associative cache is made up of 64 bit words, 16 words per line and 8192 sets, how big is the cache in mega bytes?
1 votes
1 answer
1421
3 votes
1 answer
1422
2 votes
0 answers
1423
What is the difference between control signal and control word? Also, the difference between micro-operation and microinstruction.
1 votes
1 answer
1430
Here $128$ block actually refers to Lines right?So it should be $8+4+7=19$ Assume memory is word addessable?Thanks!
0 votes
1 answer
1431
2 votes
1 answer
1434
Booth's coding in 8-bits for the decimal number -57 is: A 0-100+1000 B 0-100+100-1 C 0-1+100-10+1 D 00-10+100-1 plz explain this question
3 votes
1 answer
1437
How many memory accesses required by the following instructions?SUB r1, r2, r3MUL r1, r2, (r3)DIV r1, r2, @(r4)Suppose every instruction is one word long, as well as ever...