题目内容

To save PSW, PC and remainder onto stack, why the operations of restoring them is reversed? Because the operations of stack are __________.

A. first in first out
B. random
C. last in first out
D. sequenced

查看答案
更多问题

Using stack to save PC and remainder, the reason is ________.

A. some information needed for resuming the current program at the point of interrupt
B. when interrupt occurs, the instruction is not executed over, so the instruction at the point of interrupt must be executed once again
C. the stack must get some information for LIFO
D. the start address of ISR must transfer by stack

The signals of interrupt request and acknowledgement exchange between CPU and requesting I/O module. The reason of CPU's acknowledgement is ________________

A. to let the I/O module remove request signal
B. to let CPU get the vector from data bus
C. both A and B
D. other aims

In DMA , the DMA module takes over the operations of data transferring from CPU, it means _____________.

A.the DMA module can fetch and execute instructions like CPU does
B. the DMA module can control the bus to transfer data to or from memory using stealing cycle technique
C.the DMA module and CPU work together(co-operate) to transfer data into or from memory
D.when DMA module get ready, it issues interrupt request signal to CPU for getting interrupt service

Transfer data with I/O modules, 3 types of techniques can be used. Which doesn’t belong to them? _______.

A. Interrupt-driven I/O
B. Programmed I/O
C. Direct I/O access
DMA

答案查题题库