1) _________ is defined as the time required to process a single instruction.
- ALU operation
- Memory access
- Throughput
- Latency
2) Which of the followings is not an example of super-scalar processors
- DEC Alpha 21164
- Intel P6
- IAPX88
- Power 601
3) The third stage of the Pipelined version of SRC is:
- ALU operation
- Instruction Fetch
- Memory access
- Register writes
4) Which one of the following control signals causes the data from the bus to be read into the register MAR>
- LMAR
- MARout
- None of the given
- MARin
5) In structural RTL, the first three-time steps (i.e., T0. T1, T2) are of the instruction ___________ phase.
- Fetch
- Destroy
- Create
- Execute
6) Which of the following is a behavior RTL description to enable the exception
- IE ← 0
- IE ←1
- IE ← 8
- IE ← -1
7) In a non-pipelined machine, there would be on instruction processed after an average of ____ cycle.
- 3
- 4
- 2
- 5
8) Among the two approaches available to design a control unit, hardwired approach is relatively _____ as compared to micro-programming.
- Average
- Slow
- Better
- Faster
9) Below given RTL description belongs to which stage of pipe-lining
IR2←M[PC];
PC2←PC+4;
- Instruction fetches
- ALU operation
- Memory access
- Instruction decodes
10) A __________ processor is based on a very long instruction word.
- VLIW
- SRC
- FALCON-A
- FALCON-E