Number Systems and Character Encoding

Test your knowledge of binary, decimal, octal, and hexadecimal number systems, plus ASCII character encoding.

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Arrange the following characters in ascending order, according to their ASCII value.
z, Z, a, 0, A.

  1. 0, a, z, A, Z
  2. a, z, A, Z, 0
  3. A, Z, a, z, 0
  4. 0, A, Z, a, z
  5. A, Z, 0, a, z
Question 2 Multiple Choice (Single Answer)

Which of the following is not a number system?

  1. Binary number system
  2. Hexadecimal number system
  3. Octal number system
  4. Decimal number system
  5. Numeric number system
Question 3 Multiple Choice (Single Answer)

Which of the following characters has the greatest ASCII value?

  1. a
  2. A
  3. 0
  4. 9
  5. Z
Question 4 Multiple Choice (Single Answer)

Convert 192 into Hexadecimal number system.

  1. 11000000
  2. 00000011
  3. 03
  4. C0
  5. B0
Question 5 Multiple Choice (Single Answer)

What is MIDI?

  1. It is a format of video file.
  2. It is a format of audio file.
  3. It is a format of image file.
  4. It is a format of web page.
  5. It is a format of text file.
Question 6 Multiple Choice (Single Answer)

Convert F0 into Decimal number system.

  1. 240
  2. 16
  3. 15
  4. 0
  5. None of these
Question 7 Multiple Choice (Single Answer)

What is the Octal number system of 10?

  1. 00001010
  2. A
  3. 012
  4. 210
  5. 10100000
Question 8 Multiple Choice (Single Answer)

Convert 130 into Binary number system.

  1. 01000001
  2. 01000010
  3. 10000010
  4. 01000000
  5. 01000011
Question 9 Multiple Choice (Single Answer)

Convert F0 into Binary number system.

  1. 00001111
  2. 10000000
  3. 11000000
  4. 11100000
  5. 11110000
Question 10 Multiple Choice (Single Answer)

Which of the following characters has the smallest ASCII value?

  1. a
  2. z
  3. A
  4. 9
  5. Z
Question 11 Multiple Choice (Single Answer)

Convert the octal number 200 into Hexadecimal number system.

  1. 10000000
  2. 80
  3. D0
  4. 00000001
  5. 04
Question 12 Multiple Choice (Single Answer)

Which of the following characters has 0 ASCII value?

  1. Space
  2. 0
  3. Null
  4. @
  5. Esc
Question 13 Multiple Choice (Single Answer)

What would be the Decimal number system of octal number 030?

  1. 16
  2. 8
  3. 24
  4. 30
  5. 42
Question 14 Multiple Choice (Single Answer)

Which of the following number systems has a base 8?

  1. Hexadecimal number system
  2. Octal number system
  3. Binary number system
  4. Decimal number system
  5. None of these
Question 15 Multiple Choice (Single Answer)

What is the base of Binary number system?

  1. 2
  2. 8
  3. 16
  4. 10
  5. 3