Software Development Flashcards
1
Q
Binary Notation
A
Base 2 Notation
-0 or 1
-Off or On
-True or False
2
Q
Decimal Notation
A
Base 10 Notation
-0-9
3
Q
Hexadecimal Notation
A
Each digit has 16 potential values
Base 16 Notation
0-15
A-F = 10-15
-used in color pickers
4
Q
ASCII
A
American Standard Code for Information Interchange
-Notational system for characters
-English Language + supplementary special characters
-can represent 128 characters
5
Q
Unicode
A
Successor to ASCII
-up to 139 different languages
Versions:
-UTF-8: ASCII identical
-UTF-16: Most common
-65,536 different characters
-UTF-32: Full version
-136,755 characters across 139 languages
6
Q
A