Answer the following statements true (T) or false (F)

1. The processor needs to store instructions and data temporarily while an instruction is being executed.
2. The control unit (CU) does the actual computation or processing of data.
3. Within the processor there is a set of registers that function as a level of memory above main memory and cache in the hierarchy.
4. Condition codes facilitate multiway branches.
5. The allocation of control information between registers and memory are not considered to be a key design issue.

1. True
2. False
3. True
4. True
5. False

Computer Science & Information Technology

You might also like to view...

In the Coda file system, why is it sometimes necessary for users to intervene manually in the process of updating the copies of a file at multiple servers?

What will be an ideal response?

Computer Science & Information Technology

Under what conditions can the expression ? A ((R  cond 1 S)  cond 2 T) be transformed into ? A (? B (R  cond 1 ? C (S))  cond2 ?D(T)) using the heuristic rules given in Section 11.2?

What will be an ideal response?

Computer Science & Information Technology