ELT 2 Test Review Flashcards

(31 cards)

1
Q

A system of numbers used for coding computers

A

Positional numbering system

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

What are the 3 states of data

A

At rest, in use, and in transit

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

What is the RGB color code for black

A

(0,0,0)

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

What is the RGB color code for white

A

(255,255,255)

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

Each character needs ______ bytes of data

A

1

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

1 pixel need _______ bytes of data

A

3

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

True/False

A space is not a character

A

False

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

10 letters = 10 bytes = _______ bits

A

80

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

What color is this

(25,75,25)

A

Green

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

What color is this

(35,EA,57)

A

Green

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

A chip can contain thousands to billions of transistors

True/false

A

True

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

Today, transistors are microscopic

True/false

A

True

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

Computer memory is infinite

True/false

A

False

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

A monitor displays text and images by lighting up thousands of ________ with different colors

A

Pixels

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

Input ports allow for ________

A

Portable secondary storage

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

To the computer, all secondary storage acts the same way

True/false

17
Q

The CPU contains all the circuitry needed to process input, store data, and output the results

True/false

18
Q

To the computer, hard drives and USB store data very differently

True/false

19
Q

The CPU contains an ALU (Arithmetic logic unit) that knows how to add numbers

True/false

20
Q

Computer microchips only contain one transistor

True/false

21
Q

When input devices send binary data to a CPU, it immediately stores that data in memory to make it easier to process

True/false

22
Q

As long as the output device can interpret a stream of 1s and 0s, it turn that data into anything

True/false

23
Q

Hard drive is permanently attached primary storage

True/false

24
Q

Once the CPU is done processing the data, it often needs to _______

A

Output a result

25
Another name for a chip is _______
Integrated circuit
26
All computers are made up of ________, _________ and ________
Processor (CPU), memory, and input/output devices
27
The CPU gives computer programs their instructions True/false
False
28
How do you covert binary to decimal
Add all the 1 values in the binary sequence
29
How do you covert decimal to binary
Money/counting method
30
How do you covert decimal to hex
Convert to binary, then split the binary, then find the 2 values of the 1s, and then combine (not add) the numbers next to each other
31
How do you covert hex to decimal
Split the hex, then convert to binary, then add up the 1 values in the binary sequence