The provided text does not contain any code fragments, so it is returned exactly as-is:
---
Answer on Question #58725 – Programming & Computer Science – Visual Basic
1. Numeric data comprises mostly of what?
2. The binary number for 8 is what?
3. The binary number for 7 is what?
4. Convert 64 to binary number?
5. Convert 1101 to decimal?
1. Numeric data comprises mostly of what?
Answer:
Numeric data comprises mostly of numbers.
2. The binary number for 8 is what?
Solution:
Answer:
The binary number for 8 is 1000.
3. The binary number for 7 is what?
Solution:
Answer:
The binary number for 7 is 111.
4. Convert 64 to binary number?
Solution:
Answer:
The binary number for 64 is 1000000.
5. Convert 1101 to decimal?
Solution:
We suppose that 1101 is binary. Then
Answer:
The decimal number for 1101 is 13.
http://www.AssignmentExpert.com/
---
Comments