Sure! Here are three questions for each of the requested categories related to number bases:
1. Conversion of Bases:
Q1
Convert the binary number 101110
into decimal.
Q2
Convert the hexadecimal number 2F3
into decimal.
Q3
Convert the decimal number 125
into base 8 (octal).
2. Addition of Bases:
Q1
Add the binary numbers 1101
and 1011
.
Q2
Add the base 5 numbers 243
and 431
.
Q3
Add the hexadecimal numbers 1A3
and 2B7
.
3. Subtraction of Bases:
Q1
Subtract the binary number 1010
from 1101
.
Q2
Subtract the base 6 number 245
from 543
.
Q3
Subtract the hexadecimal number 2C5
from 4F2
.
4. Multiplication of Bases:
Q1
Multiply the binary numbers 111
and 101
.
Q2
Multiply the base 3 numbers 210
and 102
.
Q3
Multiply the hexadecimal numbers 3C
and 5
.
5. Division of Bases:
Q1
Divide the binary number 11000
by 100
.
Q2
Divide the base 8 number 256
by 4
.
Q3
Divide the hexadecimal number 3B
by 7
.
Feel free to ask for solutions or clarifications for any of the questions!