Ch 2: Data Measurement and Encoding Flashcards

(28 cards)

1
Q

Which data measurement unit do most computers programs work with?

A

Most computer programs work with bytes rather than bits

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

Which data measurement unit are computer memory and disk storage capacities measured in?

A

Computer memory and disk storage capacities are measured in bytes

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

How many bytes are in a kilobyte?

A

A kilobyte is approximately 1000 bytes

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

How many bytes do today’s systems work with at once?

A

Today’s systems work with bytes by the millions and billions

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

How many bytes are in one megabyte?

A

one million bytes

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

How many bytes are in one gigabyte?

A

one billion bytes

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

Which data units are data transfer rates measured in?

A

bits
Ex. 8 Mbps

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

What is the data unit “bit” abbreviated with?

A

A lowercase b

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

What is the data unit “byte” abbreviated with?

A

An uppercase B

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

What is the approximate number of bytes in a terabyte?

A

1 trillion

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

What is the approximate number of bytes in a petabyte?

A

1 quadrillion

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

What is the approximate number of bytes in a exabyte?

A

1 quintillion

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

What is the approximate number of bytes in a zettabyte?

A

1 sextillion

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

What is the approximate number of bytes in a yottabyte?

A

1 septillion

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

What is the abbreviation for kilobit?

A

Kb

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

What is the abbreviation for megabit?

17
Q

What is the abbreviation for gigabit?

18
Q

What is the abbreviation for terabit?

19
Q

What is the abbreviation for megabyte?

20
Q

Which units are frequencies measured in?

21
Q

How many cycles per second are equivalent to 1 hertz?

A

One cycle per second

22
Q

How many cycles per second are equivalent to 1 megahertz (MHz)?

A

one million cycles per second

23
Q

How many cycles per second are equivalent to 1 gigahertz (GHz)?

A

one billion cycles per second

24
Q

What is the term hertz commonly used to describe?

A

the radio frequency at which Wireless networking operates, Ex. 2.4 GHz or 5 GHz

It is also used to describe the operational speed of a processor chip, Ex. a 3 GHz CPU can process 3 billion data operations per second.

25
What is an encoding scheme?
A system of binary codes
26
What is the American Standard Code for Information Interchange (ASCII) ?
An encoding scheme used by early personal computers which assigns a unique 8 bit binary code to each number and letter in the English language, plus many of the most common symbols such as punctuation and currency marks ASCII proved too limited because it couldn't deal with languages such as Chinese, which has which have a more complicated alphabet than English To provide more characters, Unicode was developed
27
How does Unicode work?
Unicode uses 2 bytes, 16 bits per character and can represent up to 65,536 characters
28
Is ASCII coded data compatible with Unicode based operating systems?
Yes, the first 256 codes are the same in both ASCII and Unicode, so existing ASCII coded data is compatible with Unicode based operating systems such as Microsoft Windows and Mac operating systems