Chapter 1
Convert the decimal number of 100 to base-8 (Octal) number
72^10
what is the binary number of decimal number of 61?
00111101
Convert the decimal number of 18 to base-16 (hexadecimal) number
144^10
If you want to use hand signals to communicate only two possibilities-yes or no to your friend, what is the minimum number of fingers you need?
2
Which of the following sizes is the smallest?
2400kb
If you use a byte to store the grayscale information of each pixel in a grayscale image, how many gray levels are possible for each pixel?
256
convert the binary number (111111) to decimal number
62
________ bits equal one byte.
8
How many bits is the 01101000 binary number and what is the decimal number
8 bits,104
The ________ language uses the digits 0 and 1 and is understood by computers.
Binary
eight bits equals one ______.
Byte
A ________ is approximately 1 billion bytes.
Gigabyte
A ________ is approximately 1 million bytes.
Megabyte
When analog information is converted to digital data, we must consider two properties that affect the exactness of the digital representation, one from sampling and one from quantizing. which of the following is from sampling?
Sampling rate
A pixel that can have only one of two possible color values requires 1 bits to store the color information.
True
Converting from analog to digital involves a two-step process: sampling and quantization.
True
Our everyday decimal numbering system is base 10. Computers use base 2, which is also known as the binary numbering system.
True
The smallest unit in a binary system is a byte.
True
When analog information is converted to digital data, we must consider two properties that affect the exactness of the digital representation, one from sampling and one from quantizing. which of the following is a result of quantization?
bit depth
A(n) ________ is approximately 1,024 bytes.
kb
Two general strategies to reduce the size of a digital media file are sampling rate reduction and bit depth reduction
true