Number Systems - 2

This is a test for knowledge of number systems and their conversion

24 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

The 9's compliment of 381 is

  1. 372
  2. 508
  3. 618
  4. 390
Question 2 Multiple Choice (Single Answer)

The 10's compliment of (715) base 8 is

  1. 63
  2. 539
  3. 285
  4. 395
Question 3 Multiple Choice (Single Answer)

The sign magnitude representation of binary number + 1101.001 is

  1. 01101.011
  2. 11101.011
  3. 03.100
  4. 13.100
Question 4 Multiple Choice (Single Answer)

The 2's compliment of binary number 010111.1100 is

  1. 121.1100
  2. 120.2
  3. 010111.0011
  4. 120.0011
Question 5 Multiple Choice (Single Answer)

The result of the addition of A0 base 16 and 6B base 16 is

  1. 10 B base 16
  2. 16 B base 16
  3. AOB base 16
  4. A6B base 16
Question 6 Multiple Choice (Single Answer)

The excess 3 code is also known as

  1. cycle redundancy code
  2. weighted code
  3. self complimenting code
  4. algebraic code
Question 7 Multiple Choice (Single Answer)

Let 12A7C base 16 = x base 8. The value of x is

  1. 224174
  2. 425174
  3. 6173
  4. 225714
Question 8 Multiple Choice (Single Answer)

Let each integer be represented by five bits. Which of the following systems will be

  1. one's compliment only
  2. two's compliments only
  3. sign and magnitude and one's compliments
  4. one's compliments and two's compliments
Question 9 Multiple Choice (Single Answer)

Which of the following is an unweighted code?

  1. 8421 code
  2. Excess 3 code
  3. 2421 code
  4. 5211 code
Question 10 Multiple Choice (Single Answer)

The sign magnitude representative of decimal number _687 is

  1. 0687
  2. 9687
  3. 1687
  4. 1312
Question 11 Multiple Choice (Single Answer)

The sign magnitude representation of binary number -1101.011 is

  1. 01101.001
  2. 13.100
  3. 11101.001
  4. 13.101
Question 12 Multiple Choice (Single Answer)

The 1's compliment of the binary number 1101101 is _________.

  1. 0003
  2. 0010010
  3. 0211
  4. 1101110
Question 13 Multiple Choice (Single Answer)

Cyclic codes are used in

  1. data transfer
  2. continuously varying signal representative
  3. arithmetic and logical computation
  4. None of these
Question 14 Multiple Choice (Single Answer)

ASCII and EBCDIC are different in

  1. their efficiency in storing data
  2. the random and sequential access method
  3. the number of bytes used to store characters
  4. their collecting sequences
Question 15 Multiple Choice (Single Answer)

How many 1's are present in the binary representation of 15 * 256 + 5 * 16 + 3?

  1. 8
  2. 9
  3. 10
  4. 11
Question 16 Multiple Choice (Single Answer)

The number of 1's present in the binary representation of (3 x 512 + 7 x 64 + 5 x 8 + 3) base 10 is

  1. 7
  2. 8
  3. 9
  4. 10
Question 17 Multiple Choice (Single Answer)

The result of (37)16 + (19)16 is

  1. (56)16
  2. (50)16
  3. (59)16
  4. None of these
Question 18 Multiple Choice (Single Answer)

Which of the following codes uses 7 bits to represent a character?

  1. ASCII
  2. EBCDIC
  3. BCD
  4. GRAY
Question 19 Multiple Choice (Single Answer)

What is the 2' s compliment representation of -5/8?

  1. 0.1010
  2. 1.3
  3. -0.1101
  4. 1.0110
Question 20 Multiple Choice (Single Answer)

What is the value of x provided (12x) base3 = (123)x?

  1. 2
  2. 3
  3. 5
  4. None of the above
Question 21 Multiple Choice (Single Answer)

Which of the following codes is non-weighted?

  1. Decimal number system
  2. Excess - 3 code
  3. Binary number system
  4. Oman number system
Question 22 Multiple Choice (Single Answer)

If (123) base 5 = (x3) y, then the number of possible values of x is

  1. 4
  2. 1
  3. 3
  4. 2
Question 23 Multiple Choice (Single Answer)

The result of the subtraction of FD base 16 and 88 base 16 is

  1. 75 base 16
  2. 65 base 16
  3. 5E base 16
  4. 10 base 16
Question 24 Multiple Choice (Single Answer)

Which of the following statements is true about BCD code?

  1. Conversation to and from the decimal system can be done easily.
  2. It is a 8-4-2-1 weighted code.
  3. (12345678)base 10 need 4 bytes in BCD representation.
  4. Compliment of a number can be found efficiently.