Chapter 3: Software Flashcards

1
Q

What is Application Software?

A

Software that allows individuals to complete a variety of work and school related tasks. Entertainment software and most mobile apps are also in this category.

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

What is System Software?

A

Any program created for the operation, maintenance, and security of a computer.

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

What is an Operating System (OS)?

A

Software that manages the flow of data between hardware components and allows the user to communicate with the computer.

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

What is the Boot Process?

A

The start-up process of a computer, which includes loading the operating system from the disk.

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

What is a Command-line Interface?

A

A way to interact with computers that requires users to memorize and type a series of commands.

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

What are Device Drivers?

A

Programs that allow operating systems to communicate with hardware.

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

What are Utilities?

A

Programs that enhance or extend the operating system’s capabilities or offer new features not provided by the operating system itself.

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

What is Malware?

A

A generic term to describe various kinds of malicious programs created to harm a computer or stealvaluable information.

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

What is a Firewall?

A

A software utility dedicated to examining and blocking internet traffic.

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

What is a Virtual Machine?

A

A special enviroment that allows users to run an operating system on top of another operating system.

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

What is Formatting?

A

The process of preparing a storage device for use by an operating system.

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

What is Partitioning?

A

Dividing a hard drive into multiple sections.

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

What is Disk Defragmentation?

A

An optimization utility that reorganizes files and fragments to place related ones nearer to each other.

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

What is the Root Directory?

A

The location on a drive that is outside of any folders or directories.

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

What is a File Extension?

A

A short, unique sequence of characters located after a file’s name that indicate the file type.

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

What is Shareware?

A

Software that is free to download and install, but will stop working after a trial period unless the user purchases the software.

17
Q

What are Vector Graphics?

A

A type of image that relies on mathematics, which allows users to increase or decrease the size of the image without any distortion

18
Q

What is Vertical Market Software?

A

Software that is created for a specific industry such as health care or insurance.

19
Q

What is Enterprise Resource Planning (ERP)?

A

A system that brings together many types of business functions into one software soution.

20
Q

What is the Software Development Lifecycle (SDLC)?

A

A series of steps that take programmers from the idea and planning stages through the actual programming, testing, and maintenance of software.

21
Q

What is an Integrated Development Enviroment (IDE)?

A

Software that helps developers build their computer programs.

22
Q

What is a Compiler?

A

A program that translates a specific programming language into a machine language that can be processed by the CPU.