Podcast
Questions and Answers
What is the base of the binary system?
What is the base of the binary system?
- 8
- 2 (correct)
- 16
- 10
Which numbering system has 16 digits?
Which numbering system has 16 digits?
- Octal
- Binary
- Hexadecimal (correct)
- Decimal
What is the binary representation of the decimal number 12?
What is the binary representation of the decimal number 12?
- 1001
- 1110
- 1010
- 1100 (correct)
What is the octal equivalent of the binary number (101001)2?
What is the octal equivalent of the binary number (101001)2?
How do you convert the decimal number 25 to binary?
How do you convert the decimal number 25 to binary?
What is the binary representation of the decimal number 7.5?
What is the binary representation of the decimal number 7.5?
What is the decimal equivalent of (110101)2?
What is the decimal equivalent of (110101)2?
How would you represent the binary number 100111110101 in hexadecimal?
How would you represent the binary number 100111110101 in hexadecimal?
How would you convert the decimal number (45)10 to hexadecimal directly?
How would you convert the decimal number (45)10 to hexadecimal directly?
What is the binary representation of the hexadecimal number (6B2)16?
What is the binary representation of the hexadecimal number (6B2)16?
What would be the result of adding the unsigned binary numbers (1010100)2 + (1100100)2?
What would be the result of adding the unsigned binary numbers (1010100)2 + (1100100)2?
What is the result of subtracting the unsigned numbers (1100100 – 1010000)?
What is the result of subtracting the unsigned numbers (1100100 – 1010000)?
If (315)10 is given, what is the weight of the last digit?
If (315)10 is given, what is the weight of the last digit?
When converting from binary to hex, how many bits are grouped together at a time?
When converting from binary to hex, how many bits are grouped together at a time?
In the conversion from decimal to binary, what is used to represent fractional values?
In the conversion from decimal to binary, what is used to represent fractional values?
When converting from hex to decimal, what approach involves summing the weight of all digits directly?
When converting from hex to decimal, what approach involves summing the weight of all digits directly?