1.7 | Systems Software Flashcards

1
Q

What is meant by system software?

A

A type of software that controls the computer’s hardware.

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

What is an Operating System (OS) ?

A

Software that allows the computer to run applications and controls the operations of a computer.

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

OS are sometimes referred to as a platform. What is meant by a platform?

A

An environment where applications, programs and software can run.

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

What is the purpose of the kernel in an OS?

A

It is used to operate the hardware and connect applications to the hardware.

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

What is meant by a user interface?

A

A computer design that allows the user to interact with the computer.

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

What is meant by a Graphic User Interface (GUI) ?

A

A user interface that uses graphics / images and words to represent the interaction between the end user and a computer.

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

How is a Command Line Interface (CLI) used?

A

The user provides a text command using the computer keyboard and the computer outputs text on the monitor.

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

What is meant by a multitasking operating system?

A

The fact that multiple instructions can be executed on a single computer simultaneously.

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

Windows is a commonly used OS. Name 3 others.

A
  • iOS
  • Linux
  • Android
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Describe what is meant by memory management?

A

It is the process of controlling the computer’s memory to optimise its system performance. Memory management is used to allocate free memory to programs that need it and free up memory where it is not needed.

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

Describe what is meant by peripheral management.

A

It allows a computer’s external devices (mouse, keyboard) to communicate with the computer system by sending commands to them (the external devices).

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

What is the purpose of a device driver?

A

It is a program that enables the computers’ devices to communicate with the computer.

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

In a network, what is meant by user management?

A

An authentication feature of a computer that allows an administrator to be added or amend user details on a network.

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

What is meant by file management?

A

A system that is used by the OS to organise and keep track of files.

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

What is meant when a message is described as encrypted?

A

When a scrambled message is sent from on computer to another computer and is only able to be unscrambled by using a private key.

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

What is the purpose of encryption software?

A

It is software that encrypts and decrypts files on a hard disk or data packets over a network.

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

Describe how an encrypted email message is sent and received.

A

The original message is scrambled using a large digital key. The receiver will use the key to unscramble and then received the original message.

18
Q

What is a disadvantage of always sending encrypted messages?

A

It takes longer for messages to be sent and received since it needs to be scrambled and then unscrambled.

19
Q

What is the encryption method used by web browsers to encrypt details of purchases?

A

Secure Socket Layer (SSL)

20
Q

What is meant by defragmentation?

A

The fact that when files are deleted they leave gaps, when new files are saved the files fill the gaps and become fragmented.

21
Q

What is meant be data compression?

A

When a device uses fewer bits to transmit the same amount of data.

22
Q

What is meant by a full backup?

A

When data from all files and folders are backed up.

23
Q

What is meant by an incremental backup?

A

It stores the changes made since the last backup.

24
Q

Give 2 advantages for making an incremental backup instead of a full backup.

A
  • It takes less time to backup.

- It takes up less memory.

25
Q

What is a peripheral?

A

A device attached to a computer that is not require for the computer the operate.
eg. mouse, keyboard

26
Q

What is multitasking?

A

The fact that all tasks appear to be executing at the same time due to time slice.

27
Q

What is meant by processor management?

A

How the processor has to divide its time between processes.

28
Q

What is a utility program?

A

A program that is designed to do just one or two things.

eg. file compression

29
Q

What is compression?

A

Reducing the size of a file by preforming an algorithm of the original data.

30
Q

What is meant by lossy?

A

When some of the original data is lost and the original file cannot be recreated.

31
Q

What is meant by lossless?

A

The fact that the original file can be recreated as no data is lost.

32
Q

What does encryption mean?

A

To scramble data to make it unreadable to anyone who doesn’t have the private key to decrypt the data.

33
Q

What do public keys do?

A

Encrypt.

34
Q

What do private keys do?

A

With the public key, they decrypt.

35
Q

Why should you backup?

A

To ensure that there is a way of restoring files, date and programs in case of computer failure.

36
Q

What happens in a full backup?

A

A copy of all the data and software on the hard disk drive is copied to a backup medium.

37
Q

Why is a full backup usually done overnight?

A

It takes a long time to complete and a long time to restore.

38
Q

What happens in an incremental backup?

A

A full backup is made initially and then each time an incremental backup is done, only the files which have been changed since the last backup are copied.

39
Q

Give one advantage of an incremental backup.

A

It takes longer than a full backup.

40
Q

What is a utility software?

A

A software that is built into the OS and interacts with the computer’s hardware.
eg. Disk Drive