Podcast
Questions and Answers
Which part of a program is loaded in the main memory?
Which part of a program is loaded in the main memory?
- Program
- Disk
- Process (correct)
- RAM
Which entity is considered as an active entity?
Which entity is considered as an active entity?
- Disk
- Program
- Main memory
- Process (correct)
What is the purpose of dividing a program into processes?
What is the purpose of dividing a program into processes?
- To increase disk space
- To reduce RAM usage
- To achieve Multiprogramming (correct)
- To improve CPU performance
What does the state of a process refer to?
What does the state of a process refer to?
When does a process enter the 'New' state?
When does a process enter the 'New' state?
Flashcards are hidden until you start studying
Study Notes
Program Execution
- The part of a program that is loaded in the main memory is the process.
Entity Classification
- A process is considered an active entity.
Program Division
- Dividing a program into processes allows for concurrent execution, improved system utilization, and enhanced system responsiveness.
Process State
- The state of a process refers to the current activity or status of the process, such as executing, waiting, or sleeping.
Process Life Cycle
- A process enters the 'New' state when it is created or spawned.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.