End of Unit Quiz – Unit 1.7 System Software Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q
  1. What is meant by system software?
A
  • Interface between the hardware and applications
  • Program that runs application programs and computer hardware
  • Computer software that helps the computer to run.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  1. What is an operating system?
A
  • Collection of software that tells the computer hardware what to do.
  • Software that allows the computer to run applications.
  • Software that controls the operations of a computer.
  • System software that manages the computer.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  1. Operating systems are sometimes referred to as a platform. What is meant by a platform?
A

Environment where applications/programs/software can run.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  1. What is the purpose of the kernel in an operating system?
A
  • Takes care of all the low-level hardware operations.
  • Used to operate the hardware.
  • Connects applications to the hardware.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
  1. What is meant by a user interface?
A
  • A computer design that allows the user to interact with the computer.
  • Human-computer interaction.
  • A visual for human to interact with the computer.
  • Graphical or textual or auditory information that a program presents to the computer user.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
  1. 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.
  • Icons to represent actions and resources.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
  1. How is a Command Line Interface (CLI) used?
A

User provides a text input/command/string using the computer keyboard and the computer displays/prints/outputs text on the monitor.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  1. What is meant by a multitasking operating system?
A
  • Many (multiple) tasks/instructions that can be executed on a single computer simultaneously.
  • Operating system has several processes running at the same time.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  1. Windows is a commonly used operating system. What are two others?
A
  • Unix
  • Linux
  • Mac OS
  • iOS
  • DOS
  • Chrome
  • Accept any handheld operating systems – Android, Windows Mobile OS, Palm OS, Symbian OS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
  1. Describe what is meant by memory management.
A

Management/organisation of memory at the system level. Memory management is used to allocate free memory to programs that need it, and free up memory where it is not needed.
Process of controlling the computer’s memory to optimise its system performance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
  1. Describe what is meant by peripheral management.
A

Allows a computer’s external devices to communicate with the computer system.
Controls external devices by sending them commands

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
  1. What is the purpose of a device driver?
A
  • Software that uses signals to control the computers’ devices.
  • Software that takes care of the actions of the computers’ devices.
  • 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
  1. In a network what is meant by user management?
A
  • The administrative feature of a computer system to control user access into a network.
  • 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
  1. What is meant by file management?
A
  • A system that is used by the operating system to organise and keep track of files.
  • A software that manages data files.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
  1. What is meant when a message is described as encrypted?
A

When a scrambled message is sent from one computer to another computer and is only able to unscramble the message using of a key/secret code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
  1. What is the purpose of encryption software?
A

Software that encrypts (and decrypts) files on a hard disk/data packets over a network.

17
Q
  1. Describe how an encrypted email message is sent and received.
A

The original message is scrambled
….using a large digital number/key.
The receiver will use the key to unscramble and then receive the original message.

18
Q
  1. What is a disadvantage of always sending encrypted messages?
A
  • Takes longer for messages to be sent/received since it needs to be scrambled and then unscrambled.
  • A digital certificate is required as it contains part of the key/special code.
19
Q
  1. What is the encryption method used by web browsers to encrypt details of purchases?
A

Secure Socket Layer/SSL.

20
Q
  1. What is meant by defragmentation?
A

The process of physically organising the mass storage device into the smallest number of fragments.

21
Q
  1. What is meant by data compression?
A

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

22
Q
  1. Files and folders can be archived or copied to secure data from being list. This is known as a backup.
    a. What is meant by a full backup?
    b. What is meant by an incremental backup?
    c. What are two advantages for making an incremental backup instead of a full backup?
A

a ) When data from all files and folders are backed up.

b ) Stores the changes made since the last backup.

c ) * Takes less time to backup.
* Takes up less memory.
* Allows for more frequent backups.