Chapter 1 Flashcards

1
Q

What is the definition of an OS system

A

An operating system (OS) is the chief software component of a computer system that manages both hardware and software resources. It controls files, devices, memory, and processing time, and governs system usage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The OS is composed of four key managers what are they?

A

Memory Manager
Processor Manager
Device Manager
File Manager
Network Manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the Memory Manager do?

A

Manages RAM and ROM.
Checks validity and legality of memory space requests.
Reallocates and deallocates memory.
Protects OS memory space.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does the Processor Manager do?

A

Allocates CPU resources.
Tracks and manages process statuses.
Reclaims CPU from finished processes and allocates to new ones.
Handles multiple CPUs (complex management).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does the Device Manager do?

A

Connects and manages all hardware devices (printers, drives, etc.).
Chooses efficient resource allocation methods.
Identifies, starts, monitors, and deallocates devices.
Device Drivers: Software that allows the OS to interact with hardware devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does the File Manager do?

A

Tracks and manages files (data, programs).
Enforces access and modification restrictions.
Allocates space on storage devices.
Efficiently retrieves files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does the Network Manager do?

A

Manages network resources (memory, CPU, devices).
Coordinates services for cohesive multiple system operation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the types of Memory?

A

RAM: Requires constant power; volatile.
ROM: Non-volatile; holds firmware for initial system boot.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

User Interface

A

Graphical User Interface (GUI): Uses visual elements like icons and menus.
Command Line Interface (CLI): Requires typed commands with correct syntax.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Cloud Computing

A

Manages local resources and coordinates data transfer to/from the cloud

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Components of Computer Hardware

A

Main Memory(RAM)
Central Processing Unit(CPU) Executes instructions and manages operations.
Input/Output devices(printers, storage drives, keyboards)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Types of Operating Systems

A

Batch Systems
Interactive Systems
Real-Time Systems
Hybrid Systems
Embedded Systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Batch Systems

A

Jobs Processed in sequence, measured by throughput

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Interactive Systems

A

Allow multiple jobs with faster turnaround, used for debugging

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Real-Time Systems

A

Provide immediate response, used for time-sensitive applications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Hybrid Systems

A

Combine batch and interactive processing

16
Q

Embedded Systems

A

Computers integrated into other products