1.2.1 Flashcards
1
Q
Operating System
A
- Refers to a collection of programs that provides an interface between the user and computer
- Allows user to comunicate with the computer
2
Q
Paging
A
- Memory is split into equal-sized sections known as pages.
- These can be swapped between main memory and the hard disk as needed
3
Q
Segmentation
A
- Splitting up of memory into logically sized divisions known as segments
- These can vary in size
- These represent the structure and logical flow of the program
4
Q
Virtual Memory
A
- Section of the hard drive to act as RAM when main memory is full
- Stores sections of programs not currently being used are temporarily stored through paging
5
Q
Disk Thrashing
A
- This is where the computer freezes due to pages being swapped too frequently between the hard disk and main memory
- This becomes progressively as the virual memory is filled up
6
Q
The Kernel
A
- The core of the operating system
- Helps manage system recources
- Lies below user interface
- Applications running use the kernel to send and receive data to and from devices
7
Q
Utilities
A
- A small program that has one purpose, usually with maintenance of the system
8
Q
A