1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
A number system
Is a set of symbols used to represent values derived from a common base or radix
4 major categories of Number systems
Binary number system Octal number system Decimal number system Hexadecimal number system
1, 0
Binary number system uses two UNIQUE symbols
Decimal(base 10)
Is a number system that has 10 unique values ranging from 0 to 9. This is the most commonly used number system all over the world.
Hexadecimal
This is a base 16 number system that consists of sixteen unique symbols ranging from 0 to 9 and A to F. This is use to shorten large representation of binary values and most of the time, it can be seen as a value of a color in color pallete.
Octal
Consists of 8 symbols ranging from 0 to 7, this is useful in earlier computers which can process byte size data.