1/9
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is the binary system?
A numeral system that uses two symbols, typically 0 and 1.
How is the decimal system defined?
A numeral system based on ten symbols (0-9), commonly used in everyday counting.
What is the formula to convert binary to decimal?
Multiply each bit by 2 raised to the position power, starting from zero on the right.
Convert binary '1011' to decimal.
The decimal equivalent is 11 (1*2^3 + 0*2^2 + 1*2^1 + 1*2^0).