Answer: A: Department of Information Technology UNIT-II-CAO-MCQ B.Tech 4 SEM
Answer: A: Department of Information Technology UNIT-II-CAO-MCQ B.Tech 4 SEM
2. The I/O interface required to connect the I/O device to the bus consists of ______
a) Address decoder and registers
b) Control circuits
c) Address decoder, registers and Control circuits
d) Only Control circuits
Answer: c
Explanation: The I/O devices are connected to the CPU via BUS and to interact with the BUS
they have an interface.
10. The registers, ALU and the interconnection between them are collectively called as _____
a) process route
b) information trail
c) information path
d) data path
Answer: d
Explanation: The Operational and processing part of the CPU are collectively called as a data
path.
11. Micro-program consists of a set of microinstructions which are strings of 0s and 1s.
a) True
b) False
Answer: a
Explanation: The computer understands only binary language. So, the micro-program should
have instructions which are in the form of 0s and 1s. Each output line of the micro-program
corresponds to one control signal.
14. Which of the following is used to choose between incrementing the PC or performing
ALU operations?
a) Conditional Units
b) Multiplexer
c) Control Codes
d) Memory bus
Answer : b
Explanation: The multiplexer circuit is used to choose between the two as it can give
different results based on the input.
Explanation: The Interrupt-request line is a control line along which the device is allowed to
send the interrupt signal.
16. The usual BUS structure used to connect the I/O devices is ___________
a) Star BUS structure
b) Multiple BUS structure
c) Single BUS structure
d) Node to Node BUS structure
Answer: c
Explanation: BUS is a collection of address, control and data lines used to connect the
various devices of the computer.
18. _________is used to control the access, processing and information transferring.
a) Control Bus
b) Address Bus
c) Data bus
d) Program counter
Answer: a
19. Interrupt signal s used to suspends execution of the current program being executed and
saves its context.
a) True
b) False
Answer: a