Podcast
Questions and Answers
What is the decimal equivalent of the binary number $101101$?
What is the decimal equivalent of the binary number $101101$?
- 45
- 49
- 47 (correct)
- 43
What is the hexadecimal equivalent of the decimal number 255?
What is the hexadecimal equivalent of the decimal number 255?
- FF (correct)
- FA
- FD
- F7
What is the binary equivalent of the hexadecimal number $3A$?
What is the binary equivalent of the hexadecimal number $3A$?
- 11100
- 11110 (correct)
- 11111
- 11101
What is the decimal equivalent of the binary number $11101101$?
What is the decimal equivalent of the binary number $11101101$?
What is the hexadecimal equivalent of the binary number $1101101111$?
What is the hexadecimal equivalent of the binary number $1101101111$?
What is the result of the expression $7 // 3$?
What is the result of the expression $7 // 3$?
Which function can be used to calculate the factorial of a number?
Which function can be used to calculate the factorial of a number?
What is the value of $x$ in the equation $3 * x = 15$?
What is the value of $x$ in the equation $3 * x = 15$?
Which data type is used to store the value 3.14?
Which data type is used to store the value 3.14?
What is the result of the expression $12 % 5$?
What is the result of the expression $12 % 5$?
Flashcards
Binary 101101 to Decimal
Binary 101101 to Decimal
The decimal equivalent of the binary number 101101 is 45.
Decimal 255 to Hexadecimal
Decimal 255 to Hexadecimal
The hexadecimal equivalent of the decimal number 255 is FF.
Hexadecimal 3A to Binary
Hexadecimal 3A to Binary
The binary equivalent of the hexadecimal number 3A is 111010.
Binary 11101101 to Decimal
Binary 11101101 to Decimal
Signup and view all the flashcards
Binary 1101101111 to Hexadecimal
Binary 1101101111 to Hexadecimal
Signup and view all the flashcards
What does //
do?
What does //
do?
Signup and view all the flashcards
Factorial function
Factorial function
Signup and view all the flashcards
Solve for x where 3 * x = 15
Solve for x where 3 * x = 15
Signup and view all the flashcards
Data type for 3.14
Data type for 3.14
Signup and view all the flashcards
What does %
do?
What does %
do?
Signup and view all the flashcards