Number Systems
Variables
HTML
100

This number system uses only two digits : 0 and 1.

What is binary?

100

This is like a box that only holds specific types of values (in C)

What is a variable?

100

HTML is a programming language used for this.

What is making websites?

200

This number system uses ten digits : 0 1 2 3 4 5 6 7 8 9 

What is decimal?

200

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?

200

HTML stands for this.

What is Hypertext Markup Language 

300

This number system uses sixteen digits : 0 1 2 3 4 5 6 7 8 9 A B C D E 

What is hexadecimal?

300

This is a qualifier that can be applied to 'int' in order to make them range from 0 to 2^32

What is unsigned?

300

HTML code is written inside of these.

What are tags?

400

This number system uses only 8 digits : 0 1 2 3 4 5 6 7

What is octal?

400

These two variables hold characters or symbols.

What are char and string?

400

HTTP stands for this.

What is Hypertext Transfer Protocol

500

0xE6 = _______b

What is 11100110

500

The only variable that takes up 8-bits(1 byte)

What is char?

500

HTML color codes can be written using these.

What is rgb and hexadecimal?
M
e
n
u