CSCI 3310U Lecture Notes Flashcards

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/7

flashcard set

Earn XP

Description and Tags

Flashcards based on lecture notes covering Systems Programming, System Calls, and Operating Systems.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

8 Terms

1
New cards

Systems Programming

The act of creating system calls to achieve tasks and services provided by the operating systems.

2
New cards

System Calls

The programmatic manner in which a computer program requests a service or task from the Kernel of the operating system.

3
New cards

User Mode

A program execution mode that does not have direct access to memory, hardware, and other resources, and is considered 'safe'.

4
New cards

Kernel Mode

A program execution mode that has direct access to hardware and other resources; a crash in kernel mode can crash the entire system.

5
New cards

Operating System

A software program that manages computer hardware and handles processes and memory allocations.

6
New cards

Monolithic Operating System

A type of operating system structure.

7
New cards

Layered Operating System Structure

An operating system structure that groups components with the same functionality into layers, offering a modular approach.

8
New cards

MicroKernel Structure

An operating system structure that provides a small and scalable approach by incorporating a small number of services and is an extremely modular approach.