4.4.3 Software classification Flashcards

(23 cards)

1
Q

What are the two main types of software?

A
  1. Application software
  2. Systems software
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is application software?

A

Pieces of software that perform a particular task.

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

What is systems software?

A

Control the running of hardware and the running of other software.

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

What is an operating system?

A

A piece of software that controls the operation of the systems hardware and the running of other software.

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

What are some examples of operating systems?

A

Windows, Apple, Linux

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

What are the characteristics of the operating software?

A
  1. Recognizes installs peripheral devices
  2. Handles inputs and outputs
  3. Moves data to and from the disk
  4. Allows software to communicate with hardware.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the meaning memory management?

A

Controls the system’s RAM, controlling which locations in RAM programs are loaded into.

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

How does processor management work?

A
  1. When opening program on a computer OS makes sure all hardware is processing the right instructions at the same time.
  2. OS uses a scheduler to swap tasks in and out of the processor so that it appears that the computer is doing more than one task.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does the API do?

A

Allows an application to communicate with the OS for allocation of memory.

Also provides a set code of libraries that software developers use to write applications for that operating system.

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

What does the OS do to ensure the security of the user?

A
  1. Ensures all access to system resources is controlled.
  2. Provide authentication features.
  3. Automatic OS updates
  4. Encryption of data on secondary storage devices.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How does the I/O device communicate with the computer?

A

A small program that acts as the interface between the device itself.

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

How does the I/O downloaded onto the computer?

A
  1. Packaged with the OS
  2. Downloaded automatically via the internet.
  3. Update manually as required
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is encryption?

A

The scrambling of data into a form that cannot be understood if intercepted by unauthorized users.

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

How does encryption work?

A

Uses an algorithm and key to transform plain text into cipher text.

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

What is defragmentation?

A

A process that recognizes data on a hard drive, ensuring that related pieces of a file is stored together in blocks.

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

How does defragmentation work?

A
  1. Moving files to a temporary space on the hard drive.
  2. Collects together the empty spaces.
  3. Collecting together related data.
  4. Replacing data so that related data is now stored sequentially.
17
Q

What is the purpose of a back up?

A

Designed to automate the process of backing up files.

18
Q

What is the purpose of a full back up?

A

Copy anything that has been identified as important.

19
Q

What is purpose of a incremental back up?

A

Will only copy files that have been changed since the last full back up.

20
Q

What is the importance of a back up?

A

Essential for the running of a service or survival of a business, data can be stored on drives that are an exact replica of the current system.

21
Q

What is file management?

A

Controls where and how files are saved onto backing storage.

22
Q

What are the uses of file management?

A
  1. Allows the user to perform tasks including the creation of files and directions
  2. Allows users to rename, copy and delete files.
  3. Keep track of files located on the hard drive.
23
Q

What is the provision of interface?

A

The means of interacting with the user.