Ch. 1.2: Computer Systems: Hardware and Software Flashcards

1
Q

What is hardware?

A

Refers to the physical components of which a computer is made.

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

What does it mean when a computer is running/executing?

A

Performing the tasks that a program tells it to do.

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

What is the central processing unit/CPU?

A

The part of a computer that runs programs.

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

What is a microprocessor?

A

Today’s CPU’s are known as microprocessors.

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

What is the control unit?

A

Part of the CPU that coordinates all of the computer’s operations.

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

What is the arithmetic and logic unit (ALU)?

A

Part of the CPU that performs mathematical operations.

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

What is the fetch/decode/execute cycle?

A

The process of a computer when running a program.

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

What is the fetch cycle?

A

When the CPU’s control unit fetches, from main memory, the next instruction in the sequence of program instructions.

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

What is the decode cycle?

A

The instruction is encoded in the form of a number. The control unit decodes the instruction and generates an electronic signal.

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

What is the execute cycle?

A

The signal is routed to the appropriate component of the computer such as the ALU, a disk drive, or some other device. The signal causes the component to perform an operation.

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

What is random-access memory?

A

The CPU’s main memory which is able to quickly access data stored at any random location in RAM. Usually temporary storage.

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

What is a byte?

A

One byte is enough memory to store only a letter of the alphabet or small number.

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

What is a bit or binary digit?

A

Tiny electrical components that can hold either a positive or negative charge. Positive is on, and negative is off.

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

What is an address?

A

Each byte is assigned a unique number known as an address.

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

What is secondary storage?

A

A type of memory that can hold data for long periods of time even when there is no power to the computer, such as a disk drive, solid-state drive, memory card, or external drive.

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

What is an input device?

A

The device that collects the information and sends it to a computer such as a keyboard, mouse, touchscreen, scanner, digital camera, and/or microphone.

17
Q

What is an output device?

A

A device that sends, formats, and presents information to the outside world such as screens, printers, speakers, or storage devices.

18
Q

What is an operating system?

A

The fundamental set of programs on a computer that controls the internal operations of the computer’s hardware, manages all the devices connected to the computer and allows data to be saved to a retrieved from storage devices.

19
Q

What is a utility program?

A

Performs a specialized task that enhances the computer’s operation or safeguards data, such as virus scanners, file compression programs, and data backup programs.

20
Q

What is a software development tool?

A

Tools that programmers use to create, modify and test software such as compilers and integrated development environments.

21
Q

What is application software?

A

The programs people normally spend most of their time running on their computers, like Microsoft Word, PowerPoint, Excel, or web browsers, email programs, and games.