Python Part 1
Python Part 2
Scratch
Learn Key
Misc.
100

This is a step by step list of instructions that if follow can solve a problem

What is an algorithm

100

This function loads the turtle module.

What does import turtle do?

100

Michigan Institute of Technology created this programming language.

Who created Scratch?

100

This operator checks if one of the two statements are true.

What does the or operator do?

100

This stands for world wide web.

What does www stand for?

200

str is the abbreviation for this data type

What is string abbreviated

200

This function creates the graphics window.

What does wn = turtle.Screen() do.

200

This is a small graphic that can be moved independently around the screen producing animated effects (Scratch's default is an orange cat).

What is a sprite?

200

This operator checks to see if both statements are true.

What is the and operator

200

This stands for Internet Service Provider

What does ISP stand for?

300

This prints Hello World

What does print("Hello World") do?

300

This function creates a turtle that can draw objects.

What does var = turtle.Turtle() do?

300

You can grow your sprite by changing the size or even moving it by changing the x and y values.

How to resize your sprite?

300

This operator checks to see if the opposite of the statement is true.

What does the not operator do?

300

This stands for hyper text transfer protocol?

What does http stand for?

400

This function changes a float to an integer,

What does the function int() do?

400

This function creates a loop that can repeat many times and is an example of iteration.

What is a for loop?

400

The Scratch stage is 480 pixels wide and 360 pixels high.

What are the dimensions of the Scratch stage

400

This check if one data type is equal to another.

What is ==?

400

This was created in 1991

When was the www (world wide web) created?

500

This data type is a decimal.

What is a float?

500

This function has a turtle create a circle that has a diameter of 50 pixles.

What does turtle.circle(50) do?

500

One of the small units that make up an image on a computer or television screen.

What is a pixel?

500
This data type has only two values: True or False.

What is the Boolean variable.

500

The Department of defense created this.

Who created ARPAnet?

M
e
n
u