Login
Remember
Register
Ask a Question
What is Cycle Stealing?
0
votes
asked
Sep 13, 2023
in
Operating System
by
rajeshsharma
What is Cycle Stealing?
cyclestealing
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 13, 2023
by
rajeshsharma
cycle stealing is a method of accessing computer memory (RAM) or bus without interfering with the CPU. It is similar to direct memory access (DMA) for allowing I/O controllers to read or write RAM without CPU intervention.
...