Unit 4: Number Systems - Subjective Questions

CSE111 — Orientation To Computing • Practice Questions with Detailed Answers

20 questions

1

Define a number system. Explain the meaning of base or radix and the role of positional values with an example.

2

Explain the binary number system and demonstrate how the positional value of each bit is determined.

3

Compare the binary, decimal, octal, and hexadecimal number systems in terms of base, permitted digits, and common use.

4

Describe the repeated-division method for converting a decimal integer to binary. Use it to convert to binary.

5

Convert to decimal by using positional weights. Explain each step.

6

Explain how a decimal integer is converted to octal. Convert to octal using the appropriate method.

7

Convert the octal number to decimal and explain the positional expansion.

8

Describe the process of converting a decimal integer to hexadecimal. Convert to hexadecimal.

9

Convert the hexadecimal number to decimal. State the decimal values represented by the hexadecimal letters used.

10

Explain the direct conversion relationship between binary and octal. Convert to octal and to binary.

11

Explain how binary and hexadecimal numbers can be converted directly. Convert to hexadecimal and to binary.

12

Convert directly to binary and then convert the resulting binary number to hexadecimal. Show all required grouping.

13

Describe the multiplication-by-base method for converting a decimal fraction to binary. Convert to binary.

14

Convert the binary fraction to decimal. Explain how negative powers are used for positions after the binary point.

15

Distinguish between valid and invalid numbers in binary, octal, decimal, and hexadecimal systems. Give suitable examples.

16

Why are octal and hexadecimal often used as shorthand forms of binary? Explain with suitable examples.

17

Derive a general positional formula for converting a number from base to decimal. Apply it to .

18

Show that , , and represent the same decimal value.

19

Explain the significance of leading zeros and trailing zeros in positional number systems. Do they always leave a number unchanged?

20

Convert into binary, octal, and hexadecimal. Verify the results by demonstrating the relationships among the three converted forms.