Vocabulary 1
Vocabulary 2
Vocabulary 3
Variables
Variable Types
100
Characteristics, behavior, and appearance on a page.

What are Attributes?

100

A kind of notebook computers use to write things down that are happening.

What is Console?

100
To press enter/return & start a new line.

What is Line Break?

100

True or False. Creating a Variable is the same as declaring a variable.

What is True?

100

What is the correct way to represent the Boolean Value "true" in Python?

What is True?

200

Part of of the website that processes data, organizes, and saves information.

What is Back-End?

200

Changing a variable type.

Converting

200

A very popular programming language used for web-development.

What is Python?
200
What symbol do you use to assign a variable?

What is Equal Sign?

200

True or False. Boolean data types don't don't need to be capitalized.

What is False?

300

A data type that represents tha value of True or False.

What is Boolean?

300

Attributes which tell the computer how you plan on using the Variable.

What are Data Types?

300

The spelling and grammar of a programming language.

Syntax

300

Printing a Variable is a way to _____ a variable?

What is output?

300

The data type does not need any special characters?

What is Integer?

400

Used to put notes in the code or explain what the codes is doing.

What is Comments?

400
The part of the website building that works on what the user sees, the design, and navigation.

What is Front-End?

400

The building block of code that allows you to store data.

What is Variable?

400

Variables can only be _ _ _.

What is one word long?

400

Make a variable name did_do, assign it to what you did after school yesterday. Create a print statement.

What is 

500

Combining variables and text in a print statement.

What is Concatenation?

500

A data type that means a number value.

What is Integer?

500

The process of creating websites.

What is Web Development?

500

Make 2 inputs and 2 outputs.

Teacher Check

500

Assign a variable to a string.

______ = ""

M
e
n
u