Software Flashcards

(22 cards)

1
Q

What is software?

A

The set of programs run by a computer system.

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

What are the two types of software?

A
  • Application Software
  • System Software
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Application Software?

A

Software that performs a task that would otherwise be done by hand, perhaps with pen and paper.

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

What is System Software?

A

Software designed to manage hardware and provide a platform for running application software.

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

What are the two types of System Software?

A
  • Operating system
  • Utility software
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Operating System Software?

A

Software designed for particular hardware that manages other programs’ access to the hardware.

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

What is Utility Software?

A

Software that does a useful job for the user that is not essential to the operating system.

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

What is Scheduling in the context of operating systems?

A

The algorithm that the OS uses to allow each running process to use the CPU.

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

What is Paging?

A

The algorithm the OS uses to move programs from RAM to disk and back again when needed.

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

What is Authentication?

A

The process of proving to a computer system who you are (User name and password).

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

What does the operating system provide and run?

A

The user interface.

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

What is a Graphical User Interface (GUI)?

A

An interface with windows, icons, menus, and pointers (WIMP).

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

What is a Command Line Interface (CLI)?

A

A text-based interface for user interaction, e.g., DOS.

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

What are Basic Tools in Utility Software?

A
  • Simple text editor
  • Calculator
  • Command prompt
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are File Management Tools?

A

Software to keep your data secure by making a backup copy of your files.

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

What is the purpose of a Defragmentation tool?

A

To speed up access to data stored on magnetic hard disk drives.

17
Q

True or False: Solid state drives require defragmentation.

18
Q

What is the function of Compression tools in file management?

A

To free up space on the disk, but compressed files are slower to access.

19
Q

What are Security Tools?

A

Software that protects your computer from threats.

20
Q

What types of software are included in Security Tools?

A
  • Anti-malware programs (antivirus and anti-spyware)
  • Firewall software
  • Encryption software
21
Q

What does Firewall software do?

A

Controls your connection to a network, deciding which data can flow to and from your computer.

22
Q

What is Encryption software used for?

A

To make files unreadable without a password.