Number Systems - 1
This is a test for knowledge of number systems and conversions between them
Questions
The decimal number 16 is converted to the binary number, how many binary digits it has?
- 4
- 3
- 5
- 7
How many numbers are created with 8 bits?
- 256
- 128
- 64
- 16
When the decimal number 9 is converted to the binary number, the number of binary digits it has is
- 3
- 4
- 5
- 7
How many fraction digits does 2-48 have?
- 24
- 47
- 49
- 48
Number 84 in BCD is
- 12
- 22
- 1101
- 11100
The maximum count which a 6-bit binary word can represent is
- 36
- 64
- 63
- 65
When an odd number is converted into a binary number the least significant digit is
- 0
- 1
- 0 or 1
- None of these
What is the binary equivalent of the hexadecimal number B3?
- 10111
- 11211
- 10110011
- 13101
What is the decimal equivalent of the binary number (1110000)2 ?
- 52
- 112
- 126
- 122
What is the hexadecimal equivalent of decimal number 511?
- FF1
- 1FF
- 3FF
- FF3
What is the binary equivalent of decimal 269?
- 101100
- 101010
- 121011
- 101101
The gray code of decimal 7 is
- 0111
- 1011
- 2
- 0101
Number 221 in BCD is
- 001001000001
- 001000100001
- 010000100001
- 001000100010
How many different numbers can a 6-bit binary word represent?
- 63
- 64
- 124
- 32
What is the hexadecimal equivalent of binary number 10101111?
- AF
- 9E
- 8C
- None of the above
A computer sends a message to another computer using odd parity bit with ASCII code. Which of the following conclusions is true?
- Contains 1-bit error
- Does not contain 1-bit error
- Contains 3-bit error
- May or may not contain 1-bit error
Which of the following code is known as the 8241 code?
- Gray code
- Excess-3 code
- ASCII code
- BCD code
The highest decimal number that can be represented by 10 binary digits is
- 1023
- 1024
- 512
- None of these
The sum of weights in a self- complementing BCD code must be
- 7
- 9
- 10
- 8
The ASCII code in hexadecimal for number 5 is
- 5
- 25
- 35
- 65
Which number system is not a positional notation system?
- ROMAN
- binary
- decimal
- hexadecimal
Complete the following sentence:
The ASCII.........
- is a subset of 8-bit EBCDIC
- is used only in western countries
- is version 11 of the ASC standard
- has 128 character, including 32 control characters
A 12-bit binary number has an accuracy equivalent to the decimal fraction
- 1/1024
- 1/2048
- 1/4096
- 1/6400
(r-1)' s compliment of the (r-1)' s compliment of an integer number is
- the original number
- the (r-2)' s compliment of the number
- the r' s compliment
- the none of the above
The octal equivalent of decimal 324.987 is
- 504.771
- 540.781
- 215.234
- 40.987