Processor Management with OS
- Created by: lordHan
- Created on: 26-11-17 15:02
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