0% found this document useful (0 votes)
23 views

Day-32-Computer-Number-System

The document is a worksheet designed for students preparing for the MAH MCA CET 2025 exam, focusing on computer number systems. It includes multiple-choice questions covering binary, decimal, hexadecimal, and octal systems, along with their conversions and properties. An answer key is provided at the end for self-assessment.

Uploaded by

amittad992004
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views

Day-32-Computer-Number-System

The document is a worksheet designed for students preparing for the MAH MCA CET 2025 exam, focusing on computer number systems. It includes multiple-choice questions covering binary, decimal, hexadecimal, and octal systems, along with their conversions and properties. An answer key is provided at the end for self-assessment.

Uploaded by

amittad992004
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

COMPUTER

Computer Number System Worksheet for MAH MCA CET 2025


For students preparing for MCA Entrance Exam

1. Binary number 101110110 is equal to decimal 7. Binary system is also called


number _______. A. base one system
A. 468 B. base two system
B. 412 C. base system
C. 374 D. binary system
D. 326
8. Which of the following is an example of binary
2. What is the binary number for decimal number?
number 9? A. 6AH1
A. 1100 B. 100101
B. 1001 C. 005
C. 0111 D. ABCD
D. 1011 E. 23456

3. What is the value of the binary number 101? 9. Numbers that are written with base 10 are
A. 3 classified as
B. 5 A. decimal number
C. 6 B. whole number
D. 101 C. hexadecimal number
D. exponential integers
4. Decimal equivalent of (1111)2, is
A. 11 10. Decimal number system is the group of _______
B. 10 numbers.
C. 1 A. 0 or 1
D. 15 B. 0 to 9
C. 0 to 7
5. Which of the following is not a binary number? D. 0 to 9 and A to F
A. 001
B. 101 11. The octal system
C. 202 A. needs less digits to represent a number
D. 110 than in the binary system
B. needs more digits to represent a number
6. The number system based on '0' and '1' only, than in the binary system
is known as C. needs the same number of digits to
A. binary system represent a number as in the binary
B. barter system system
C. number system
D. hexadecimal system

VISION ACADEMY EDUCATION | YT: @VisionAcademyEducation | updatestoday.in


📌 Telegram: https://t.me/visionacademyeducation
📌 WhatsApp Channel: https://whatsapp.com/channel/0029VaXH5G0GufIzfqQyW313
D. needs the same number of digits to B. (1110011)2
represent a number as in the decimal C. (0110011)2
system D. (1000111)2

12. A hexadecimal number is represented by 20. Conversion of decimal number (61)10, to its
A. three digits binary number equivalent is
B. four binary digits A. (110011)2
C. four digits B. (11001110)2
D. All of these C. (111101)2
D. (11111)2
13. Hexadecimal number system has _______ base.
A. 2 21. In the binary language, each letter of the
B. 8 alphabet, each number and each special
C. 10 character is made up of a unique
D. 16 combination of
A. 8 bytes
14. Hexadecimal number system consists of
B. 8 KB
A. 0 to 9
B. A to F C. 8 characters
C. Both '1' and '2" D. 8 bits
D. Either '1' or '2'
22. To perform calculation on stored data
15. A hexadigit can be represented by computer, uses ___________ number system.
A. three binary (consecutive) bits A. decimal
B. four binary (consecutive) bits B. hexadecimal
C. eight binary (consecutive) bits C. octal
D. sixteen binary (consecutive) bits D. binary

16. Which of the following is invalid hexadecimal 23. (1010)2, equivalent decimal number is
number? A. 8
A. A0XB B. 9
B. A0F6 C. 10
C. 4568 D. 11
D. ACDB
24. The binary number 10101 is equivalent to
17. What type of information system would be decimal number ________.
recognised by digital circuits? A. 19
A. Hexadecimal system B. 12
B. Binary system C. 27
C. Both '1' and '2" D. 21
D. Only roman system
25. Which of the following is octal number
18. The binary equivalent of decimal number 98 equivalent to binary number (110101)2
is A. 12
A. 1110001 B. 65
B. 1110100 C. 56
C. 1100010 D. 1111
D. 1111001
26. Which of the following is a binary number
19. Conversion of decimal number (71)10, to its equivalent to octal number (.431)8
binary number equivalent is A. (100011001)2
A. (110011)2 B. (.100011001)2

VISION ACADEMY EDUCATION | YT: @VisionAcademyEducation | updatestoday.in


📌 Telegram: https://t.me/visionacademyeducation
📌 WhatsApp Channel: https://whatsapp.com/channel/0029VaXH5G0GufIzfqQyW313
C. (100110100)2 34. Determine the octal equivalent of
D. (.100110001)2 (432267)10
A. (432267)8
27. To convert binary number to decimal, B. (346731)8
multiply the all binary digits by power of C. (2164432)8
A. 0 D. None of these
B. 2
C. 4 35. Determine the decimal equivalent of (456)8
D. 6 A. (203)10
B. (302)10
28. Which of the following is hexadecimal C. (400)10
number equivalent to binary number D. (402)10
(1111 1001)2?
A. 9F 36. Conversion of octal number (3137)8 to its
B. FF decimal equivalent is
C. 99 A. (1631)10
D. F9 B. (1632)10
C. (1531)10
29. Conversion of binary number (1001001)2 to D. (1931)10
hexadecimal is
A. (40)16 37. There are how many types of number
B. (39)16 system?
C. (49)16 A. One
D. (42)16 B. Two
C. Three
30. Conversion of binary number (101110)2 to D. Four
hexadecimal is
A. (35)16 38. Modern computers represent characters
B. (46)16 and numbers internally using one of the
C. (2E)16 following number systems.
D. (50)16
A. Penta
31. Which of the following is the correct binary B. Octal
form of (4A2.8D)16? C. Binary
A. (010010100010.10001101)2 D. Septa
B. (010110100010.11101101)2
C. (011110100010.10001101)2
D. (010010111110.10001101)2

32. Which of the following is an octal number


equal to decimal number (896)10?
A. 0061
B. 6001
C. 1006
D. 1600

33. Conversion of decimal number (42)10 to its


octal number equivalent is
A. (57)8
B. (42)8
C. (47)8
D. (52)8

VISION ACADEMY EDUCATION | YT: @VisionAcademyEducation | updatestoday.in


📌 Telegram: https://t.me/visionacademyeducation
📌 WhatsApp Channel: https://whatsapp.com/channel/0029VaXH5G0GufIzfqQyW313
Answer Key

1. C 2. B 3. B 4. D 5. C 6. A 7. B 8. B 9. A 10. B
11. A 12. B 13. D 14. C 15. D 16. A 17. C 18. C 19. D 20. C
21. D 22. D 23. C 24. D 25. B 26. B 27. B 28. D 29. C 30. C
31. A 32. D 33. D 34. D 35. B 36. A 37. D 38. C

VISION ACADEMY EDUCATION | YT: @VisionAcademyEducation | updatestoday.in


📌 Telegram: https://t.me/visionacademyeducation
📌 WhatsApp Channel: https://whatsapp.com/channel/0029VaXH5G0GufIzfqQyW313

You might also like