Login
Register
@
Dark Mode
Profile
Edit my Profile
Messages
My favorites
Register
Activity
Q&A
Questions
Unanswered
Tags
Subjects
Users
Ask
Previous Years
Blogs
New Blog
Exams
Dark Mode
Recent questions tagged dma
2
votes
2
answers
1
I/O Modes | Process State Transition | COA & OS
MSQ A ‘Running’ process is surely put into ‘Blocked/Wait’ state during while requesting for an I/O, in which of the following I/O modes? Synchronous I/O Asynchronous I/O Interrupt Driven I/O DMA
Souvik33
asked
in
CO and Architecture
Dec 2, 2022
by
Souvik33
222
views
operating-system
process-scheduling
co-and-architecture
dma
interrupts
input-output
multiple-selects
0
votes
1
answer
2
DMA
The below question is from Made Easy Test series The diagram shows single bus detached DMA configuration for a system. How many times system bus is used for single data transfer using DMA(Consider only data transfer, not command or status transfer) 1 2 3 0 Here answer ... My Doubt: In DMA their is direct data transfer from i/o to memory so system bus is accessed only once. Is this correct?
Chaitanya Kale
asked
in
CO and Architecture
Sep 24, 2022
by
Chaitanya Kale
414
views
co-and-architecture
dma
made-easy-test-series
1
vote
2
answers
3
University Assignment
Question → Consider a system in which bus cycles take 500 ns. Transfer of bus control in either direction, from processor to I/O device or vice-versa, takes 250 ns. One of the I/O devices has a data transfer rate of 50 KB/s and employs DMA. ... For how long would the device tie up the bus when transferring a block of 128 bytes? b)Repeat the calculation for cycle-stealing mode
lalitver10
asked
in
CO and Architecture
Sep 18, 2022
by
lalitver10
207
views
computer-peripherals
dma
moderate
6
votes
3
answers
4
GATE CSE 2022 | Question: 7
Which one of the following facilitates transfer of bulk data from hard disk to main memory with the highest throughput? $\text{DMA}$ based $\text{I/O}$ transfer Interrupt driven $\text{I/O}$ transfer Polling based $\text{I/O}$ transfer Programmed $\text{I/O}$ transfer
Arjun
asked
in
CO and Architecture
Feb 15, 2022
by
Arjun
2.5k
views
gatecse-2022
co-and-architecture
dma
1-mark
21
votes
3
answers
5
GATE CSE 2021 Set 2 | Question: 20
Consider a computer system with $\text{DMA}$ support. The $\text{DMA}$ module is transferring one $8$-bit character in one $\text{CPU}$ cycle from a device to memory through cycle stealing at regular intervals. Consider a $\text{2 MHz}$ ... $\text{DMA}$, the data transfer rate of the device is __________ bits per second.
Arjun
asked
in
CO and Architecture
Feb 18, 2021
by
Arjun
6.8k
views
gatecse-2021-set2
numerical-answers
co-and-architecture
dma
1-mark
1
vote
1
answer
6
Andrew S. Tanenbaum (OS) Edition 4 Exercise 5 Question 7 (Page No. 430)
One mode that some DMA controllers use is to have the device controller send the word to the DMA controller, which then issues a second bus request to write to memory. How can this mode be used to perform ... Discuss any advantage or disadvantage of using this method instead of using the CPU to perform memory to memory copy.
Lakshman Patel RJIT
asked
in
Operating System
Oct 28, 2019
by
Lakshman Patel RJIT
435
views
tanenbaum
operating-system
input-output
dma
descriptive
3
votes
1
answer
7
Andrew S. Tanenbaum (OS) Edition 4 Exercise 5 Question 6 (Page No. 429 - 430)
Suppose that a system uses DMA for data transfer from disk controller to main memory. Further assume that it takes $t_{1}\: nsec$ on average to acquire the bus and $t_{2}\:nsec$ to transfer one word ... acquiring the bus to send one word and acknowledging a transfer also requires acquiring the bus to send one word.
Lakshman Patel RJIT
asked
in
Operating System
Oct 28, 2019
by
Lakshman Patel RJIT
845
views
tanenbaum
operating-system
input-output
dma
descriptive
4
votes
2
answers
8
Andrew S. Tanenbaum (OS) Edition 4 Exercise 5 Question 5 (Page No. 429)
A DMA controller has five channels. The controller is capable of requesting a $32$-bit word every $40\: nsec.$ A response takes equally long. How fast does the bus have to be to avoid being a bottleneck?
Lakshman Patel RJIT
asked
in
Operating System
Oct 28, 2019
by
Lakshman Patel RJIT
1.5k
views
tanenbaum
operating-system
input-output
dma
descriptive
1
vote
2
answers
9
Andrew S. Tanenbaum (OS) Edition 4 Exercise 1 Question 5 (Page No. 81)
On early computers, every byte of data read or written was handled by the CPU (i.e., there was no DMA). What implications does this have for multiprogramming?
Lakshman Patel RJIT
asked
in
Operating System
Oct 21, 2019
by
Lakshman Patel RJIT
1.4k
views
tanenbaum
operating-system
multi-programming
dma
descriptive
0
votes
0
answers
10
NPTEL assignment
A DMA controller transfers 32-bit words from an input device to memory in one clock cycle using cycle stealing. The input device transmits data at a rate of 9600 bytes per second. The CPU is fetching and executing instructions at an average rate of 2,000,000 instructions ... the DMA transfer by .. percent. I am getting 0.12 as the answer but they have given 0.24 please check
Utkarsh Joshi
asked
in
CO and Architecture
Jan 24, 2019
by
Utkarsh Joshi
611
views
co-and-architecture
dma
2
votes
3
answers
11
Ace Test Series: CO & Architecture - Instruction Execution
CPU can leave current instruction execution, without completing it for : Service of interrupt DMA Both Neither
Na462
asked
in
CO and Architecture
Jan 21, 2019
by
Na462
518
views
co-and-architecture
dma
ace-test-series
instruction-execution
0
votes
0
answers
12
AppliedAi MOCK1
An I/O device transfers a data 10MB/s over a bus which is capable of sending the data at a rate 100MB/s. Consider a processor operates at 200MHZ, and it takes 100 clock cycles to handle each DMA request. Suppose 8KB blocks of data has been transferred between I/O and main memory then calculate fraction of CPU time handling of the data transfer with DMA?
jatin khachane 1
asked
in
CO and Architecture
Jan 15, 2019
by
jatin khachane 1
288
views
co-and-architecture
dma
0
votes
0
answers
13
Self Doubt
Does DMA use interrupts? or not. please, someone ..
saif
asked
in
CO and Architecture
Jan 13, 2019
by
saif
149
views
co-and-architecture
dma
0
votes
0
answers
14
Made Easy Test Series
Consider a disk drive with the following specifications. 16 surfaces, 128 tracks / surfaces, 256 sectors / track, 512 B / sector, rotations speed 3600 rpm. The disk is operated in cycle stealing mode whereby whenever one byte word is ready it ... each DMA cycle. Memory cycle time is 50microsec. The maximum percentage of time the CPU gets blocked during DMA operation is______?
Somoshree Datta 5
asked
in
CO and Architecture
Jan 11, 2019
by
Somoshree Datta 5
674
views
co-and-architecture
disk
dma
0
votes
1
answer
15
DMA doubt
For word preperatioin time what i thought is the time taken to transfer the data into DMA buffer is it correct ?. Or is any buffer is available inside DMA or not or that we are directly sending the data form disk to memory having a lot of doubt coming to this topic help please @Bikram @prashant sir.
chandan sahu
asked
in
CO and Architecture
Jan 9, 2019
by
chandan sahu
323
views
co-and-architecture
disk
dma
0
votes
0
answers
16
Percentage of CPU used in DMA burst mode
Wikipedia says this about DMA burst mode (https://en.wikipedia.org/wiki/Direct_memory_access#Burst_mode) In burst mode, an entire block of data is transferred in one contiguous sequence. Once the DMA controller is granted access to the system bus by ... . So should we consider this full duration as CPU consumed or just (bus grant time + bus release time)?
Raj Singh 1
asked
in
CO and Architecture
Jan 7, 2019
by
Raj Singh 1
428
views
co-and-architecture
dma
1
vote
0
answers
17
Cycle stealing mode when bus width is bigger than disk buffer
I was going through this problem: Consider a disk drive with the following specifications: 16 surfaces, 512 tracks/surface, 512 sectors/track, 1 KB/sector, rotation speed 3000 rpm. The disk is operated in cycle stealing mode ... empty the disk buffer. And only after 4B are there in intermediate buffer, we send it over system bus.
Raj Singh 1
asked
in
CO and Architecture
Jan 7, 2019
by
Raj Singh 1
421
views
dma
co-and-architecture
0
votes
0
answers
18
ME Test
Shadan Karim
asked
in
CO and Architecture
Jan 7, 2019
by
Shadan Karim
133
views
co-and-architecture
disk
dma
1
vote
2
answers
19
DMA,interrupts
True/false 1. To access bus the DMA does not issue an interrupt it is done through DMA-request and DMA-acknowledge wires. Interrupt is issued by DMA to CPU only after complete data is transferred to the specific memory address by DMA. 2. DMA interrupts the CPU whenever it needs to initiate I/O and also when it has finished I/O transfers.
Gurdeep Saini
asked
in
CO and Architecture
Jan 4, 2019
by
Gurdeep Saini
790
views
dma
co-and-architecture
interrupts
1
vote
0
answers
20
Made Easy Test Series
Assertion(A): The DMA technique is more efficient than the interrupt-driven technique for high volume I/O data transfer. Reason(R): The DMA technique doesnt make use of the interrupt mechanism. (a) Both A and R are true and R is the correct explanation of A. (b) Both A ... but R is not the correct explanation of A. © A is true but R is false. (d) A is false but R is true.
Somoshree Datta 5
asked
in
CO and Architecture
Dec 31, 2018
by
Somoshree Datta 5
1.6k
views
co-and-architecture
dma
assertion-reason
5
votes
1
answer
21
MadeEasy Test Series: CO & Architecture - Dma
A hard disk with a transfer rate of 1 KBps is constantly transferring data to memory using DMA cycle stealing mode. The size of the data transfer is 16 bytes. The processor runs at 400 kHz clock frequency. The DMA controller requires ... time as 0.9375 sec and percentage time CPU gets blocked = transfer time/preparation time (IN case of cycle stealing)
Shivam Kasat
asked
in
CO and Architecture
Dec 28, 2018
by
Shivam Kasat
1.7k
views
made-easy-test-series
co-and-architecture
computer-architecture
dma
0
votes
0
answers
22
william stallings I/O
a system employing interrupt-driven I/O for a particular device that transfers data at an average of 8 KB/s on a continuous basis. a. Assume that interrupt processing takes about 100 s (i.e., the time to jump to the interrupt service routine (ISR), ... getting 216/500 and 188/500 respectively. please check it. (i've taken K=1000 instead of 1024 for simplicity of calculation).
aambazinga
asked
in
CO and Architecture
Dec 9, 2018
by
aambazinga
816
views
co-and-architecture
dma
0
votes
1
answer
23
DMA cycle stealing
Consider a device with 1MB per second transfer rate and operating in cycle stealing mode of DMA. It requires 0.5 microsecond to transfer the data (1 byte) when it is ready or prepared. Percentage of CPU blocked due to DMA?
Ajit J
asked
in
CO and Architecture
Dec 9, 2018
by
Ajit J
978
views
co-and-architecture
dma
Page:
1
2
3
4
next »
Subscribe to GATE CSE 2023 Test Series
Subscribe to GO Classes for GATE CSE 2023
Quick search syntax
tags
tag:apple
author
user:martin
title
title:apple
content
content:apple
exclude
-tag:apple
force match
+apple
views
views:100
score
score:10
answers
answers:2
is accepted
isaccepted:true
is closed
isclosed:true
Recent Posts
Central Pollution Control Board CPCB Various Post Recruitment 2023
MP Rajya Sahkari Apex Bank Various Post Recruitment 2023
NITIE MUMBAI throgh GATE
PGCIL recruitment 2023 – Apply Online For 138 Posts through GATE
Admission guidance for GATE CSE 2023
Subjects
All categories
General Aptitude
(2.6k)
Engineering Mathematics
(9.4k)
Digital Logic
(3.3k)
Programming and DS
(5.9k)
Algorithms
(4.6k)
Theory of Computation
(6.7k)
Compiler Design
(2.3k)
Operating System
(5.0k)
Databases
(4.6k)
CO and Architecture
(3.8k)
Computer Networks
(4.7k)
Non GATE
(1.3k)
Others
(2.5k)
Admissions
(655)
Exam Queries
(848)
Tier 1 Placement Questions
(17)
Job Queries
(77)
Projects
(9)
Unknown Category
(866)
Recent questions tagged dma
Recent Blog Comments
Please upload updated previous year question...
The last hardcopy that was made was for GATE 2022...
overall only 3 post .no post for gen male
for gen GS in the range of 720-750 approx.
can we get 2023 hark copy from amazon?