1.5 Systems software Flashcards

1
Q

What are operating systems?


A

They manage hardware and run software.

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

What are the main functions of an operating system?

A

-Peripheral management and device drivers.
-Provide a user interface.
-Provide a platform.
-Memory management and multitasking.
-File management.
-User management.

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

Why do operating systems use device driver software?

A

To communicate with internal hardware or peripherals connected to the computer system.

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

What are device drivers?

A

Required by every piece of hardware connected to the computer system and acts as translator for the signals between OS and hardware.

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

How does a device driver work?

A
  1. When a computer is booted up, the OS will choose the correct device drivers for the hardware it detects.
  2. If new hardware is connected to the computer, the system will install the new matching driver.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a user interface?

A

Allows the user to interact with a computer system.

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

What are the features of a user interface?

A

-Graphical User Interface.
-Command-line interface.

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

What is a GUI (Graphical User Interface)?

A

Designed to make the user interface easy for everyday users by making them visual, interactive and intuitive.

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

What specific input methods have GUI systems been optimised for?

A

-Windows.
-Icons.
-Menus.
-Pointers.

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

What is a command-line interface?

A

-Text-based interface where the user enters specific commands to complete tasks.
-Not suitable for everyday users but more efficient and powerful than a GUI for advanced users.

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

Why do operating systems provide a platform?

A

To run different applications.

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

What is a multi-tasking OS?

A

An operating system that can run multiple applications at the same time.

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

What is memory management?

A

-Allocates certain applications certain memory addresses to ensure their processes are placed into separate locations.
-This allows the OS to ensure that the applications don’t overwrite / interfere with each other so that the OS can run multiple applications.

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

What are peripherals?

A

Hardware devices connected to a computer like a printer.

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

What are the functions of user management?

A

-Create / delete individual users.
-Gives access levels to users like administrator rights / standard user rights.
-Auditing files a user creates / accesses / edits / deletes.

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

What is the difference between single-user and multi-user operating systems?

A

Single-user operating systems only allow 1 user to use the computer at once whereas multi-user allows several users to use the computer at the same time.

17
Q

What are the functions of file management?

A

-Create, modify, and delete files and folders.
-Copy and duplicate files and folders.
-Move files and folders.
-Rename files and folders.
-Sort items into different orders like by name.
-Search for files and folders.
-Set access rights to files like read only / edit.

18
Q

What is utility systems software?

A

-Helps to maintain / configure a computer.
-Most utilities are already installed within an operating system however extra software can be installed to perform additional tasks.

19
Q

What are examples of utility system software?

A

-Encryption software.
-Defragmentation
-Data compression.

20
Q

Why is encryption software required?

A

Scrambles data to stop third-parties from accessing it and this ensures that intercepted / stolen data is still secure as only the intended readers can unscramble and understand the data with a special key.

21
Q

How is data decrypted using a key?

A

A computer uses the key and a set of instructions to turn the data back into its original form.

22
Q

Why is compression software required?

A

Reduces file size by permanently / temporarily removing data from them so that files take up less disc space and are quicker to download.

23
Q

Why is defragmentation software required?


A

Helps prevent further fragmentation by moving files to collect all the free space together and reorganises data on the hard drive to put fragmented files back together.

24
Q

Where are files stored?

A

On a hard disc in available spaces and ideal for entire files to be stored together.

25
Q

What is fragmentation?

A

-Lots of small gaps begin to appear on the hard disc when files are moved, deleted and change size.
-This makes reading and writing files slower as the read/write head has to move back and forth across the disc.