1.5 Systems Software Flashcards

1
Q

Operating System (OS)

A

The essential system software that links the hardware and other software together and generally manages the computer system.

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

Functions of the Operating System

A

Provides a User Interface.
Memory management + Multitasking.
Peripheral management.
User management.
File management.

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

User Interface (UI)

A

The interface provided to a user to interact with a computer system.

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

Command Line Interface (CLI)

A

Text and command based.
Less resource heavy compared to a GUI.
Efficient.
For advanced users.

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

Graphical User Interface (GUI)

A

Windows, Icons, Menus, Pointers (WIMP).
Visual/Graphical.
Interactive.
Optimised for mouse and touch gesture input.

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

Multitasking

A

Running multiple applications at the same time by giving each application a small time-slice of processor time. This allows more than one program to be held in memory at a time, and data shared between them such as copy and paste.

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

Memory Management

A

The OS organises the allocation and management of memory when a user loads a program.
Overtime the memory becomes fragmented due to programs being loaded and closed that require different amounts of memory. It keeps track of different program fragments.
When the memory is full, the operating system uses virtual memory.

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

Peripheral Management

A

Process that allows a computer’s external devices to communicate with the computer system.
The OS uses Device Drivers – programs that translate peripheral commands into commands that the hardware understands.

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

User Management

A

Manages the usernames/passwords of each user and access rights for security.

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

File Management

A

Maintains records of all files stored in secondary storage, including location. It allows users to name, save, move, delete and create folders.

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

Encryption Software

A

Encrypts and decrypts files to ensure security.

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

Defragmentation

A

Overtime memory becomes scattered due to programs being loaded and closed that require different amounts of memory (fragmentation).
Defragging a disk reorganises separated fragments of related data, so they can be accessed faster.

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

Data Compression

A

Reducing the size of a file so that it takes up less space, and is quicker to download over the Internet.

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