Operating Systems and Memory Management

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/18

flashcard set

Earn XP

Description and Tags

Flashcards covering essential terms and concepts related to operating systems, memory management, and scheduling algorithms in computer science.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

Operating System

Software that manages computer hardware and provides services for computer programs.

2
New cards

Memory Management

The process by which an operating system allocates and deallocates memory during application execution.

3
New cards

Resource Management

The function of an operating system that manages the CPU, memory, and other hardware resources.

4
New cards

File Management

The handling of the storage, retrieval, and manipulation of data files by an operating system.

5
New cards

Interrupt Handling

The process of managing interrupt signals to ensure that tasks requiring immediate attention are addressed by the CPU.

6
New cards

Security in Operating Systems

Features that protect data and resources, such as password protection, firewalls, and antivirus programs.

7
New cards

Graphical User Interface (GUI)

A visual way for users to interact with the software, allowing for easy navigation and operation of programs.

8
New cards

Device Driver

A software component that allows the operating system to communicate with hardware devices.

9
New cards

Virtual Memory

A memory management capability that uses hardware and software to allow a computer to compensate for physical memory shortages.

10
New cards

Paging

A memory management scheme that eliminates the need for contiguous allocation of physical memory and eliminates external fragmentation.

11
New cards

Segmentation

A memory management technique where processes are divided into segments of variable lengths.

12
New cards

Shortest Job First (SJF) Scheduling

A non-preemptive scheduling algorithm where the process with the smallest execution time is selected next.

13
New cards

Round Robin Scheduling

A preemptive scheduling algorithm that assigns time slices to each process in a cyclic order.

14
New cards

First-Come, First-Served (FCFS)

A non-preemptive scheduling algorithm that serves processes in the order they arrive in the ready queue.

15
New cards

Multi-Level Feedback Queue

A scheduling algorithm that uses multiple queues with different priority levels to manage tasks efficiently.

16
New cards

Real-Time Operating System (RTOS)

An operating system that guarantees a certain capability within a specified time constraint.

17
New cards

Embedded Operating System

An operating system designed to operate on small machines such as appliances and devices with a dedicated function.

18
New cards

Basic Input/Output System (BIOS)

Firmware that initializes computer hardware during the booting process and provides runtime services.

19
New cards

Hypervisor

Software that creates and runs virtual machines, managing their resources and activities.