Computer Science, asked by hellobroandsis1247, 1 month ago

the binary number is expanded with the powers of 2 true or false​

Answers

Answered by pradyun2007
0

Answer:

For example:

12 in binary language is written as 1100

1*2³ + 1*2² + 0*2¹ + 0*2⁰ = 12 (in decimal)

True,Because two is the base of the binary numeral system, powers of two are common in computer science

Similar questions