Practice Comparison of DMA Transfer and Interrupt Driven Transfer - 29.4.4 | 29. Overview of DMA and Interrupt Driven I/O | Computer Organisation and Architecture - Vol 3
K12 Students

Academics

AI-Powered learning for Grades 8–12, aligned with major Indian and international curricula.

Professionals

Professional Courses

Industry-relevant training in Business, Technology, and Design to help professionals and graduates upskill for real-world careers.

Games

Interactive Games

Fun, engaging games to boost memory, math fluency, typing speed, and English skills—perfect for learners of all ages.

Practice Questions

Test your understanding with targeted questions related to the topic.

Question 1

Easy

What does DMA stand for?

💡 Hint: Think about the type of transfer that doesn't involve the CPU directly.

Question 2

Easy

What is the key difference between DMA and interrupt-driven I/O?

💡 Hint: Consider how each method affects CPU workload.

Practice 4 more questions and get performance evaluation

Interactive Quizzes

Engage in quick quizzes to reinforce what you've learned and check your comprehension.

Question 1

What is one major advantage of DMA over interrupt-driven I/O?

  • DMA requires the CPU to manage transfers
  • DMA does not interrupt CPU processing
  • DMA is slower

💡 Hint: Which method keeps the CPU engaged in other operations?

Question 2

In cycle stealing mode, does the CPU get access to the bus?

  • True
  • False

💡 Hint: Think about how bus access is shared.

Solve 1 more question and get performance evaluation

Challenge Problems

Push your limits with challenges.

Question 1

A file of size 10 MB is to be transferred using DMA in burst mode, where the maximum data count is 128 KB. How many burst transfers will be required?

💡 Hint: Break down the total size and see how many chunks fit into the maximum size.

Question 2

In a system where interrupt-driven I/O management is used, what are potential bottlenecks resulting from frequent interrupts?

💡 Hint: Think about how many times the CPU has to give up its work for handling the interrupts.

Challenge and get performance evaluation