Introduction to Operating Systems

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

1/9

flashcard set

Earn XP

Description and Tags

Flashcards covering key concepts from the lecture on operating systems and computer systems.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

Operating System

A system software that acts as an interface between the user and the computer hardware and controls the execution of computer programs.

2
New cards

Software that understands the device controller and provides the rest of the operating system with a uniform interface to the device.

Device Driver

3
New cards

Interrupt

A signal emitted by a device or program indicating that it requires the operating system to stop and determine what to do next.

4
New cards

Maskable Interrupt

A hardware interrupt that can be ignored by setting a bit in an interrupt mask register.

5
New cards

Non-Maskable Interrupt

A hardware interrupt that cannot be ignored and is used for high-priority tasks.

6
New cards

Sequential Storage Structure

A data structure in which data is stored in a sequential order.

7
New cards

Direct Storage Structure

Data is stored in a direct order.

8
New cards

Indexed Storage Structure

Data is stored in a way that allows for indexed access.

9
New cards

Graphical User Interface (GUI)

An interface that allows users to interact with electronic devices through graphical icons and visual indicators.

10
New cards

Abstraction

A technique that allows hiding the details of hardware from the user.