Chapter 1: How Do Computers Work? Flashcards

1
Q

What is a computer?

A

Device that receive data, process that data according to a set of instructions and produce processed data as a result

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

What is computer architecture?

A

How the computer is designed and built to function, including how the parts of the computer is designed, organised and connected

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

What is data?

A

Information that is used in a computer program

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

Units

A
kilobyte, kB —> 1000
kibibyte, KiB —> 1024
megabyte, MB —> 1000^2
mebibyte, MiB —> 1024^2
gigabyte, GB —> 1000^3
gibibyte, GiB —> 1024^3
terabyte, TB —> 1000^4
tebibyte, TiB —> 1024^4
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is arithmetic logic unit (ALU)?

A

Part of the processor that processes data by performing basic mathematical and logical operations

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

What is central processing unit (CPU)?

A

Part of the computer that processes data and follows instructions

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

What is a control unit?

A

Part of the processor that follows instructions and decides when data should be stored, received or transmitted by different parts of the computer

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

What is execute?

A

To follow or perform an instruction

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

What is a bit?

A

Binary digit that takes in the value of either 0 or 1

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

What is a byte?

A

Binary digit made up of 8 bits

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

What is software?

A

Set of instructions to perform specific tasks on a computer

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

What is address?

A

Number that is used to locate a byte in memory

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

What is memory?

A

Device that is used to store data for immediate use in a computer

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

What does on and off mean on a switch?

A

On: 1
Off: 0

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

Hard disk

A

Secondary storage where data is stored on rigid rotating disks coated with a magnetic material

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

Volatile

A

Lost when power supply is interrupted

17
Q

Data bus

A

Bus that transport data between memory and the processor

Data bus is bi-directional because data can be sent in both directions between the processor and memory

18
Q

Address bus

A

Bus that is used to specify memory address information

Address bus is uni-directional because data can be sent in one direction between the processor and memory

19
Q

Bi-directional

A

Able to work in two directions, to and fro

20
Q

Uni-directional

A

Able to work in one direction only

21
Q

Bus

A

Collection of wires for transporting data from one part of a computer to another

22
Q

Input device

A

Hardware device that allows users to enter data and instructions into a computer

23
Q

Output device

A

Hardware device used to display, project or print processed data from a computer