Answer the following statements true (T) or false (F)

1. MS-DOS views the data stored in a disk file as a series of records.
2. The Intel processor at the heart of most MS-DOS systems relies on interrupts to establish
communication with its peripheral devices.
3. The key to MS-DOS interrupt processing is an interrupt vector table that occupies the
first 1K bytes of memory.
4. Under MS-DOS, the addresses of interrupt handler routines are listed in an interrupt
vector table.

1. F
2. T
3. T
4. T

Computer Science & Information Technology

You might also like to view...

Data structures are part of an ADT’s ______.

a. definition b. implementation c. specifications d. usage

Computer Science & Information Technology

Write a Java statement to resize the resulting vector in number 2 above to 100.

What will be an ideal response?

Computer Science & Information Technology