Back to the 2016 paper
Similar questions
COMPUTER ORGANIZATION & ARCHITECTUREWhat do you mean by asynchronous data transfer? Explain strobe control and hand shaking mechanism.20237mCOMPUTER ORGANIZATION & ARCHITECTUREExplain in detail the handshake protocol of asynchronous data transfer201514mCOMPUTER ORGANIZATION & ARCHITECTUREExplain handshake protocol. Depict clearly how it controls data transfer during an input operation.201414mCOMPUTER ORGANIZATION & ARCHITECTUREWhich of the following I/O transfer methods involves the CPU polling the device until data is read? i) DMA ii) Interrupt-driven I/O iii) Program-controlled I/O iv) Asynchronous I/O20242m
PreviousA virtual memory system has an address space of 8k words, memory space of 4k words and page & block size of 1k words. The following page reference changes occur during a given time interval: 4, 2, 0, 1, 2, 6, 1, 4, 0, 1, 0, 2, 3, 5, 7 Determine the four pages that are resident in main memory after each page reference change if the replacement algorithm used is - (i) FIFO - (ii) LRU.NextWrite short notes on the following: - (a) Shift instructions