System Software Flashcards

1
Q

What is Systems Software?

A

Systems software is software that governs the computer system.
It:
- controls the hardware, including any peripherals
- allows other programs (applications) to run
- provides an interface for the user to interact with the computer
- maintains the system

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

What are the two types of Systems Software?

A
  • Operating systems
  • Utilities
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an Operating System?

A

A piece of software responsible for running the computer. The software that manages the hardware and software resources in a computer system. It manages: Memory Management, Multitasking, Users, Files, Device Drivers and provides a User Interface. (MUFDI)

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

What are examples of Operating Systems?

A

Microsoft Windows
Apple OS X
Linux
Android
IOS

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

What is Memory Management?

A

The OS allocates memory between the different programs that are open at the same time.
Computer memory must be managed to ensure that more than one program can be run at the same time.

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

What is Multi-tasking?

A

To be able to run more than one program simultaneously.

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

What is File Management?

A

The OS is responsible for file management- the organisation of data into a usable hierarchical structure. It deals with naming, moving, deleting, saving data.

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

What is User Management?

A

The OS is responsible for user account control. This gives users access levels to specific data or resources on a computer system.

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

What are Peripherals?

A

Hardware devices connected to a computer (e.g. monitor, printer, scanner or camera).

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

What are Device Driver?

A

Every piece of hardware connected to the computer requires a device driver. Device drivers contain instructions on how to control a device. They act as a translator between the OS and the hardware.

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

What is Utility Software?

A

The purpose and functionality of Utility Software is to help maintain and improve the performance of the computer system. Includes encryption software, defragmentation software, data compression software and backup software.

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

What is a User Interface?

A

The User Interface allows the user to interact with a computer system. The most common type of UI is a Graphical User Interface (another one is Command Line Interface).

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

What is a Graphical User Interface?

A

GUIs feature a desktop where everything is displayed. All objects (apps, hardware and files) are represented by icons. Application features are accessible through the use of menus. Users interact with the interface by using a mouse and on-screen pointer.

GUIs are powerful and easy to use, but require a lot of processing power.

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

What is a Command Line Interface?

A

Command line interfaces are text-based. Users control the computer by typing in commands.

CLIs require little processing power and are extremely powerful, but are difficult to use.

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

What is Encryption?

A

Encryption software scrambles the data and disguises its contents. The main benefit of encryption is that if the data is intercepted or stolen the data is still secure.

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

What is Defragmentation?

A

Filed are stored on a hard disk in available spaces. Over time the disk becomes fragmented. Defragmentation software reorganises the data to put complete files back together. This decreases read/write time, therefore speeding up computer performance.

17
Q

What is Compression?

A

Compression software reduces the file size of files so that they take less disk space and are quicker to download.