Top 150+ Solved Computer Organization and Architecture MCQ Questions Answer
Q. When CPU is executing a Program that is part of the Operating System, it is said to be in
a. Interrupt mode
b. System mode
c. Half mode
d. Simplex mode
Q. An n-bit microprocessor has
a. n-bit program counter
b. n-bit address register
c. n-bit ALU
d. n-bit instruction register
Q. Cache memory works on the principle of
a. Locality of data
b. Locality of memory
c. Locality of reference
d. Locality of reference & memory
Q. The main memory in a Personal Computer (PC) is made of
a. cache memory.
b. static RAM
c. Dynamic Ram
d. both (A) and (B) .
Q. In computers, subtraction is carried out generally by
a. 1's complement method
b. 2's complement method
c. signed magnitude method
d. BCD subtraction method
Q. PSW is saved in stack when there is a
a. interrupt recognised
b. execution of RST instruction
c. Execution of CALL instruction
d. All of these
Q. The multiplicand register & multiplier register of a hardware circuit implementing booth's algorithm have (11101) & (1100). The result shall be
a. (812) 10
b. (-12) 10
c. (12) 10
d. (-812) 10
Q. The circuit converting binary data in to decimal is
a. Encoder
b. Multiplexer
c. Decoder
d. Code converter
Q. A three input NOR gate gives logic high output only when
a. one input is high
b. one input is low
c. two input are low
d. all input are high
Q. n bits in operation code imply that there are ___________ possible distinct operators
a. 2n
b. 2n
c. n/2
d. n2
Q. _________ register keeps tracks of the instructions stored in program stored in memory.
a. AR (Address Register)
b. XR (Index Register)
c. PC (Program Counter)
d. AC (Accumulator)
Q. Memory unit accessed by content is called
a. Read only memory
b. Programmable Memory
c. Virtual Memory
d. Associative Memory
Q. ‘Aging registers’ are
a. Counters which indicate how long ago their associated pages have been referenced.
b. Registers which keep track of when the program was last accessed.
c. Counters to keep track of last accessed instruction.
d. Counters to keep track of the latest data structures referre
Q. The instruction ‘ORG O’ is a
a. Machine Instruction.
b. Pseudo instruction.
c. High level instruction.
d. Memory instruction.
Q. Translation from symbolic program into Binary is done in
a. Two passes.
b. Directly
c. Three passes.
d. Four passes.