set-5
1. The most common addressing techniques employed by a CPU is:
Direct
Indirect
Immediate
All of these
2. ______ have been developed specifically for pipelined systems.
Utility software
Speed up utilities
Optimizing compilers
None of the mentioned
3. The pipelining process is also called as______.
Superscalar operation
Assembly line operation
Von Neumann cycle
None of the mentioned
4. Each stage in pipelining should be completed within ______ cycle.
1
2
3
4
5. To increase the speed of memory access in pipelining, we make use of______.
Special memory locations
Special purpose registers
Cache
Buffers
6. The contention for the usage of a hardware device is called______.
Structural hazard
Stalk
Deadlock
None of the mentioned
7. The situation wherein the data of operands are not available is called______.
Data hazard
Stock
Deadlock
Structural hazard
8. The CISC stands for______.
Computer Instruction Set Complement
Complete Instruction Set Complement
Computer Indexed Set Components
Complex Instruction Set Computer
9. The computer architecture aimed at reducing the time of execution of instructions is______.
CISC
RISC
ISA
ANNA
10. The iconic feature of the RISC machine among the following is______.
Reduced number of addressing modes
Increased memory size
Having a branch delay slot
All of the mentioned
11. Both the CISC and RISC architectures have been developed to reduce the______.
Cost
Time delay
Semantic gap
All of the mentioned
12. Pipe-lining is a unique feature of ______.
RISC
CISC
ISA
IANA
13. In CISC architecture most of the complex instructions are stored in ______.
Register
Diodes
CMOS
Transistors
14. In ______ the operand is specified in the instruction itself.
Immediate addressing
Register mode
Implied addressing
Register Indirect
15. In which mode the operand is placed in one of 8-bit or 16-bit general-purpose registers?
Immediate addressing
Register mode
Implied addressing
Register Indirect
16. An offset is determined by adding any combination of ______ address elements.
3
4
5
6
17. Zero address instruction are designed with implied addressing mode.
TRUE
FALSE
Can be true or false
Cannot say
18. In the following indexed addressing mode instruction, MOV 5(R1), LOC the effective address is ______.
EA = 5 + R1
EA = R1
EA = [R1]
EA = 5 + [R1]
19. The addressing mode/s, which uses the PC instead of a general-purpose register is ______.
Indexed with offset
Relative
Direct
Both indexed with offset and direct
20. ______ addressing mode is most suitable to change the normal sequence of execution of instructions.
Relative
Indirect
Index with Offset
Immediate
21. Sign magnitude is a very simple representation of?
Positive number
Negative numbers
Infinity
Zero
22. Sign bit 1 represents
Positive number
FALSE
TRUE
Negative Number
23. The logic 1 in positive logic system is represented by?
Zero voltage
Lower voltage level
Higher voltage level
Negative voltage
24. The m-bit parallel adder consists of
m full adders
m+1 full adders
m-1 full adders
m/2 full adders
25. Input or output devices that are connected to a computer are called ______.
Input/Output Subsystem
Peripheral Devices
Interfaces
Interrupt
26. How many types of modes of I/O Data Transfer?
2
3
4
5
27. The method which offers higher speeds of I/O transfers is ______.
Interrupts
Memory mapping
Program-controlled I/O
DMA
28. In memory-mapped I/O ______.
The I/O devices have a separate address space
The I/O devices and the memory share the same address space
A part of the memory is specifically set aside for the I/O operation
The memory and I/O devices have an associated address space
29. The ISA is an architectural standard developed by ______.
IBM
AT&T Labs
Microsoft
Oracle
30. The SCSI BUS is used to connect the video devices to a processor by providing a ______.
Single Bus
USB
SCSI
Parallel BUS
31. The registers of the controller are ______.
16 bit
32 bit
64 bit
128 bit
32. Auxiliary memory access time is generally ______ times that of the main memory.
10
100
1000
10000
33. What is the formula for Hit Ratio?
Hit/(Hit + Miss)
Miss/(Hit + Miss)
(Hit + Miss)/Miss
(Hit + Miss)/Hit
34. Which of the following is correct example for Auxiliary Memory?
Magnetic disks
Tapes
Flash memory
Both A and B
35. The fastest data access is provided using ______.
Cache
DRAM's
SRAM's
Registers
36. The next level of memory hierarchy after the L2 cache is ______.
Secondary storage
Main memory
Register
TLB
37. Which Processors includes multicolcks?
Complex Instruction Set Computer
Reduced Instruction Set Computer
ISA
ANNA
38. Which Processors Data transfer Register to register?
Complex Instruction Set Computer
Reduced Instruction Set Computer
ISA
ANNA
39. Which of the following is true?
The RISC processor has a more complicated design than CISC.
RISC Focus on software
CISC Focus on software
RISC has Variable sized instructions
40. Which processor requires more number of registers?
CISC
ISA
RISC
ANNA
41. Both the CISC and RISC architectures have been developed to reduce the ______.
Semantic gap
Time Delay
Cost
Reduced Code
42. Which of the following is true about CISC processor?
Micro programmed control unit is found in CISC.
Data transfer is from memory to memory.
In this instructions are not register based.
All of the above
43. What is the high-speed memory between the main memory and the CPU called?
Register Memory
Cache Memory
Storage Memory
Virtual Memory
44. Cache Memory is implemented using the DRAM chips.
True
False
45. Whenever the data is found in the cache memory it is called as ______.
HIT
MISS
FOUND
ERROR
46. LRU stands for ______.
Low Rate Usage
Least Rate Usage
Least Recently Used
Low Required Usage
47. When the data at a location in cache is different from the data located in the main memory, the cache is called ______.
Unique
Inconsistent
Variable
Fault
48. Which of the following is not a write policy to avoid Cache Coherence?
Write through
Write within
Write back
Buffered write
49. Which of the following is an efficient method of cache updating?
Snoopy writes
Write through
Write within
Buffered write
50. In ______ mapping, the data can be mapped anywhere in the Cache Memory.
Associative
Direct
Set Associative
Indirect
Last updated