What is the base of the decimal number system?
10
What is the base of the hexadecimal number system?
16
What is the base of the binary number system?
2
What is the process of reducing file size called?
compression
Convert 2510 to binary.
0001 10012
Convert FF16 to decimal.
25510
What is the binary equivalent of the decimal number 810?
10002
What type of compression cannot be restored to the original?
Lossy
What is 11112 in decimal?
1510
What is the hexadecimal equivalent of 32?
2016
Convert 10102 to decimal.
1010
What type of compression completely maintains original quality and can be restored to the original?
Lossless
How many digits are in the decimal system?
10
How many digits/symbols are used in hexadecimal?
16
How many bits make up a byte?
8
Name a common lossy compression format for images.
JPEG
What is the decimal equivalent of 2A16?
4210
What is B416 in decimal?
18010
What is the binary representation of 310?
00112
What is the smallest unit of data in computing?
bit