The document discusses different number systems including binary, decimal, octal and hexadecimal. It provides information on the base and valid digits for each system. For example, it states that the decimal system is base-10 and has 10 valid digits from 0-9. It also provides examples of converting between the different number systems, such as using division by 2, 8, or 16 to convert a decimal number to binary, octal or hexadecimal respectively.
The document discusses different number systems including binary, decimal, octal and hexadecimal. It provides information on the base and valid digits for each system. For example, it states that the decimal system is base-10 and has 10 valid digits from 0-9. It also provides examples of converting between the different number systems, such as using division by 2, 8, or 16 to convert a decimal number to binary, octal or hexadecimal respectively.
1. Which of the following number system is known as base-10 system.
a. Binary Number System b. Hexadecimal Number System c. Octal Number System d. Decimal Number System 2. Which of the following is not a number system in reference to computer? a. Binary number system b. Decimal number system c. Octal number system d. Penta number system 3. Which two numbers form the binary number system? a. 0 and 2 b. 1 and 2 c. 0 and 1 d. 1 and 3 4. Binary number system is also referred as ___________________ a. base-2 system b. base-8 system c. base-10 system d. base-16 system 5. Which of the following is not an examples of binary numbers? a. 010101 b. 11100.01 c. 111001 d. None of the above 6. Decimal number system has ________ digits a. 8 b. 7 c. 19 d. 10 7. Octal number system has digits from _____ a. 0 – 7 b. 1 – 7 c. 1- 8 d. 0- 9 8. Which of the following is not an example of Octal number? a. 123 b. 478 c. 372 d. 136 9. Hexadecimal number system consist of _________ unique symbols? a. 8 b. 16 c. 10 d. 2 10. In hexadecimal system, each alphanumeric digit is represented as a group of _____________ binary digits a. 1 b. 2 c. 3 d. 4 11. Which of the following is not an example of Hexadecimal number? a. 1C2 b. 2A.1 c. 1ABCD d. 67GA 12. Which of the following symbol is not a part of Hexadecimal number system? a. 0 b. 9 c. 10 d. A 13. Which Hexadecimal symbol is used for decimal number 15? a. A b. C c. E d. F 14. 4 bit binary code for binary number 15 is ___________ a. 1110 b. 1111 c. 1100 d. 1101 15. Which of the following number system is used by digital devices? a. Binary number system b. Decimal number system c. Hexadecimal number system d. Octal number system 16. Which of the following sequence is correct to convert decimal number to binary? Step 1: Note the remainder. Step 2: Divide the given number by 2. Step 3: Write the noted remainders in the reverse order (from bottom to top) Step 4: Keep on dividing the quotient by 2 and note the remainder till the quotient is zero. a. Step 1, Step 2, Step 3, Step 4 b. Step 2, Step 1, Step 4, Step 3 c. Step 3, Step 2, Step 1, Step 4 d. Step 2, Step 3, Step 1, Step 4 17. Binary equivalent of decimal number 65 is __________ a. 1000001 b. 1000000 c. 1000011 d. 100001 18. The decimal number is repeatedly divided by _________ to obtain its equivalent octal number. a. 2 b. 8 c. 10 d. 16 19. Octal equivalent of decimal number 122 is __________ a. 172 b. 173 c. 174 d. 171 20. Decimal number is repeatedly divided by _________ to obtain its equivalent hexadecimal number. a. 10 b. 2 c. 8 d. 16 21. __________________in a binary number are grouped together to get octal number. a. 4 bits b. 2 bits c. 3 bits d. 5 bits 22. For converting binary to octal, “If number of bits in a binary number is not multiple of 3, then add required number of 0s on ______ of the binary number a. least significant position b. most significant position c. Any of the above d. None of the above 23. _____________ in a binary number are grouped together to get hexadecimal number. a. 4 bits b. 2 bits c. 3 bits d. 5 bits 24. 4 bit binary value of hexadecimal symbol ‘D’ is _______________ a. 1101 b. 1111 c. 1001 d. 1000 25. Which is the Most Significant Bit (MSB) in 010101 a. 0 b. 1 c. Both of the above d. None of the above 26. Equivalent binary number of decimal number 0.25 is ______________ a. 0.11 b. 0.00 c. 0.01 d. 1.00 27. Which of the following mathematical operation is used to convert Decimal Number with fractional part only like 0.125 to another Number System a. Addition b. Subtraction c. Multiplication d. Division 28. Octal number equivalent to binary number 1110101 is _____ a. 117 b. 165 c. 75 d. 175