MCQ of Computer Organization Architecture 3340705
MCQ of Computer Organization Architecture 3340705
MCQ of Computer Organization Architecture 3340705
Subject: COA
1. CPU has built-in ability to execute a particular set of machine instructions, called as
a. Instruction Set
b. Registers
c. Sequence Set
d. User instructions
b. False
c. register limit
d. register size
b. MBR
c. PC
d. IR
c. Status Register
d. MAR
c. MUL C, D
d. RET
7. What is correct instruction if you want the control to go to the location 2000h?
a. MOV 2000h
b. MOV A, 2000h
c. JMP 2000h
d. RET 2000h
c. Address
d. Instruction
9. Brain of computer is
a. Control unit
d. Memory
10. Control Unit acts as the central nervous system of the computer.
a. True
b. False
b. A
c. C
d. Buffer
c. Performance Counter
d. Performance Changer
d. IR
15. The portion of the processor which contains the hardware required to fetch the operations
is
a. Datapath
b. Processor
c. Control
d. Output unit
16. Causing the CPU to step through a series of micro operations is called
a. Execution
b. Runtime
c. Sequencing
d. Pipelining
b. Output Signals
c. Control Signals
d. CPU
c. Delay
d. Durable
19. A is a circuit with only one output but can have multiple inputs.
a. Logic gate
b. Truth table
c. Binary circuit
d. Boolean circuit
21. The Output is LOW if any one of the inputs is HIGH in case of a gate.
a. NOR
b. NAND
c. OR
d. AND
c. 3
d. 0
a. NAND
b. EXOR
c. NOR
d. EXNOR
24. What is the high speed memory between the main memory and the CPU called?
a. Register Memory
b. Cache Memory
c. Storage Memory
d. Virtual Memory
b. MISS
c. FOUND
d. ERROR
28. When the data at a location in cache is different from the data located in the main
memory, the cache is called
a. Unique
b. Inconsistent
c. Variable
d. Fault
29. Which of the following is not a write policy to avoid Cache Coherence?
a. Write through
b. Write within
c. Write back
d. Buffered write
b. Write through
c. Write within
d. Buffered write
31. In mapping, the data can be mapped anywhere in the Cache Memory.
a. Associative
b. Direct
c. Set Associative
d. Indirect
b. Word transfer
c. Set transfer
d. Associative transfer
33. Computer has a built-in system clock that emits millions of regularly spaced electric
pulses per called clock cycles.
a. Second
b. Millisecond
c. Microsecond
d. Minute
b. False
c. Fetch
d. Decode
b. Clock frequency
c. Clock rate
d. Clock timing
b. RISC
c. EPIC
d. Multi-core
40. A circuitry that processes that responds to and processes the basic instructions that are
required to drive a computer system is
a. Memory
b. ALU
c. CU
d. Processor
41. Any electronic holding place where data can be stored and retrieved later whenever
required is _
a. Memory
b. Drive
c. Disk
d. Circuit
43. Which of the following is the fastest means of memory access for CPU?
a. Registers
b. Cache
c. Main memory
d. Virtual Memory
c. Secondary
d. Registers
45. Size of the memory mainly depends on the size of the address bus.
a. Main
b. Virtual
c. Secondary
d. Cache
c. Onboard memory
d. Cache memory
d. Motherboard
c. primary memory
d. cache memory
49. Secondary storage virtually has an unlimited capacity because the cost per bit is very low.
a. True
b. False
c. Step
d. Indirect
a. Magnesium oxide
b. Chromium dioxide
c. Zinc oxide
d. Copper oxide
b. Decimal digits
c. Hex digits
d. Oct digits
53. Which of the following is the correct representation for a storage capacity of a tape?
a. Data recording density = Storage capacity
b. Length = Storage capacity
c. Storage capacity= Length * data recording density
d. Storage capacity= Length + data recording density
54. is the amount of data that can be stored on a given length of tape.
a. Storage capacity
b. Length
c. Data recording density
d. Tape density
55. 8. The number of characters/second that can be transmitted to the memory from the tape
is denoted by the term.
a. Data transfer rate
b. Transmission mode
c. Transmission rate
d. Data mode
b. Tape controller
c. CPU
d. Processor
c. Magnetic frames
d. Magnetic Ribbon
59. The disk’s surface is divided into a number of invisible concentric circles called:
a. Drives
b. Tracks
c. Slits
d. References
b. 10 or more
c. 8 or more
d. less than 7
c. 256
d. 512
62. The interval between the instant a computer makes a request for the transfer of data from
a disk system to the primary storage and the instance this operation is completed is called
63. Disk access time does not depends on which of the following factors
a. Seek time
b. Latency
c. Transfer rate
d. Arrival rate
b. Two-addressing
c. Zero addressing
d. Index addressing
67. A group of bits that tell the computer to perform a specific operation is known as
a. Instruction code
b. Micro-operation
c. Accumulator
d. Register
b. Micro-operation
c. Bit-operation
d. Byte-operation
c. Signed bit
d. Unsigned bit
b. Logical address
c. Memory address
d. Word address
71. A register capable of shifting its binary information either to the right or the left is called
a. parallel register
b. serial register
c. shift register
d. storage register
b. RST 7.5
c. RST 6.5
d. TRAP
c. Cache Memory
d. Virtual Memory
75. The memory unit that communicates directly with the CPU is called the
a. Main Memory
b. Secondary Memory
c. Shared Memory
d. Auxiliary Memory
c. Index
d. None of these
79. The load instruction is mostly used to designate a transfer from memory to a processor
register known as
a. Accumulator
b. Instruction Register
c. Program counter
d. Memory address Register
80. In case of, Zero-address instruction method the operands are stored in _.
a. Registers
b. Accumulators
82. The addressing mode/s, which uses the PC instead of a general purpose register is
a. Indexed with offset
b. Relative
c. Direct
d. Both A and C
83. When we use auto increment or auto decrement, which of the following is/are true
1) In both, the address is used to retrieve the operand and then the address gets altered.
2) In auto increment the operand is retrieved first and then the address altered.
3) Both of them can be used on general purpose registers as well as memory locations.
a. 1,2,3
b. 2
c. 1,3
d. 2,3
84. The addressing mode, where you directly specify the operand value is .
a. Immediate
b. Direct
c. Definite
d. Relative
85. addressing mode is most suitable to change the normal sequence of execution of
instructions.
a. Relative
b. Indirect
c. Index with Offset
d. Immediate
b. 8 bits
c. 5 bits
d. 6 bits
b. PC
c. MAR
a. System heap
b. Special memory buffers
c. Processor stack
d. Registers
94. The appropriate return addresses is obtained by the help of in case of nested
routines.
a. MAR
b. MDR
c. Buffers
d. Stack-Pointers
95. When, parameters are being passed on to the subroutines they are stored in .
a. Registers
b. Memory locations
c. Processor stacks
96. register keeps track of the instructions stored in program stored in memory.
a. AR (Address Register)
b. XR (Index Register)
c. PC (Program Counter)
d. AC (Accumulator)
b. OR
c. NAND
d. NOR
d. All of these
99. Which operations are used for addition, subtraction, increment, decrement and
complement function:
a. Bus
b. Memory Transfer
c. Arithmetic operation
d. All of these
100. Which language is termed as the symbolic depiction used for indicating the series:
a. Random transfer language
b. Register transfer language
101. The method of writing symbol to indicate a provided computational process is called
as a:
a. Programming language
b. Random transfer language
102. In which transfer the computer register are indicated in capital letters for depicting its
function:
a. Memory transfer
b. Register transfer
c. Bus transfer
d. None of these
103. The register that includes the address of the memory unit is termed as the :
a. MAR
b. PC
c. IR
d. None of these
c. IR
d. None of these
d. 8
106. Which micro operations carry information from one register to another:
a. Register transfer
b. Arithmetic
c. Logical
d. None of these
b. R1<-R2
c. Both
d. None
108. In memory transfer location address is supplied by that puts this on address bus:
a. ALU
b. CPU
c. MAR
d. MDR
c. 3
d. 4
b. Write
c. Both
d. None
111. Which operation puts memory address in memory address register and data in DR:
a. Memory read
b. Memory write
c. Both
d. None
112. Which operation are implemented using a binary counter or combinational circuit:
a. Register transfer
b. Arithmetic
c. Logical
d. All of these
113. Which operation are binary type, and are performed on bits string that is placed in
register:
a. Logical micro operation
114. In 3 state gate third position termed as high impedance state which acts as:
a. Open circuit
b. Close circuit
c. None of these
d. All of above
c. Three
d. All of these
c. Only a
d. Both a & b
b. Fetch cycle
c. Decode
d. Instruction cycle
119. is the step during which a new instruction is read from the memory:
a. Decode
b. Fetch
c. Execute
d. None of these
120. The contents of the program counter is the of the instruction to be run:
a. Data
b. Address
c. Counter
d. None of these
d. All of these
c. 4
d. 5
d. None of these
d. All of these
c. RISC
d. Database
127. is a single control line that informs destination unit that a valid is available
on the bus:
a. Strobe
a. Handshaking
b. Synchronous
c. Asynchronous
c. Can’t said
d. Both a & b
129. In technique has 1 or more control signal for acknowledgement that is used
for intimation:
a. Handshaking
b. Strobe
c. Both a & b
d. None of these
130. In transfer each bit is sent one after the another in a sequence of event and
requires just one line:
a. Serial
b. Parallel
c. Both a & b
d. None of these
b. Interrupt-initiated I/O
c. DMA
d. All of these
132. operations are the results of I/O operations that are written in the computer
program:
a. Programmed I/O
b. DMA
c. Handshaking
d. Strobe
133. is a dedicated processor that combines interface unit and DMA as one unit:
a. Input-Output Processor
b. Only input processor