OSC– Chapter 1 Quiz

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:24 PM on 8/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

What is the primary role of an operating system?

To act as an intermediary between the user and hardware

2
New cards

Which of the following is NOT an operating system goal?

Make the hardware less reliable

3
New cards

Which of the following is NOT a major component of a computer system?

Internet browser

4
New cards

From the system’s point of view, the operating system acts as:

A resource allocator and control program

5
New cards

The part of the operating system that always runs is called:

Kernel

6
New cards

The bootstrap program is responsible for:

Initializing the system and loading the OS kernel

7
New cards

Which mechanism allows the CPU and I/O devices to operate concurrently?

Shared memory and device controllers

8
New cards

Which mechanism signals the CPU that an I/O operation is complete?

Interrupt

9
New cards

A trap is best described as:

A software-generated interrupt

10
New cards

Which of the following is NOT part of interrupt handling?

Poll device continuously

11
New cards

Direct Memory Access (DMA) improves performance by:

Letting device controllers transfer data directly to memory

12
New cards

Which three factors define the storage hierarchy?

Volatility, speed, cost

13
New cards

Caching works by:

Storing copies of data in faster memory

14
New cards

In symmetric multiprocessing (SMP):

Each processor performs all tasks equally

15
New cards

In asymmetric multiprocessing (AMP):

A master processor delegates tasks to other processors

16
New cards

Clustered systems are different from multiprocessor systems because:

They connect separate computers to work together

17
New cards

Which type of system must carefully manage battery power?

Handheld/mobile device

18
New cards

Which environment emphasizes sharing and fairness among multiple users?

Time-sharing system (users share resources simultaneously)

19
New cards

What is a potential issue with time-sharing systems?

Resource misuse or data theft

20
New cards

The two modes of operation in modern systems are:

Kernel mode and user mode


User: restricted environment where standard user applications execute

Kernel: highly privileged state where core operating system routines and hardware drivers run