This number system uses only two digits : 0 and 1.
What is binary?
This is like a box that only holds specific types of values (in C)
What is a variable?
HTML is a programming language used for this.
What is making websites?
This number system uses ten digits : 0 1 2 3 4 5 6 7 8 9
What is decimal?
This is a variable type that takes up 32-bits and can hold integers ranging from -2^31 to 2^31 - 1
What is int?
HTML stands for this.
What is Hypertext Markup Language
This number system uses sixteen digits : 0 1 2 3 4 5 6 7 8 9 A B C D E
What is hexadecimal?
This is a qualifier that can be applied to 'int' in order to make them range from 0 to 2^32
What is unsigned?
HTML code is written inside of these.
What are tags?
This number system uses only 8 digits : 0 1 2 3 4 5 6 7
What is octal?
These two variables hold characters or symbols.
What are char and string?
HTTP stands for this.
What is Hypertext Transfer Protocol
0xE6 = _______b
What is 11100110
The only variable that takes up 8-bits(1 byte)
What is char?
HTML color codes can be written using these.