Chapter 6 Flashcards

1
Q

motherboard

A

the main circuit board of the computer (allows communication between many of the crucial components)

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

computer chip

A

a small piece of semiconducting material (silicon) on which integrated circuits are etched

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

processor (CPU)

A

interprets and carries out the basic instructions that operate a computer

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

control unit

A

the component of the processor that directs and coordinates most of the operations on the computer

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

arithmetic logic unit (ALU)

A

performs arithmetic, comparison, and other operations

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

4 basic operations of a processor

A

fetching, decoding, executing, and storing

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

fetching

A

obtaining program or instruction form memory

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

decoding

A

translating the instruction into signals the computer can execute

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

excecuting

A

carrying out the commands

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

storing

A

writing results to memory

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

cloud computing

A

an environment of servers that house and provide access to resources users access via the internet

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

analog signals

A

continuous and vary in strength and quantity

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

digital signals

A

in one of two states: on or off

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

binary system

A

number system that has 2 unique digits: 0 and 1

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

bit

A

smallest unit of data the computer can process

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

byte

A

8 bits that are formed together

17
Q

ASCII

A

most widely used coding scheme to represent a set of characters

18
Q

memory

A

consists of electrical components that store instructions waiting to be executed by the processor, data needed by those instructions, and the results of processing the data

19
Q

memory stores:

A

operating system, applications, data being processed and resulting info

20
Q

each memory location has:

A

an address measured in GB or TB

21
Q

volatile memory

A

loses contents when power removed (RAM)

22
Q

nonvolatile memory

A

doesn’t lose contents when power removed (ex. ROM, flash, CMOS)

23
Q

RAM

A

main memory and consists of chips that can be read from and written by the processor and other devices

24
Q

memory cache

A

high speed memory available inside the CPU in order to speed up access to data and instructions stored in RAM

25
Q

ROM

A

memory chips storing permanent data/instructions (firmware)

26
Q

flash memory

A

can be erased electronically and rewritten

27
Q

access time

A

amount of time it takes the processor to read from memory (measured in nanoseconds)