Electronic data and instructions Flashcards

1
Q

What is an analog signal?

A

An analog signal is what our voices emit.

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

What is a digital signal?

A

A digital signal is an electronic signal that computers can recognize.

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

What is the difference between analog and digital signals?

A

Our voices create analog signals which can vary in tones, pitches, and volumes. However, computers can only recognize digital electronic signals.

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

What is the binary system?

A

The binary system is used to represent data and instructions. It uses two digits, 0 and 1.

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

What is the decimal system?

A

The decimal system uses 10 digits 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9.

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

What is the hexadecimal system?

A

The hexadecimal system (hex) uses 16 digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, and F.

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

What are bits?

A

Bits are each 0 or 1.

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

What are bytes?

A

Bytes are bits combined in groups of 8.

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

What is character encoding?

A

Character encoding assigns a unique sequence of bits to each character.

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

What are the different types of character encoding?

A

ASCII, EBCDIC, and unicode.

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

What is EBCDIC?

A

Extended Binary Coded Decimal Interchange Codes are mainly used by mainframe computers to represent characters.

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

What is ASCII?

A

American Standard Code for Information Interchange is mainly used for personal computers to represent characters. ASCII only uses 7 bits which is enough for the English language but not Chinese or Japanese.

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

What is unicode?

A

Unicode is a newly emerged character encoding that uses 16 bits.

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