Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Name Student ID Consider a control memory having the size of N words. Each word

ID: 3604266 • Letter: N

Question


Name Student ID Consider a control memory having the size of N words. Each word has the size of 32 bits and they are divided into 4 fields as follows: D M bits for AMicroopcrations feld. The field is divided into 3 subfields to specify 2) C bits for Condition selection field, to select one out of 16 eondition types. 4) A bits for Address field to specify the address of a word in the control Memory tions. Compute the values of M, C, B, A and N. .What is the total size of the control memory in KBytes. 32 bits C bits B bitsA bits M bits M (bits) = C (bits)- B (bits)- A (bits) N (words)- Total size of control memory (in KBytes)-

Explanation / Answer

ANSWER::

M=18 bits // 6+6+6=18bits

C=4bits //2^4 ==4 bits

B=4bits //2^4 ==4 bits

A=6bits //2^6=6 bits

N=2 words

TOTAL SIZE=64 KiloBytes