Preview

08 - Final Test

 1. If you add together 1011 and 101 you get 1110111

  FALSE

  TRUE

 2. The binary system uses powers of ........for positional values.

  2

  3

  1

  4

 3. The binary addition 1 + 1 + 1 gives

  111

  11

  111

  110

 4. Binary is a _________ language that uses just two digits: 1 and 0

  base 10

  base 2

  base 1

  base 1 and 0

 5. The following shows the Binary number 10 (1010). If we wanted a larger number, what would go to the left of the 8?
      8   4   2  1
     ==============
      1   0   1  0 

  10

  24

  16

  12

 6. 1 + 1 in Binary = 10

  True, because 10 is '2' in Binary

  True, because 10 is '4' which is how many bits there are x 2

  False, because the answer should be 2

  False, because 1 + 1 cannot be computed at all by a computer

 7. So, what really is a number? Think about the number 675 in decimal- what does it mean?
datarep_numbersystems_q3.jpg

  None of the above

  The number 675, has six 'one hundreds', seven 'tens', and five, ones.

  The number 675 in decimal has six lots of '6', seven lots of '7' and five lots of '5'.

  The number 675 has 675 lots of one hundred

 8. The following diagram shows the place values for the number 675 in decimal (base 10). How do we get the place value 1000?
datarep_numbersystems_q4.png

  None of the above

  10 to the power of 1000 would give us 1000

  10 to the power of 10 would give us 1000

  10 to the power of 3 would give us 1000

 9. Convert the following Binary number into Decimal.
Binary Number: 0 0 0 0 1 0 0 1

128    64    32   16   8   4   2   1
 0      0    0    0    1   0   0   1
 
 =     ?

  3

  6

  9

  5

 10. Convert the given Binary number into Decimal.
Binary Number: 0 0 0 0 0 0 0 1

128    64    32   16   8   4   2   1
 0      0    0    0    0   0   0   1
 
 =     ?

  2

  100000

  101

  1

 11. Convert the given Binary number into Decimal.
Binary Number: 0 0 0 0 0 0 0 1

128    64    32   16   8   4   2   1
 0      0    0    0    1   1   1   1
 
 =     ?

  2

  100

  15

  12

 12. Convert the following Binary number into Decimal.
Binary Number: 1 2 0 0 0 0 0 0

128    64    32   16   8   4   2   1
 1      2    0    0    0   0   0   0
 
 =     ?

  6

  168

  This is not a binary number so it cannot be done.

  100001

 13. 1000000000 is a Binary number. Can you use your knowledge of conversion of Binary to Decimal to suggest the answer - what is it in Decimal?

  This is not a binary number as they only go up to 8 bits

  256

  888

  512

 14. Look at the following example showing the conversion from Binary to Decimal. Is it True(Correct) or False(Incorrect)?
true_false_binary_q.png

  FALSE

  TRUE

 15. What is the largest number that can be represented (in Decimal) using just 8 binary bits. For example: 11111111

  255, because 128 + 64 + 32 + 16 + 8 + 4 + 2 + 1 = 255

  There is no limit - a million or billion can be represented using 8 bits

  8 bits can represent 8 x 2 which is 16

  8 bits can only represent 8

 16. Convert the following Binary number into Decimal (note that Decimal is sometimes referred to as Denary)
Binary Number: 1 0 0 0 0 0 0 0

128    64    32   16   8   4   2   1
 1      0    0    0    0   0   0   0
 
 =     ?

  0

  128

  16

  2

 17. In the following table the binary answers are given in _______ bits.
3bits1.gif

  5

  2

  4

  3

 18. Represent the number 6 in Binary (in four bits)

  Answer: 1001

  Answer: 0001

  Answer: 1116

  Answer: 0110

 19. Represent the number 0 (in Decimal) in Binary (in four bits)

  Answer: 0000

  Answer: 1000

  This cannot be done

  Answer: 0101

 20. Represent the number 129 in Binary

  Answer: 10000001

  Answer: 100000111

  Answer: 00000001

  Answer: 111111111

 21. Represent the number 33 in Binary using eight bits

  00100001

  11000000

  10101010

  11001100

 22. How would you represent the number 2 billion in binary using eight bits?

  It cannot be done in just eight bits

  The answer would be: 11110000

  02billion

  The answer would be 11111111

 23. Convert 133 (Decimal) into a Binary number.

  10001110

  11121221

  10000101

  11111001

 24. How would you represent 1 (Decimal) in Binary in just 1 bit?

  1 in Binary using just 1 bit would be A

  1 in Binary using just 1 bit would be 0

  1 in Binary using just 1 bit would just be 1

  This cannot be done

 25. In the ordinary decimal mathematics that you do in Math every day, 1 +0 = ?

  2

  1

  10

  0

 26. In Decimal 0 + 0 = 0 and in Binary 0 + 0 is equal to .....

  Answer: 1

  Answer: This cannot be done

  Answer: 00 (a double zero)

  Answer: 0

 27. In Decimal 1 + 1 = 2. But in Binary 1 + 1 = 10. This is also written as:

  1 Carry 0

  10 Carry 10

  0 Carry 1

  1 Carry 1

 28. In Binary addition 1 + 1 + 1 would equal 1 carry 1. (and that is written in Binary as 11) True or False?

  False - this is wholly incorrect

  True - because 1 + 1 + 1 cannot be achieved in Binary so is shortened to just 11

  True, because 11 is 3 in binary

  False. Just False.

 29. The colour depth of an image is measured in bits. The number of bits indicates how many colours are available for each pixel. In the black and white image, only ___ colours are needed. This means it has a colour depth of 1 bit. (1 bit can be either 0 or 1

  three

  two

  four

  five

 30. True or False? The more pixels on the screen, the higher the resolution and the better the quality of the picture will be.

  TRUE

  FALSE

 31. Image files can be either bitmaps or vectors. Which of the following statements are true of bitmap images?

  Neither statement is true

  Statement #2 is true

  Statement #1 is true

  Both statements are true

 32. For a simple black and white bitmap image, you only need 1 bit. A 0 could represent a white pixel and a 1 could represent a black pixel. Remember that 1 bit can be either "on" (0) or "off" (1).

  FALSE

  TRUE

 33. __________ is a measure of pixel density, usually measured in dots per inch (dpi). Images on websites usually have a ____________ of 72 dpi.

  Pixelation

  Responsification

  Revolution

  Resolution

 34. High quality printed images in books and magazines have a ________ resolution than computer screens. Magazines often use either 300 dpi or even 600 dpi.

  lighter

  darker

  higher

  lower