1.5.3 Operating System Managers Flashcards

1
Q

User Interfaces - GUI

A

Graphical user interfaces (GUIs) are more modern environments to work in.
GUIs are usually based on the window-icon-menu-pointer paradigm or a multi-touch interface.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

User Interfaces - WIMP

A

WIMP stands for window-icon-menu-pointer:
Applications can be seen in movable, resizable windows.
Programs and documents are represented by icons.
Options are available via menus.
User interaction is through moving a pointer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

User Interfaces - CLI

A

A command line interface (CLI) is an environment where the computer is controlled by typing text commands using the keyboard.
The computer cannot display graphics, only text.
CLIs use less memory than graphical interfaces.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Memory and Process Management - Purpose of Memory Manager

A

The memory manager controls the allocation of random access memory (RAM) to each running process.
If the memory manager fails to manage memory well, then the computer will slow down and might crash.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Memory and Process Management - Purpose of process manager

A

Modern operating systems allow users to run multiple programs at once.
In reality, a CPU can only execute one process at a time. So the CPU must switch between processes so quickly that it seems that they are running simultaneously.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Memory and Process Management - Multitasking

A

Modern operating systems allow multiple applications to run at once. This is known as multitasking.
For this to work, the operating system must manage how memory and CPU time is allocated to each running process.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly