Status flags को बार-बार check करके I/O devices को access करने की method क्या कहलाती है?
(BPSC TRE 1.0 2023)
Correct Answer: A
Explanation (EN): Program-controlled I/O continuously checks device status causing CPU busy waiting.
Explanation (HI): Program-controlled I/O में CPU लगातार device status check करता है जिससे busy waiting होती है.
Memory mapped I/O में क्या होता है?
(BPSC TRE 1.0 2023)
Correct Answer: A
Explanation (EN): Memory mapped I/O uses same address space for memory and devices.
Explanation (HI): Memory mapped I/O में memory और I/O same address space share करते हैं.
I/O command में data input command का कार्य क्या है?
(DSSSB PGT C.S.)
Correct Answer: C
Explanation (EN): Data input command transfers data from bus to interface register.
Explanation (HI): Data input command bus से register में data transfer करता है.
जब DMA में BG = 1 हो तो read/write lines क्या करती हैं?
(DSSSB PGT C.S.)
Correct Answer: D
Explanation (EN): Read and write lines act as output lines from DMA controller.
Explanation (HI): DMA में read और write lines output lines की तरह काम करती हैं.
कौन-सी data transfer scheme में CPU को लगातार peripheral monitor करना पड़ता है?
(DSSSB PGT C.S.)
Correct Answer: A
Explanation (EN): Programmed I/O requires continuous polling by CPU.
Explanation (HI): Programmed I/O में CPU लगातार polling करता है.
DMA में continuous block transfer को क्या कहते हैं?
(UGC NET)
Correct Answer: B
Explanation (EN): Burst transfer transfers block of data continuously.
Explanation (HI): Burst transfer में data block continuous transfer होता है.
DMA transfer के कारण CPU slowdown कितना होगा?
(UGC NET 2015)
Correct Answer: B
Explanation (EN): Slowdown = (1200/1000000)*100 = 0.12%.
Explanation (HI): Slowdown 0.12% होता है.
निम्न में से कौन-सा statement सही है?
(UGC NET 2017)
Correct Answer: B
Explanation (EN): Isolated I/O keeps memory and I/O address separate.
Explanation (HI): Isolated I/O में memory और I/O अलग address space रखते हैं.
DMA transfer के steps सही क्रम में लगाइए?
(UGC NET 2024)
Correct Answer: B
Explanation (EN): Correct order is request grant transfer complete.
Explanation (HI): सही क्रम है request grant transfer complete.
Memory और peripheral के बीच direct transfer देने वाले interfaces कौन-से हैं?
(UGC NET 2023)
Correct Answer: C
Explanation (EN): DMA and IOP both provide direct transfer.
Explanation (HI): DMA और IOP दोनों direct transfer देते हैं.