1/12
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Hexadecimal
A base-16 number system that uses sixteen distinct symbols 0-9 and A-F to represent numbers from 0 to 15.
Decimal
Base 10 number system, how we normally count, uses digits 0 to 9.
Binary
The binary number system is base 2, using only bits 0 and 1.
10010101 in decimal
149
10101010 in decimal
170
10110101 in hexadecimal
B5
11101101 in hexadecimal
ED
AF in binary
10101111
19 decimal in binary
10011
128 decimal in binary
10000000
26 decimal in hexadecimal
1A
dotted decimal notation
A method of writing an IPv4 address or subnet mask, where groups of 8 bits (called octets) are separated by periods.
positional notation
determining a digit value based on the digit position, used in converting from one numbering system to another