Variables and Datatypes
HTML
Syntax
Programming
Misc.
100

Text surrounded by quotation marks.

What is a string?

100

All HTML code is contained within one or more of these.

What are tags?

100

Surrounds the code to be printed in a print statement

What are brackets?

100

Used to display information to the user.

What is the print function?

100

Somebody who writes code

What is a programmer?

200
Decimal number or fractions.

What is a float or double?

200

Used to display an image.

What is the <img> tag?

200

Used to separate variables and text within quotation marks in a print/input statement.

What is a comma?

200

Used to get information from the user.

What is the input statement?

200
A storage location used to hold values that may change

What is a variable?

300

Used to reference a particular box/variable.

What is the variable name?

300

The smallest heading size.

What is the <h6> tag?
300

Used as the multiplication sign.

What is an asterisk?

300

Executes a block of code based on whether a condition(s) has been met.

What is an if statement?

300

string, boolean, integer, float and character

What is a datatype?

400

True or false, yes or no, 1 or 0.

What is a boolean?
400

Used to differentiate an opening tag from a closing tag.

What is a back slash?

400

!= represents

What is not equal to?

400

name = _____ ("what is your name?")

What is input?

400

The structure or rules of a language.

What is syntax?

500

Assigns a value to a variable.

What is an equal sign (assignment operator)?

500

A combination of 6 letters and/or numbers that can used to specify a colour.

What is a hex code?

500

Found at the end of if, elif and else lines

What is a colon?

500

age = int(input("How old are you?"))

What is casting?

500

Language used to create websites

What is HTML?