34 Lecture
CS501
Midterm & Final Term Short Notes
Number Systems and Radix Conversion
Number systems refer to the different ways of representing numerical values using symbols or digits. The most common number systems are the decimal, binary, octal, and hexadecimal systems. Radix conversion is the process of converting a number f
Important Mcq's
Midterm & Finalterm Prepration
Past papers included
Download PDF
What is the base of the binary number system? A. 8 B. 10 C. 2 D. 16 Answer: C What is the base of the octal number system? A. 2 B. 8 C. 10 D. 16 Answer: B What is the base of the hexadecimal number system? A. 2 B. 8 C. 10 D. 16 Answer: D What is the decimal equivalent of the binary number 1010? A. 8 B. 10 C. 12 D. 16 Answer: C What is the decimal equivalent of the octal number 63? A. 51 B. 54 C. 57 D. 60 Answer: D What is the binary equivalent of the decimal number 29? A. 11101 B. 10111 C. 10011 D. 11001 Answer: A What is the octal equivalent of the decimal number 95? A. 137 B. 147 C. 157 D. 167 Answer: B What is the hexadecimal equivalent of the binary number 1110101? A. 4D B. 5D C. 6D D. 7D Answer: A What is the decimal equivalent of the hexadecimal number 2A? A. 38 B. 40 C. 42 D. 44 Answer: C What is the binary equivalent of the octal number 53? A. 100101 B. 101010 C. 110001 D. 111000 Answer: C
Subjective Short Notes
Midterm & Finalterm Prepration
Past papers included
Download PDF
What is a number system? Answer: A number system is a way of representing numerical values using symbols or digits. What is radix conversion? Answer: Radix conversion is the process of converting a number from one number system to another. What is the decimal equivalent of the binary number 1101? Answer: The decimal equivalent of the binary number 1101 is 13. What is the binary equivalent of the decimal number 25? Answer: The binary equivalent of the decimal number 25 is 11001. What is the octal equivalent of the binary number 101101? Answer: The octal equivalent of the binary number 101101 is 55. What is the hexadecimal equivalent of the binary number 111001? Answer: The hexadecimal equivalent of the binary number 111001 is 39. What is the decimal equivalent of the octal number 75? Answer: The decimal equivalent of the octal number 75 is 61. What is the octal equivalent of the decimal number 83? Answer: The octal equivalent of the decimal number 83 is 123. What is the binary equivalent of the hexadecimal number 2F? Answer: The binary equivalent of the hexadecimal number 2F is 101111. What is the hexadecimal equivalent of the octal number 67? Answer: The hexadecimal equivalent of the octal number 67 is 2F.