Basics of Number System
This test is based on Number System concepts. It includes counting, conversion, addition, subtraction etc.
Questions
Which of the following numbers cannot be an octal number?
- 172
- 265
- 168
- 573
- 101
How many distinct digits are there in hexadecimal number system?
- 16
- 10
- 6
- 8
- 60
In a number system, 11 is equivalent to 6 of decimal number system. What is the base of the number system of 11?
- 2
- 10
- 6
- 5
- 4
Which number comes after 111 in binary number system?
- 112
- 1000
- 222
- 8
- 999
How many 4 digit numbers can be there in an octal number system?
- 48
- 84
- 4 * 8
- 4 + 8
- 48
What number in binary number system is equivalent to 77 in octal number system?
- 111111
- 1001101
- 11011101
- 100011001
- 01110111
What is the sum of octal 578 and octal 342?
- 1236
- 920
- 1142
- 578 is not an octal number.
- 777
Which of the following is equal to 0.75 + 0.25 in decimal number system?
- 0.100
- 0.910
- 1
- 100
- 910
Which of the following decimal numbers is equivalent to binary 0.11?
- 0.1
- 0.11
- 0.3
- 0.75
- 0.10
What is the sum of hexadecimal 1101 and hexadecimal 101?
- 10010
- 1202
- No hexadecimal sum is possible because they are binary numbers.
- 1101
- 1000
What result do we get when 1 is subtracted from 1000 in octal number system?
- 999
- 111
- 777
- 888
- They are not octal numbers.
If a character code system uses combinations of 8 binary digits to represent a character, how many characters it can have?
- 8
- 26
- 36
- 64
- 256
What is the decimal equivalent of hexadecimal number FF?
- 1515
- 255
- FF is not a number in any number system.
- 11111111
- 225
A 4 digit hexadecimal number is converted to binary number system. The leftmost digits are ignored. Which of the following is not possible?
- The binary equivalent of the 4 digit hexadecimal number has 13 digits.
- The binary equivalent of the 4 digit hexadecimal number has 14 digits.
- The binary equivalent of the 4 digit hexadecimal number has 15 digits.
- The binary equivalent of the 4 digit hexadecimal number has 16 digits.
- The binary equivalent of the 4 digit hexadecimal number has 17 digits.
Which of the following is correct, if we add 1 to the greatest 5 digit number in any number system?
- We will get the least 6 digit number in that number system.
- We will get the greatest 6 digit number in that number system.
- We will get a 5 digit number only.
- We will get a number with 6 zeroes.
- We will get a number with 1 as the rightmost digit.