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 _______.
A
168
B
108
C
150
D
154

Explanation

Correct : d

Similar Questions

What is the worst-case time complexity of insertion in an AVL tree?
Question #23 Medium
Which operations on a binary search tree have O(h) complexity?
Question #31 Easy
Compare search complexities of sorted array vs balanced BST.
Question #47 Hard

Related Topics

Data Structures Binary Search Tree Time Complexity Algorithm Analysis Tree Algorithms Computer Science