Electronics - Number Systems and Codes - Discussion

Discussion Forum : Number Systems and Codes - General Questions (Q.No. 10)
10.
What is the decimal value of the hexadecimal number 777?
191
1911
19
19111
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
6 comments Page 1 of 1.

Budo said:   7 years ago
777h= 0111 0111 0111=1911.

Topden said:   8 years ago
@Yash Singh.

It's given that hexadecimal.

Yash singh said:   8 years ago
How 16 comes?

Sunil kumar said:   1 decade ago
7*(16^2)+7*(16^1)+7(16^0)
1792+112+7
=1911

Narendra said:   1 decade ago
7*(16^0)+7*(16^1)+7*(16^2)=
7+112+1792=1911

Kanava said:   1 decade ago
Convert the number 35432 HEXADECIMAL to DECIMAL

2x(16^0) + 3x(16^1) + 4x(16^2) + 5x(16^3) + 3x(16^4) =
2 + 3x16 + 4*256 + 5*4096 + 3*65536 =
2 + 48 + 1024 + 20480 + 196608 =
218162

Post your comments here:

Your comments will be displayed after verification.