Podcast
Questions and Answers
Which of the following best describes a process in an operating system?
Which of the following best describes a process in an operating system?
- A program in execution (correct)
- A program waiting to be executed
- A program that has completed execution
- A program that is being compiled
What are the different parts of a process?
What are the different parts of a process?
- Code section, stack, data section, heap (correct)
- Text section, program counter, stack, heap
- Code section, program counter, stack, data section
- Text section, current activity, data section, heap
What does the text section of a process contain?
What does the text section of a process contain?
- Temporary data
- Global variables
- Program code (correct)
- Dynamically allocated memory
Which part of a process contains the program counter and processor registers?
Which part of a process contains the program counter and processor registers?
What does the heap of a process contain?
What does the heap of a process contain?
Flashcards are hidden until you start studying