Podcast
Questions and Answers
Which of the following statements about a process is true?
Which of the following statements about a process is true?
- A process performs actions by itself.
- Two or more processes execute the same program using shared data and resources.
- A process is a static entity made up of program statements.
- A process exists in a limited span of time. (correct)
What is a program?
What is a program?
- A program performs actions by itself.
- A static entity that contains program statements. (correct)
- A sequence of information executions.
- A dynamic entity that represents a program in execution.
Can two or more processes execute the same program using their own data and resources?
Can two or more processes execute the same program using their own data and resources?
- No, a program can only be executed by a single process.
- Yes, but they must use the same data and resources.
- No, each process must have its own program.
- Yes, multiple processes can execute the same program using shared data and resources. (correct)
Which of the following best describes a process?
Which of the following best describes a process?
What is the main difference between a process and a program?
What is the main difference between a process and a program?
Can two or more processes execute the same program?
Can two or more processes execute the same program?