Podcast
Questions and Answers
Which of the following best describes a process?
Which of the following best describes a process?
- A sequential program
- An instance of a program in execution (correct)
- A unit of computation for the computer
- A static concept of a program
What changes as a process runs?
What changes as a process runs?
- Both register and memory contents (correct)
- Neither register nor memory contents
- Register contents
- Memory contents
What are the components of a process?
What are the components of a process?
- Object program, resources, and status of the process execution
- Object program, data, and resources
- Data, resources, and status of the process execution
- Object program, data, resources, and status of the process execution (correct)
When can a process run to completion?
When can a process run to completion?
Can multiple processes execute the same program?
Can multiple processes execute the same program?