Processor Management with OS

?
  • Created by: lordHan
  • Created on: 26-11-17 15:02

1. What does the First come, First Served algorithm do?

  • Gives each task a time slice, and if it is not completed by the end of it it is aded back onto the end of the queue
  • Organizes the queue according to sizesize and then executes accordingly
  • Executes tasks in the order of being added
  • Takes the first task and executes only that task
1 of 12

Other questions in this quiz

2. What do interrupts do?

  • Prevent you from working
  • Automatically move the CPU onto another task regardless of priority
  • Move the CPU onto another task if it is of higher priority
  • Break a computer

3. What does the shortest remaining time algorithm do?

  • Executes tasks in time slices
  • Organizes the queue according to size and then executes accordingly
  • Executes whichever task has the shortest time left for executing, also allowing added processes to take over the currently running process
  • Executes tasks in the order of being added

4. What types of interrupts are there?

  • Annoying, Unproductive and Harmful
  • Hardware, Program and Input/Output
  • Hardware, Software and Storage
  • Program, application, and utility

5. What does the Round Robin algorithm do?

  • Executes tasks in the order of being added
  • Gives each task a time slice, and if it is not completed by the end of it it is added back onto the end of the queue
  • Takes a robin and rounds it
  • Organizes the queue according to sizesize and then executes accordingly

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Operating systems resources »