0
0
Intro to Computingfundamentals~20 mins

Operating system role and examples in Intro to Computing - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Operating System Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
What is the primary role of an operating system?

Imagine your computer is like a busy restaurant. The operating system is like the manager. What is the main job of this manager?

ATo connect the computer to the internet automatically
BTo create documents and spreadsheets for users
CTo manage hardware and software resources and provide services to programs
DTo protect the computer from viruses by itself
Attempts:
2 left
💡 Hint

Think about what helps different parts of the computer work together smoothly.

identification
intermediate
2:00remaining
Which of these is NOT an example of an operating system?

Look at the list below. Which one is NOT an operating system?

AWindows 11
BmacOS Ventura
CUbuntu Linux
DMicrosoft Word
Attempts:
2 left
💡 Hint

Operating systems help run programs, but they are not programs like word processors.

trace
advanced
2:30remaining
How does an operating system handle multiple programs running at once?

Imagine you are the operating system managing three programs: A, B, and C. You have one CPU. How does the OS make sure all programs get time to run?

Choose the best description of this process.

AIt divides CPU time into small slices and switches quickly between programs
BIt pauses all programs and runs only system tasks
CIt runs all programs at the same time on the same CPU without switching
DIt runs one program completely before starting the next
Attempts:
2 left
💡 Hint

Think about how a single chef can prepare multiple dishes by switching tasks quickly.

Comparison
advanced
2:30remaining
Compare Windows and Linux operating systems

Which statement correctly compares Windows and Linux operating systems?

ALinux is open-source and customizable; Windows is proprietary and widely used
BWindows is open-source and free; Linux is proprietary and paid
CBoth Windows and Linux are only used on smartphones
DWindows cannot run any software; Linux runs all software
Attempts:
2 left
💡 Hint

Think about which OS allows users to see and change its code freely.

🚀 Application
expert
3:00remaining
What happens if an operating system crashes while running multiple programs?

Imagine your computer suddenly freezes and shows an error because the operating system crashed while running several programs. What is the most likely immediate effect?

AOnly one program stops; others continue normally
BAll running programs stop working and unsaved data is lost
CThe computer automatically fixes the OS and continues without interruption
DThe hardware components stop working permanently
Attempts:
2 left
💡 Hint

Think about what controls all programs and what happens if it fails suddenly.