Computer Science, asked by yashnoor19, 11 months ago

Convert the following into decimal number system
A. (10110)=( )
2 10

Answers

Answered by LuckyYadav2578
3
A. 10110 binary value into decimal number system

1 × 2^4 + 0 × 2^3 + 1 × 2^2 + 1 × 2^1 + 0 × 2^0
= 16 + 0 + 4 + 2 + 0
= 22

B. 10

1 × 2^1 + 0 × 2^0
= 2

note : binary number system can be converted in decimal number system from short cut method also. ( 2 , 4 , 8 , 16 , 32 , 64, ... , as per requirement )

yashnoor19: Thank you very much dear
yashnoor19: Tysm
LuckyYadav2578: my pleasure dear :)
Similar questions