Prelim Exam Study Notes

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

1/167

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:16 AM on 9/2/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

168 Terms

1
New cards

Operating System

System software that manages computer hardware and software resources and provides services for application programs.

2
New cards

Operating System

It acts as an intermediary between users, applications, and hardware. Common examples include Microsoft Windows, Linux distributions, Android, macOS, and operating systems used in networking equipment. 

3
New cards

Process Management

Creates, schedules, synchronizes, and terminates processes.

4
New cards

Memory Management

allocates and releases RAM and keeps track of memory usage. 

5
New cards

File Management

Creates, organizes, reads, writes, and protects files and directories. 

6
New cards

Device Management

Controls hardware devices through device drivers. 

7
New cards

Security and Protection

controls access to resources, accounts, and data. 

8
New cards

Networking

Supports communication between computers and network resources. 

9
New cards

User Interface

Provides graphical interfaces or command-line environments. 

10
New cards

Error Detection

Identifies and handles hardware and software errors. 

11
New cards

Resource Allocation

Distributes CPU time, memory, storage, and devices among programs. 

12
New cards

Batch Operating System

Executes jobs in groups with little or no direct user interaction. 

13
New cards

Time-Sharing Operating System

Allows multiple users or programs to share CPU time. 

14
New cards

Distributed Operating System

Coordinates resources across multiple networked computers.

15
New cards

Network Operating System

Provides services for network users and devices. 

16
New cards

Real-Time Operating System

Responds to events within strict timing requirements.

17
New cards

Mobile Operating System

Designed for smartphones and tablets, such as Android and iOS.

18
New cards

Embedded Operating System

Designed for specialized devices such as appliances, vehicles, and controllers. 

19
New cards

Kernel

The core of the operating system responsible for controlling hardware and essential system resources. 

20
New cards

Shell

A command interpreter through which users can interact with the operating system. 

21
New cards

Device Drivers

Software that allows the OS to communicate with hardware. 

22
New cards

File System

Organizes and stores files and directories.

23
New cards

System Calls

Interfaces that allow programs to request operating-system services. 

24
New cards

Red Hat Enterprise Linux (RHEL)

An enterprise Linux operating system developed by Red Hat.

25
New cards

Red Hat Enterprise Linux (RHEL)

It is widely used for servers, enterprise applications, cloud environments, virtualization, and infrastructure management.

26
New cards

RHEL

Based on open-source Linux technology and emphasizes stability, security, administration, and long-term enterprise support.

27
New cards

Key Features of RHEL


<p></p>
28
New cards

pwd

displays the current directory. 

29
New cards

ls

Lists files and directories. 

30
New cards

cd

changes the current directory.

31
New cards

mkdir

creates a directory. 

32
New cards

cp

copies files or directories. 

33
New cards

mv

moves or renames files. 

34
New cards

rm

removes files or directories.

35
New cards

cat

displays file contents. 

36
New cards

grep

searches text. 

37
New cards

ps

displays process information. 

38
New cards

top

monitors running processes. 

39
New cards

systemctl

manages system services. 

40
New cards

dnf

installs, updates, and removes packages. 

41
New cards

chmod

changes file permissions.

42
New cards

chown

changes file ownership.

43
New cards

Users and Groups

Accounts are organized to control access to resources. 

44
New cards

Permissions

Read, write, and execute permissions determine what users can do. 

45
New cards

Services

background programs can be started, stopped, enabled, or disabled. 

46
New cards

Logs

system events are recorded for troubleshooting and security monitoring.

47
New cards

Networking

Administrators configure interfaces, IP addresses, routing, DNS, and firewall rules. 

48
New cards

Cisco IOS (Internetwork Operating System)

The operating system traditionally used on many Cisco routers and switches.

49
New cards

Cisco IOS (Internetwork Operating System)

It provides the command-line interface and software functions needed to configure, manage, secure, and troubleshoot networking devices.

50
New cards

User EXEC Mode

basic monitoring commands are available. Prompt commonly ends with >. 

51
New cards

Privileged EXEC Mode

provides higher-level monitoring and administrative commands. Prompt commonly ends with #. 

52
New cards

Global Configuration Mode

used to change device-wide configuration. 

53
New cards

Interface Configuration Mode

used to configure a particular network interface. 

54
New cards

Line Configuration Mode

used to configure console, auxiliary, or virtual terminal lines. 

55
New cards

enable

enters privileged EXEC mode. 

56
New cards

configure terminal

enters global configuration mode. 

57
New cards

hostname

changes the device hostname. 

58
New cards

show running-config

displays the active configuration.

59
New cards

show startup-config

displays the saved configuration. 

60
New cards

show ip interface brief

summarizes interface status and IP addresses.

61
New cards

interface

selects an interface for configuration. 

62
New cards

ip address

assigns an IP address and subnet mask. 

63
New cards

no shutdown

enables an interface. 

64
New cards

copy running-config startup-config

saves the running configuration. 

65
New cards

ping

tests network connectivity.

66
New cards

traceroute

helps identify the path to a destination. 

67
New cards

Basic Configuration Workflow 


68
New cards

Microsoft Windows

  • Widely used on personal computers, business workstations, and servers.

  • It provides a graphical user interface, hardware management, networking, security features, and tools for application execution and system administration.


69
New cards

Windows Kernel

manages CPU, memory, processes, devices, and other system resources.

70
New cards

File Explorer

manages files, folders, drives, and storage locations. 

71
New cards

Task Manager

displays and manages processes, performance, applications, users, and services. 

72
New cards

Device Manager

manages hardware devices and their drivers. 

73
New cards

Command Prompt

provides a command-line environment. 

74
New cards

PowerShell

provides a powerful command-line shell and scripting environment. 

75
New cards

Services

manages background system and application services. 

76
New cards

Settings/Control tools

provide configuration options for hardware, software, accounts, and networking. 

77
New cards

NTFS

The primary modern Windows file system and supports permissions, security features, large volumes, and other advanced capabilities. 

78
New cards

FAT32

An older file system still encountered on removable storage but has limitations such as a 4 GB maximum individual file size. 

79
New cards

exFAT

Commonly used for removable storage and supports large files. 

80
New cards
81
New cards
82
New cards
83
New cards
84
New cards

User Accounts

identify users and determine access rights. 

85
New cards

Processes

running programs and system tasks that consume resources. 

86
New cards

Services

background components that perform specific functions. 

87
New cards

Drivers

software that allows Windows to communicate with hardware. 

88
New cards

Updates

deliver security fixes, bug fixes, and feature improvements. 

89
New cards

Security

includes authentication, permissions, firewall features, malware protection, and encryption technologies.

90
New cards

Linux

  • open-source operating-system family built around the Linux kernel.

  • widely used in servers, cloud platforms, development environments, networking, supercomputing, and embedded systems.


91
New cards

Hardware

physical components such as CPU, memory, storage, and devices. 

92
New cards

Kernel

manages hardware, memory, processes, devices, networking, and system calls. 

93
New cards

System Libraries

provide common functions used by programs.

94
New cards

Shell

accepts and interprets commands. 

95
New cards

System Utilities

provide administration and file-management functions.

96
New cards

Applications

software used to perform user tasks.

97
New cards

/home

contains user home directories. 

98
New cards

/etc

contains system and application configuration files. 

99
New cards

/var

contains variable data such as logs and caches. 

100
New cards

/usr

contains many user applications and system resources