HomeTestsSearchRankProfile
mediumMCQGATE EE 2024 Question Paper (11-Feb-2024) (Shift-2)General Aplitude
1 mark (−0.33)

The decimal number system uses the characters 0, 1, 2, ..., 8, 9, and the octal number system uses the characters 0, 1, 2, ..., 6, 7.
For example, the decimal number 12 ( = ) is expressed as 14( = ) in the octal number system.
The decimal number 108 in the octal number system is

  1. A
    168
  2. B
    108
  3. C
    150
  4. D
    154

Solution & Step-by-step Explanation

Decimal to Octal Conversion Explained

The question asks to convert the decimal number 108 (base-10) into its octal equivalent (base-8). The octal system uses digits 0 through 7.

Conversion Method: Division by Base

To convert a decimal number to octal, we repeatedly divide the decimal number by the target base (which is 8 for octal) and keep track of the remainders. The octal number is formed by the remainders read in reverse order (from bottom to top).

Step-by-Step Conversion of 108

1. Divide the decimal number 108 by 8:
2. Divide the quotient (13) by 8:
3. Divide the quotient (1) by 8:

Final Octal Representation

Reading the remainders from bottom to top (1, 5, 4), we get the octal representation of the decimal number 108.

Therefore, decimal 108 is equivalent to octal 154.

Check: .

Practice this question

Try it yourself before checking the explanation above.

The decimal number system uses the characters 0, 1, 2, ..., 8, 9, and the octal number system uses the characters 0, 1, 2, ..., 6, 7.
For example, the decimal number 12 ( = ) is expressed as 14( = ) in the octal number system.
The decimal number 108 in the octal number system is
A
168
B
108
C
150
D
154

Share This Question

Related Questions

Ready for a Full Test?

Practice with timed mock tests and track your performance across General Aplitude.

Discussion