Computer Science, asked by RobinRodrigues2286, 1 year ago

What is the largest binary number that can be expressed with 12 bits?

Answers

Answered by Anonymous
2
1 1 1 1 1 1 1 1 1 1 1 1 

Each bit has a value of 1

......




The binary code is based on the powers of 2 so: 
1 1 1 1 = 1, 2, 4, 8 = 15 
1 1 1 1 1 1 1 1 = 1, 2, 4, 8, 16, 32, 64, 128 
.......



Answered by Anonymous
4
In Binary: 011111111111. In Decimal:.......
Similar questions