Computer Number Systems and Data Representation

Learn about binary, octal, hexadecimal, ASCII, EBCDIC, BCD coding, memory units, and computer number system conversions to crack competitive exams

24 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

How many different characters can be coded by EBCDIC?

  1. 816
  2. 32
  3. 64
  4. 256
Question 2 Multiple Choice (Single Answer)

Which of the following is not an octal number?

  1. 49
  2. 64
  3. 14
  4. 134
Question 3 Multiple Choice (Single Answer)

A bit represents a

  1. decimal digit
  2. octal digit
  3. binary digit
  4. hexadecimal digit
Question 4 Multiple Choice (Single Answer)

How many different characters are allowed by ASCII - 7?

  1. 32
  2. 64
  3. 128
  4. 257
Question 5 Multiple Choice (Single Answer)

32 kilobyte is capable of storing

  1. 32000 bytes of characters
  2. 32768 bytes of characters
  3. 32906 bytes of characters
  4. 32888 bytes of characters
Question 6 Multiple Choice (Single Answer)

What is hexadecimal code for word DEVICE in ASCII-7

  1. 444556494345
  2. 443673822243
  3. 452338234954
  4. None of these
Question 7 Multiple Choice (Single Answer)

When the decimal number 16 is converted to binary number, how many binary digits are needed?

  1. 4
  2. 3
  3. 5
  4. 7
Question 8 Multiple Choice (Single Answer)

The unit of speed for Super Computer is

  1. KFLOPS
  2. MFLOPS
  3. GFLOPS
  4. All of these
Question 9 Multiple Choice (Single Answer)

Number 84 in BCD is

  1. 12
  2. 22
  3. 1101
  4. 11100
Question 10 Multiple Choice (Single Answer)

The maximum count which a 6-bit binary word can represent is

  1. 36
  2. 64
  3. 63
  4. 65
Question 11 Multiple Choice (Single Answer)

The ASCII code in hexadecimal for number 5 is

  1. 5
  2. 25
  3. 35
  4. 65
Question 12 Multiple Choice (Single Answer)

How many fractional digits 2-48 will have?

  1. 24
  2. 47
  3. 49
  4. 48
Question 13 Multiple Choice (Single Answer)

Which number system is not a positional notational system?

  1. ROMAN
  2. Binary
  3. Decimal
  4. Hexadecimal
Question 14 Multiple Choice (Single Answer)

What is the value of? in the following question?
2B.C4 base 16 = ? base 10

  1. 42.76532
  2. 43.765652
  3. 43.98762
  4. 43.0678
Question 15 Multiple Choice (Single Answer)

What is the value of? in the following question?
545 base 6 =? base 4

  1. 2101
  2. 3101
  3. 3102
  4. 4101
Question 16 Multiple Choice (Single Answer)

Using octal notation, what is BCD coding for word COMPUTER?

  1. 6284445678453455
  2. 6344546783423455
  3. 6576864356777777
  4. 6346444724236551
Question 17 Multiple Choice (Single Answer)

The ASCII & EBCDIC differ in

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

The ASCII Code is

  1. a numeric code
  2. same as BCD code
  3. an alphanumeric code
  4. seldom used
Question 19 Multiple Choice (Single Answer)

The octal representation of an integer is 3428. If this integer were to be treated as an eight bit integer in an 8085 based computer, its decimal equivalent would have been

  1. 226
  2. - 98
  3. 76
  4. - 30
Question 20 Multiple Choice (Single Answer)

if (123)x = (x3)y, the number of possible values of x is

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

The number of bytes of memory occupied by an assembler, which is located on the memory map of a microcomputer between addresses F00H and FFFH is

  1. (1024)10
  2. (2048)10
  3. (4096)10
  4. (8192)10
Question 22 Multiple Choice (Single Answer)

1 nibble =? bits

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

Given √(224) r = 13r, the value of radix r is

  1. 10
  2. 8
  3. 5
  4. 6
Question 24 Multiple Choice (Single Answer)

What is the value of? in the following question?
(1AF) base 16 =? base 10

  1. 221
  2. 129
  3. 331
  4. 432