Chapter 2: Operating Systems Key Concepts

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/49

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:11 PM on 7/22/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

50 Terms

1
New cards

OPERATING SYSTEM

A system software that allows users or the application programs they are using to interact with the computer hardware in an easy and convenient manner

2
New cards

OPERATING SYSTEM

  • Make the computer easy and convenient to use.

  • Manage the resources of the resources of the computer to make them more efficient

  • Execute and control programs

3
New cards

KEY SERVICES

  1. Program Execution

  2. Access to I/O Devices

  3. File System Management

  4. System Access

  5. Error Handling

  6. Communication

4
New cards

Program Execution

It controls program execution for proper access to main memory and I/O devices. The operating system takes care of the memory allocation and CPU scheduling.

5
New cards

Access to I/O Devices

All I/O operations must first pass through the operating system to ensure the proper and efficient use of I/O devices.

6
New cards

File System Management

It refers to file creation, deletion, editing, archiving, remaining, and storing.

7
New cards

System Access

This is done by implementing a log-in mechanism such as user account name and the corresponding password. In this way, improper and malicious use of resources can be prevented

8
New cards

Error Handling

Detects hardware-oriented and software-oriented errors within the computer system and takes proper actions to resolve them.

9
New cards

Communication

There are situations wherein a computer is several running programs at the share time while communicating with one another because they share data.

10
New cards

OPERATING SYSTEM COMPONENTS

It consists of KERNEL and SHELL.

11
New cards

KERNEL, SHELL

It is the OPERATING SYSTEM COMPONENTS.

12
New cards

KERNEL

Heart and soul of the Operating System

13
New cards

KERNEL

Directly controls the computer hardware and performs the services of the Operating System

14
New cards

KERNEL

Hides the hardware details from the user and application programs

15
New cards

KERNEL

Makes appropriate system calls or requests to communicate with the hardware resources

16
New cards

TYPES OF KERNEL

  • Monolithic Kernel

  • Microkernel

17
New cards

Monolithic Kernel

Fast but less fault isolation

18
New cards

Microkernel

Runs essential services

19
New cards

Monolithic Kernel

An example of this is the LINUX.

20
New cards

Microkernel

It runs essential services.

21
New cards

SHELL

Also called Command Interpreter, as it serves as the interface between the users and the kernel

22
New cards

Command Interpreter

Other name for SHELL

23
New cards

TYPES OF SHELL

  • Command-Line Interface (CLI)

  • Graphical User Interface

24
New cards

Command-Line Interface (CLI)

requires to type the commands at a prompt, such as the DOS and Linux systems

25
New cards

COMMON MICROSOFT COMMANDS

  • File Management

  • Network Commands

  • System Information and Management

26
New cards

File Management

  • dir - list of files and subdirectories

  • cd - moves to a different folder

  • mkdir - makes a new folder

  • del - permanently removes one or more files

  • ren - changes the name of the file

27
New cards

dir

list of files and subdirectories

28
New cards

cd

moves to a different folder

29
New cards

mkdir

makes a new folder

30
New cards

del

permanently removes one or more files

31
New cards

ren

changes the name of the file

32
New cards

Network Commands

  • ipconfig - displays the computer’s current network configuration

  • ping - tests the connectivity to a specified network

  • tracert - traces the path of data packets to reach destination

  • netstat - displays active network connections

33
New cards

ipconfig

displays the computer’s current network configuration

34
New cards

ping

tests the connectivity to a specified network

35
New cards

tracert

traces the path of data packets to reach destination

36
New cards

netstat

displays active network connections

37
New cards

System Information and Management

  • systeminfo - displays the overview of the operating system, hardware, and configuration

  • chkdsk - checks a disk drive for errors with attempts to repair sfc /

  • scannow - for scanning and repairing corrupted system files

  • shutdown - for shutdown or restart

38
New cards

systeminfo

displays the overview of the operating system, hardware, and configuration

39
New cards

chkdsk

checks a disk drive for errors with attempts to repair

40
New cards

sfc / scannow

for scanning and repairing corrupted system files

41
New cards

shutdown

for shutdown or restart

42
New cards

Graphical User Interface

requires user to enter commands by either using drop-down menus or by clicking on icons using a mouse painter

43
New cards

OPERATING SYSTEM SERVICES

  • Process Manager

  • Memory Manager

  • File Manager

  • I/O Manager

44
New cards

PROCESS MANAGER

Also known as Process Scheduler or CPU Scheduler

45
New cards

Process Scheduler or CPU Scheduler

The PROCESS MANAGER is also known as

46
New cards

PROCESS MANAGER

Responsible for determining which among these programs will execute first

47
New cards

MEMORY MANAGER

Handles the memory allocation and monitor which memory areas are in use or free

48
New cards

MEMORY MANAGER

Provides protection mechanism for the memory management

49
New cards

FILE MANAGER

Organizes and presents for easy access by the file manager.
Prevents unauthorized file access.

50
New cards

I/O MANAGER

Grants user requests to use the I/O devices and resolves conflict issues when two or more programs access a device at the same time.