Binary,decimal, etc
What is the range of values (expressed in decimal) that each color channel can have?
0(10) - 255(10)
What is the value of 9F(16) in binary?
1001 1111 b2
What is the value of 14(10) in binary?
1110(2)
What is the decimal value of 1101(2)?
13(10)
What is the value of F(16) in decimal?
15(10)
How many different digits are used in the Hexadecimal number system?
16
How many different values can be represented using 4 bits?
16 different values
What is the number base of the binary number system?
2
How many possible values can be created with only 2 bits?
4
In the binary value 100(2), what is the place value of the 1?
4s place
How many bits are used to encode a character according to the ASCII encoding scheme?
8 bits(ex: 0100 0001 encodes 'A')
Which number system is used to store information digitally in a computer?
Binary (base 2)