Paper 1: Software Flashcards

1
Q

What are the 5 main types of software covered for the exam?

A

Application, Operating System, Device Drivers, Utility Software, Programming Software

4 types are covered in Paper 1 and Programming Software is covered in Paper 2.

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

What is the primary function of Application software?

A

Allows the user to complete a task

Examples include presentation software, word processing, spreadsheets, web browsers, and computer games.

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

What is the role of Device Drivers in a computer system?

A

A set of instructions installed to communicate with new devices

Examples include printers and mice.

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

Define Operating System.

A

A collection of programs that manages and controls the computer.

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

What are the 5 main functions of an Operating System?

A
  • Memory Management
  • Processor Management
  • User Management
  • File Management
  • Peripheral Management
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Memory Management in the context of an Operating System?

A

Allocates memory addresses in RAM and removes programs not currently in use.

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

What is Processor Management?

A

Decides which software runs on the CPU and in what order using time slicing.

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

What does User Management allow in an Operating System?

A

Management of users, creation and deletion of user accounts, and assigning access levels.

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

What is the purpose of File Management software?

A

Allows users to create, modify, delete, copy, move, and rename files and folders.

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

Define Peripheral Management.

A

Manages peripheral input and output devices and controls instructions sent to and received from these devices.

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

What is a Command Line Interface?

A

Text-based interface, less resource-heavy, better for advanced users.

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

What does GUI stand for and what does it use?

A

Graphical User Interface; uses WIMP (Windows, Icons, Menus, Pointers).

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

What is an example of a Natural Language interface?

A

Siri and Alexa.

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

What is Utility Software designed for?

A

Maintaining the computer system and performing basic housekeeping tasks.

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

What is the function of Anti-Virus software?

A

Scans and removes harmful programs from a computer.

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

What does Encryption Software do?

A

Scrambles data to keep it safe from unauthorized access.

17
Q

What is the purpose of Disk Clean-up?

A

Removes unnecessary files to free up space and improve performance.

18
Q

What is Lossless Compression?

A

Reduces file size without losing any data.

19
Q

What is Lossy Compression?

A

Reduces file size by removing some data, which may reduce quality.

20
Q

What is Disk Formatting?

A

Preparing a storage device for use by erasing all data and setting up a file system.

21
Q

What is Disk Defragmentation?

A

Reorganizes fragmented data on a hard drive to improve performance.

22
Q

True or False: Disk Defragmentation is necessary for Solid State Drives.