Chapter 8 Flashcards

1
Q

In contrast to digital signals, analog signals use only a discrete (finite) set of values for storing data. T or F

A

False

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

All of the following are advantages of digital storage over analog storage except:

a.
b.A digital recording has an unlimited number of possible values
c.
d.

A

D

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

In a binary number such as 101X0110, the place of the X digit represents what value in decimal?

A

16

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

In a binary number such as 1X010110, the place of the X digit represents what value in decimal?

A

64

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

what does 1101 stand for?

A

13

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

What binary value is produced by converting the decimal number 17 to binary?

A

00010001

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

Which of the following is the easiest way to determine a negative number in a signed integer representation?

A

The left most bit is a 1

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

Which of the following numbers (expressed in scientific notation) is not equivalent to 100.5 (exponent in brackets[])?

A

1.005 x 10[-2]

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

ASCII code is a program written to convert binary numbers to their decimal equivalents.

A

False

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

What is analog data?

A

analog values represent data in a way that is analogous to real life

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

What is digital data?

A

digital values utilize only a finite set of values

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

T or F
Analog values are extremely easy to reproduce

A

False

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

How does a computer know what type of data type is being stored?

A

When a program stores data in memory is has to save additional info that shows the data type. This means that the same bit pattern could correlate to different things in different data types.

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