Electrical Engineering > GATE 2024 > Numerical Aptitude
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
(=1×101+2×100) is expressed as 14 (=1×81+4×80) in the octal number system.
The decimal number 108 in the octal number system is _______.
(=1×101+2×100) is expressed as 14 (=1×81+4×80) in the octal number system.
The decimal number 108 in the octal number system is _______.
Explanation
Correct : d
Similar Questions
What is the worst-case time complexity of insertion in an AVL tree?
Which operations on a binary search tree have O(h) complexity?
Compare search complexities of sorted array vs balanced BST.