Chapter 8 Flashcards
In contrast to digital signals, analog signals use only a discrete (finite) set of values for storing data. T or F
False
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.
D
In a binary number such as 101X0110, the place of the X digit represents what value in decimal?
16
In a binary number such as 1X010110, the place of the X digit represents what value in decimal?
64
what does 1101 stand for?
13
What binary value is produced by converting the decimal number 17 to binary?
00010001
Which of the following is the easiest way to determine a negative number in a signed integer representation?
The left most bit is a 1
Which of the following numbers (expressed in scientific notation) is not equivalent to 100.5 (exponent in brackets[])?
1.005 x 10[-2]
ASCII code is a program written to convert binary numbers to their decimal equivalents.
False
What is analog data?
analog values represent data in a way that is analogous to real life
What is digital data?
digital values utilize only a finite set of values
T or F
Analog values are extremely easy to reproduce
False
How does a computer know what type of data type is being stored?
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.