What OS Does Flashcards

(17 cards)

1
Q

File Management Definition

A

Process carried out by operating system creating, organising and accessing files and folders on a computer system.

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

Interrupt Handling Definition

A

Interrupt events require the immediate attention of the central processing unit the OS manages it, so it is handled in a timely manner.

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

User Interface Definition

A

A user interface is how the user interacts with the operating system.

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

Peripheral Management Definition

A

Process carried out by OS managing the way peripherals (Hardware) interact with the software.

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

Device Driver Definition

A

Piece of software used to control a piece of hardware, peripherals (Hardware) require device drivers in order to be used by the operating system.

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

Memory Management Definition

A

Process carried out by OS allocating the main memory between different programs that are open at the same time.

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

Multitasking Definition

A

Process made possible by OS simultaneously managing system resources to give the user the perception of being able to us multiple programs at the same time.

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

Providing a Platform For Running Applications Definition

A

Operating systems provide a platform on which application software can run, this is mainly by allowing software to access system resources.

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

System Security Definition

A

OS provides various security features such as: Password-Protected System Accounts, A Firewall, Virus Scanning and File Encryption.

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

User Management Definition

A

Is a process carried out by the OS enabling different users to log onto a computer maintaining their individual settings and access levels.

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

What is an example of File Management?

A

Naming files (unique file names and extensions, e.g. report.docx).

Storing files in folders/directories.

Retrieving files when a program/user needs them.

Managing permissions (who can read/write/delete).

Preventing conflicts (e.g. two programs accessing the same file).

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

What is an example of Interrupt Handling

A

You are typing on a keyboard.

Each keypress sends an interrupt to the CPU.

The CPU stops its current task and runs the ISR to register which key was pressed.

Then the CPU goes back to its previous job (e.g., running your word processor).

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

What is an example of User Interface

A

NLI (Natural Language Interface)
GUI (Graphical User Interface)
CLI (Command Line Interface)
Menu Interface

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

What is an example of Peripheral Management

A

Transmits data to hardware, Allocates data to buffers

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

What is an example of Device Drivers

A

Printer driver, keyboard driver and mouse driver

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

What is an example of Memory Management

A

Operating system allocates memory to processes

17
Q

What is an example of Platform For Running Applications

A

Allows applications to run on a computer