0
0
Intro to Computingfundamentals~5 mins

Process management (running programs) in Intro to Computing - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a process in computing?
A process is a program that is currently running on a computer. It includes the program's code and its current activity, like what it is doing and what data it is using.
Click to reveal answer
beginner
What role does the operating system play in process management?
The operating system manages processes by starting, pausing, and stopping them. It also shares the computer's resources like CPU and memory among all running processes.
Click to reveal answer
beginner
Explain the difference between a program and a process.
A program is a set of instructions saved on disk (like a recipe). A process is what happens when the program is running (like cooking the recipe).
Click to reveal answer
beginner
What happens when a process is 'terminated'?
When a process is terminated, it stops running and the operating system frees up the resources it was using, like memory and CPU time.
Click to reveal answer
intermediate
How does the CPU switch between multiple running processes?
The CPU switches between processes quickly using a method called 'context switching'. It saves the current process's state and loads the next process's state, so it looks like they run at the same time.
Click to reveal answer
What is a process?
AA network connection
BA saved file on the disk
CA type of hardware
DA running program with its current activity
Which component manages processes on a computer?
AOperating system
BWeb browser
CPrinter
DFile explorer
What does 'context switching' allow the CPU to do?
ASwitch between processes quickly
BSave files faster
CConnect to the internet
DIncrease screen brightness
What happens when a process is terminated?
AIt duplicates itself
BIt starts running
CIt stops running and frees resources
DIt saves data to the cloud
Which of these is NOT part of a process?
ACurrent activity
BUser's personal data files
CProgram code
DData being used
Describe what a process is and how it differs from a program.
Think about the difference between a saved recipe and actually cooking a meal.
You got /4 concepts.
    Explain how the operating system manages multiple running processes on a computer.
    Imagine a chef managing several dishes cooking at once.
    You got /4 concepts.