The base of the binary number system is:
Encoding Schemes and Number Systems — Important Questions
SUMMARY: This chapter introduces students to various encoding schemes and number systems used in computer science.
KEY TOPICS: binary number system, decimal number system, hexadecimal number system, octal number system, ASCII encoding, Unicode encoding, binary arithmetic, conversion between number systems, BCD (Binary Coded Decimal), Gray code
The decimal value of the binary number 1010 is:
Check answerHide answer
Which of the following is the hexadecimal representation of decimal 255?
Check answerHide answer
The encoding scheme that uses 16 bits per character to represent characters of all major scripts is:
Check answerHide answer
The binary equivalent of decimal 13 is:
Check answerHide answer
What is the binary representation of the decimal number 25?
Check answerHide answer
Which of the following is a characteristic of the ASCII encoding scheme?
Check answerHide answer
What is the octal equivalent of the binary number 101110?
Check answerHide answer
Which number system uses base 16?
Check answerHide answer
What is the decimal value of the hexadecimal number 1A?
Check answerHide answer
In Binary Coded Decimal (BCD), how is the decimal number 93 represented?
Check answerHide answer
Which of the following correctly converts the binary number 1110 to decimal?
Check answerHide answer
What is the Gray code equivalent of the binary number 1011?
Check answerHide answer
Which of the following statements about the decimal number system is true?
Check answerHide answer
What is the result of adding the binary numbers 1011 and 1101?
Check answerHide answer
Convert binary 11010 to decimal showing the conversion steps.
Convert decimal 45 to binary showing the conversion steps.
Differentiate between ASCII and Unicode with two points.
What is the role of the binary number system in computers?
Convert hexadecimal 2AF to decimal.
What is the octal equivalent of the binary number 101101?
View sample solutionHide solution
Explain the concept of Binary Coded Decimal (BCD).
View sample solutionHide solution
How do you convert the decimal number 23 to hexadecimal? Show the steps.
View sample solutionHide solution
What is Gray code and why is it used in digital systems?
View sample solutionHide solution
Convert the binary number 111001 to octal. Show the conversion steps.
View sample solutionHide solution
Explain the four common number systems (binary octal decimal hexadecimal) and convert decimal 100 to all three other systems.
Discuss ASCII Unicode and ISCII encoding schemes with examples and limitations of each.
Explain how floating point numbers are represented in a computer (sign mantissa exponent) using IEEE 754 single precision format.
Add the binary numbers 10110 and 1101 step by step and verify the result by converting to decimal.
Explain 1's complement and 2's complement representation of negative numbers with one example.
Differentiate between binary octal and hexadecimal number systems in tabular form.
Assertion (A): Computers use binary number system.
Reason (R): Their digital circuits have only two stable states ON and OFF.
Show explanationHide explanation
Assertion (A): Hexadecimal is more compact than binary.
Reason (R): Each hex digit represents 4 binary bits.
Show explanationHide explanation
Assertion (A): Unicode supports all world languages.
Reason (R): It uses 16 bits per character to represent over 65000 characters.
Show explanationHide explanation
Assertion (A): 2's complement is preferred over 1's complement for representing negative numbers.
Reason (R): 2's complement has only one representation for zero.
Show explanationHide explanation
Assertion (A): The largest 8-bit unsigned binary number is 255.
Reason (R): All eight bits set to 1 give 2^8 minus 1 = 255.
Show explanationHide explanation
Assertion (A): The binary number system uses only two digits: 0 and 1.
Reason (R): The decimal number system uses ten digits from 0 to 9.
Show explanationHide explanation
Assertion (A): ASCII can represent 256 characters.
Reason (R): ASCII uses 7 bits for character representation.
Show explanationHide explanation
Assertion (A): The octal number system is base 8.
Reason (R): The hexadecimal number system is base 16.
Show explanationHide explanation
Statement 1: Each digit in a number system has a positional value.
Statement 2: The positional value depends on the base of the number system.
Show answerHide answer
Statement 1: ASCII uses 7 bits per character giving 128 unique characters.
Statement 2: Extended ASCII uses 8 bits per character giving 256 unique characters.
Show answerHide answer
Statement 1: Binary number system has only two digits 0 and 1.
Statement 2: Each binary digit is called a bit.
Show answerHide answer
Statement 1: Octal number system uses digits 0-7.
Statement 2: Each octal digit represents 3 binary bits.
Show answerHide answer
Statement 1: Hexadecimal uses digits 0-9 and letters A-F.
Statement 2: A represents 10 and F represents 15 in decimal.
Show answerHide answer
Statement 1: The binary number system can represent negative numbers using two's complement.
Statement 2: The decimal number system is a base-8 number system.
Show answerHide answer
Statement 1: In Unicode encoding, each character can be represented by up to 32 bits.
Statement 2: ASCII can represent more characters than Unicode.
Show answerHide answer
Statement 1: Gray code is a binary numeral system where two successive values differ in only one bit.
Statement 2: Binary Coded Decimal (BCD) represents each decimal digit with four binary digits.
Show answerHide answer
-
Hexadecimal 0x1A in decimal is:A16B17C26D32
-
Hexadecimal 0xFF in binary is:A11111111B10101010C11110000D11001100
-
Explain the conversion of decimal 100 to binary octal and hexadecimal showing all steps.
Show answersHide answers
Convert the given decimal numbers to binary octal and hexadecimal.
| Decimal | Binary | Octal | Hex |
|---|---|---|---|
| 10 | ? | ? | ? |
| 25 | ? | ? | ? |
| 100 | ? | ? | ? |
| 255 | ? | ? | ? |
| 512 | ? | ? | ? |
Convert each number across number systems.
| From | Number | Decimal |
|---|---|---|
| Binary | 1010 | ? |
| Binary | 1101 | ? |
| Octal | 17 | ? |
| Octal | 100 | ? |
| Hex | FF | ? |
| Hex | 1A | ? |
Study the binary conversion table and answer:
| Decimal | Binary | Octal | Hex |
|---|---|---|---|
| 10 | 1010 | 12 | A |
| 25 | 11001 | 31 | 19 |
| 50 | 110010 | 62 | 32 |
| 100 | 1100100 | 144 | 64 |
| 255 | 11111111 | 377 | FF |
-
The maximum value of an 8-bit unsigned binary number is:A255B256C128D512
-
Each digit represents 4 binary bits in:ABinaryBOctalCHexadecimalDDecimal
-
Explain why hexadecimal is preferred over binary for representing large numbers in computing.
Show answersHide answers
Study the number systems conversion table and answer:
-
Decimal 100 in hexadecimal is:A64B100CFFD377
-
Decimal 255 in binary is:A11111111B10000000C11110000D10101010
-
Explain why hexadecimal is preferred over binary for representing large numbers.
Show answersHide answers
Make a full Computer Science paper on Encoding Schemes and Number Systems.
Pick the question mix, set the marks, hit generate. You get a ready-to-print paper with an answer key.
Generate your paper — free