Technology Embedded System Question #10441
Single Choice Easy

QWhat method of task swapping is based on regular time intervals?

ID: #10441 Embedded System 103 views
Question Info
#10441Q ID
EasyDifficulty
Embedded SystemTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Cooperative multitasking
  • B Scheduling algorithm
  • C Pre-emption
  • D Time slice
Correct Answer

Explanation

The time slice method of task swapping works by switching tasks at regular time intervals. The currently running task is allowed to execute for a certain period, after which the control is passed to the next task in the queue. This method is used in real-time operating systems to ensure that each task gets a fair share of the processor time.

Share This Question

Challenge a friend or share with your study group.