1.5.1 Operating Systems Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What’s the purpose of an operating system?

A

Provides a platform on which users can run programs

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

What are the two types of System Software?

A

Utility, Operating

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

State the uses of an Operating System.

A

User Interface & Management
Utility Programs
Device Drivers
Memory & File Management

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

What are the 4 types of User Interface?

A

Graphical User Interface
Natural Language Interface
Command Line Interface
Menu Interface

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

State the features of a GUI.

A

Windows, icons, menus, pointers
Visual & interactive
Optimised for mouse/touch gesture input

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

State the features of a Command Line Interface.

A

Text based
Less resource heavy
More commands than a GUI
More efficient
Useful for automated processes with scripts

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

State the features of a Natural Language Interface.

A

Responds to spoken language
Not always reliable (WIP)

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

State the features of a Menu Interface.

A

Successive menu presented to the user
Single option chosen at each stage
Often buttons on a keypad

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

What happens during Multitasking?

A

The processor allocates a small amount of time to each process and cycles between them
- it appears as if multiple programs are executing simultaneously due to very fast speeds

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

Step by step Multitasking.

A

Programs are loaded from secondary storage to the RAM
OS holds them in a queue
First in the queue runs its code on the processor
Program is stopped and moved to back of the queue
Next program starts running

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

What happens during Memory Management?

A

OS loads the programs in the RAM
Memory over time becomes fragmented
OS keeps track of all the parts of each program
If the memory becomes full, virtual memory is used.

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

How does the OS manage peripherals?

A

It uses Device Drivers which translate the OS instructions into a series of instructions which a specific piece of hardware can understand
Each peripheral has a Device Driver

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

How does the OS manage users?

A

Allows users to log in & access information dependant on individual user setting
- system administrator sets the user access rights for each person

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