14. Which of the following is the correct representation of a binary number?
1 -124
2-1110
3-110
Answers
Answered by
1
Explanation:
number representation in Java
- As we've mentioned before, numbers are stored in binary
- For example, the first few binary numbers are:
0 = 0
1 = 1
2 = 10
3 = 11
4 = 100
5 = 101
6 = 110
7 = 111
8 = 1000
Similar questions