Podcast
Questions and Answers
What is a process in the context of computer science?
What is a process in the context of computer science?
- A set of CPU registers
- A program in execution on the computer (correct)
- A collection of input/output operations
- A file containing instructions to be executed
What resources does the operating system provide to run a process?
What resources does the operating system provide to run a process?
- RAM, CPU cache, USB (I/O), Bluetooth (I/O)
- Memory, GPU, keyboard (I/O), printer (I/O)
- CPU, Memory, file (I/O), network (I/O) (correct)
- CPU, Disk space, monitor (I/O), speaker (I/O)
What is the objective of multiprogramming in the context of process scheduling?
What is the objective of multiprogramming in the context of process scheduling?
- To have some processes running at all times, to maximize CPU utilization (correct)
- To prioritize I/O operations over CPU operations
- To limit the number of processes running simultaneously
- To minimize CPU utilization for better power efficiency
What is a context switch in the context of process management?
What is a context switch in the context of process management?
What are the components included in a Process Control Block (PCB)?
What are the components included in a Process Control Block (PCB)?