Operating Systems: Processes and Programs in Action
AI-generated quiz: Operating Systems: Processes and Programs in Action
About this quiz
Everything you need to know before you start
Total Questions
29
Published
May 23, 2026
Source Type
documents
Tags(7)
Generated Quiz
test prep
exam prep
documents
operating
systems
processes
Embed on your site
<!-- Quiz: Operating Systems: Processes and Programs in Action - powered by QuizFlex AI (https://quizflex.ai) -->
<iframe
src="https://quizflex.ai/embed/quiz/operating-systems-processes-and-programs-in-action-a156ff4f"
width="100%"
height="640"
frameborder="0"
loading="lazy"
allow="clipboard-write"
style="max-width:680px;border:1px solid #e5e7eb;border-radius:12px;"
title="Operating Systems: Processes and Programs in Action - QuizFlex AI"
></iframe>Works in any blog (WordPress, Ghost, Substack, Notion via embed.ly), LMS (Canvas, Moodle, Schoology), or doc platform that allows <iframe>.
Questions Preview
Showing 5 of 29 questions - take the quiz to answer them all
- 1
What is a process in the context of operating systems?
- AA passive entity containing only instructions.
- BAn instance of a program running on a computer.
- CA file stored on a hard drive.
- DA collection of unorganized data.
- 2
What is the primary function of the Process Control Block (PCB)?
- ATo store the program's code.
- BTo manage the computer's hardware.
- CTo store data about a process, enabling interruption and later resumption of execution.
- DTo control the user interface.
- 3
Which of the following is NOT a typical component of a Process Control Block?
- AProcess ID
- BProcess State
- CProgram Code
- DPriority
- 4
What is the key difference between a program and a process?
- AA program is active, while a process is passive.
- BA program requires CPU and memory, while a process only needs storage.
- CA program is a passive entity, while a process is an active entity.
- DA program has a short lifespan, while a process has a long lifespan.
- 5
Which of the following is the correct order of steps in translating C code to machine code?
- ALinking, Assembling, Compiling, Preprocessing
- BPreprocessing, Compiling, Assembling, Linking
- CCompiling, Preprocessing, Linking, Assembling
- DAssembling, Linking, Preprocessing, Compiling