Digital-Logic-Design
November 23, 2023Question 5661 – Data-Structures
November 23, 2023Digital-Logic-Design
|
Question 4
|
Let the representation of a number in base 3 be 210. What is the hexadecimal representation of the number?
|
21
|
|
|
528
|
|
|
D2
|
|
|
15
|
Question 4 Explanation:
On converting (210)3 in decimal, we will get:=>
2*32+1*3=2*9+3=2110
=>(15)16
Correct Answer: D
Question 4 Explanation:
On converting (210)3 in decimal, we will get:=>
2*32+1*3=2*9+3=2110
=>(15)16
