Chapter 7 Flashcards

1
Q

How many symbols can be represented by four bits?

A

16

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

P and A representation is what kind of system?

A

binary

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

What was used to help structure the digitized Oxford English Dictionary?

A

Tags

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

This defines how characters relate to each other when they are compared

A

collating sequence

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

When using physical phenomena to encode information, name one potential solution if there are more than two alternatives.

A

adopt one as a present and all the other alternatives as absent

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

Information describing information is called

A

metadata

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

K bits in a sequence yield how many symbols?

A

2^k

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

PandA is short for

A

present and absent

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

____ encode information on DVDs and CDs

A

bumps or pits

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

Hexadecimal is base

A

16

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

Grouping binary digits in groups of four makes converting to ____ easier.

A

Hex

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

______ is the name we use for the two fundamental patterns of digital information based on the presence and absence of a phenomenon.

A

PandA

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

Information is said to be_____, or distinct; there is no gray.

A

discrete

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

The number of digits is the ____ or the ____ of the numbering system.

A

base, radix

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

The more symbols you want, the more_____ you need.

A

encoding

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

_____ is representing information with symbols.

A

Digitizing

17
Q

Make a list of the numbers you use that are not treated as numbers (e.g., phone numbers).

A

You’re looking for numbers that would be stored and used as strings, I’m assuming. These would include any ID/serial/address/account numbers like an IP address, a phone number, a social security number, a driver’s license or credit card number, etc. Basically anything upon which it wouldn’t make sense to perform a mathematical operation.

18
Q

Encode (800) 555-0012 in ASCII, including punctuation.

A

To ASCII:- 40 56 48 48 41 32 53 53 53 45 48 48 49 50
Without considering space in between:- 40 56 48 48 41 53 53 53 45 48 48 49 50

19
Q

This chapter mentions that it does not matter whether 0 represents present or absent. Explain in detail why this is the case.

A
20
Q

Translate the following hexadecimal into binary and then into ASCII: 68 65 78 61 64 65 63 69 6D 61 6C

A

01101000  01100101  01111000  01100001 01100100 01100101 01100011 01101001 01101101  01100001  01101100;  hexadecimal

21
Q

Encode the following ISBN number in ASCII: 978-3-16-148410-0

A

57 55 56 45 51 45 49 54 45 49 52 56 52 49 48 45 48

22
Q

You have discovered the following string of binary ASCII code; figure out what they mean: 01010111 01100001 01111001 00100000 01110100 01101111 00100000 01100111 01101111 00100001

A

Way to go!

23
Q

Explain why radio broadcasters use longer encoding to transmit information.

A

Improves the chances letters will be recognized when spoken under less-than-ideal conditions.

24
Q

Explain why the NATO broadcast alphabet represents digitization. Then explain why it was designed not to be minimal.

A

The longer encoding improves the chance that letters will be recognized.But, Digits keep their usual names, except nine, which is known as niner.unrecognized.

NATO broadcast alphabet designed not to be minimal.If,it is designed to be minimal then it may recognized easily.

25
Q

Explain how Buchholz created an error-detecting name for the memory unit.

A

“It seemed that after ‘bit’ comes ‘bite.’ But we changed the ‘i’ to a ‘y’ so that a typist couldn’t accidentally change ‘byte’ into ‘bit’ by the single error of dropping the ‘e’.”

26
Q

Without metadata, why would it be hard to search for “set” in a digitized dictionary?

A