Input Output (IO) System

Multiple Choice questions & answers are available for a Computer Science students to clear GAT, NTS, ECAT exams, various technical interview, competitive examination, and other entrance exam. Input Output (IO) System is the important Topic for a computer science and technical students and one should practice these Mcqs to grasp good knowledge on the topic.

31.
The __________ is used by device controllers to request service.

Nonmaskable interrupt

Blocked interrupt

Maskable interrupt

None of the mentioned

32.
The interrupt vector contains :

The interrupts

The memory addresses of specialized interrupt handlers

The identifiers of interrupts

The device addresses

33.
Division by zero, accessing a protected or non existent memory address, or attempting to execute a privileged instruction from user mode are all categorized as ________

Errors

Exceptions

Interrupt handlers

All of the mentioned

34.
For large data transfers, _________ is used.

Dma

Programmed I/O

Controller register

None of the mentioned

35.
A character stream device transfers :

Bytes one by one

Block of bytes as a unit

With unpredictable response times

None of the mentioned

36.
A block device transfers :

Bytes one by one

Block of bytes as a unit

With unpredictable response times

None of the mentioned

37.
A dedicated device is :

Opposite to a sharable device

Same as a sharable device

Can be used concurrently by several processes

None of the mentioned

38.
A keyboard is an example of a device that is accessed through a __________ interface.

Block stream

Set of blocks

Character stream

None of the mentioned

39.
In polling :

Busy – wait cycles wait for I/O from device

Interrupt handler receives interrupts

Interrupt-request line is triggered by I/O device

All of the mentioned

40.
A non blocking system call _________________

Halts the execution of the application for an extended time

Does not halt the execution of the application

Does not block the interrupts

None of the mentioned

41.
An asynchronous call :

Returns immediately, without waiting for the I/O to complete

Does not return immediately and waits for the I/O to complete

Consumes a lot of time

Is too slow

42.
Buffering is done to :

Cope with device speed mismatch

Cope with device transfer size mismatch

Maintain copy semantics

All of the mentioned

43.
Caching is ________ spooling.

Same as

Not the same as

All of the mentioned

None of the mentioned

44.
Caching :

Holds a copy of the data

Is fast memory

Holds the only copy of the data

Holds output for a device

45.
Spooling :

Holds a copy of the data

Is fast memory

Holds the only copy of the data

Holds output for a device

0Shares
0
Scroll to Top