Chapter 27 Flashcards
What is PIT
Programmable Interval Timer (PIT) is a very important peripheral device.
What is the number of chip of PIT
8254
How system time maintains
Through timer interrupt
Which is highest priority interrupt
timer interrupt
How computers can control external hardware
Computers can control external hardware through various external ports like the parallel port, the serial port, and the new additions USB and FireWire.
What are 2 views of parallel port
The parallel port has two views, the connector that the external world sees and the parallel port controller ports through which the processor communicates with the device connected to the parallel port.
What is DB-25
The parallel port connector is a 25pin connector called DB-25
Is parallel port a bidirectional port
Yes
What is ACK pin in parallel port
Pin 10, the ACK pin, is normally used by the printer to acknowledge the receipt of data and show the willingness to receive more data.
What is port number of data port
378
What is port number of control port
37A
What is the example usage of parallel port
printer
What is the command of terminate program
mov ax, 0x4c00
We should disable interrupts while we are changing the stack (SS or SP). True of false
True
Is HH:MM:SS.DD What is DD
hundredth of second