Computer Organisation and Architecture | COA | MCQ
Question 1:
Processors of all computers, whether micro, mini or mainframe must have
- ALU
- Primary Storage
- Control unit
- All of above
Question 2:
What is the control unit’s function in the CPU?
- To transfer data to primary storage
- to store program instruction
- to perform logic operations
- to decode program instruction
Question 3:
What is meant by a dedicated computer?
- which is used by one person only
- which is assigned to one and only one task
- which does one kind of software
- which is meant for application software only
Question 4:
The most common addressing techiniques employed by a CPU is
- immediate
- direct
- indirect
- register
- all of the above
Question 5:
Pipeline implement
- fetch instruction
- decode instruction
- fetch operand
- calculate operand
- execute instruction
- all of abve
Question 6:
Which of the following code is used in present day computing was developed by IBM corporation?
- ASCII
- Hollerith Code
- Baudot code
- EBCDIC code
Question 7:
When a subroutine is called, the address of the instruction following the CALL instructions stored in/on the
- stack pointer
- accumulator
- program counter
- stack
Question 8:
A microprogram written as string of 0’s and 1’s is a
- symbolic microinstruction
- binary microinstruction
- symbolic microprogram
- binary microprogram
Question 9:
Interrupts which are initiated by an instruction are
- internal
- external
- hardware
- software
Question 10:
Memory access in RISC architecture is limited to instructions
- CALL and RET
- PUSH and POP
- STA and LDA
- MOV and JMP