Turtle Basics
Python Definitions
HTML
CSS
RANDOM
100

What is the name of the turtle in Python?

Tracy

100

Repeats code a fixed number of times

a for loop

100

The tag used to create the largest heading on a page.

<h1>

100

The CSS property used to change the color of the text.

color

100

3/4+1/5=

19/20

200

The two commands needed to color in a shape.

begin_fill()

end_fill()

200

A reusable block of code that executes all of its commands when called

a function

200

The tag used to create a hyperlink.

<a href>

200

The symbol used to select a group of elements by their Class in CSS.

period

200

The number of nickels to make $7.50

150 nickels

300

The command to change the turtle to draw the fastest possible (not tracer).

speed(0)

300

Repeats code as long as the condition is true.

a while loop

300

The tag used to create a bulleted list.

<ul>

300

The symbol used to select an element by its ID in CSS.

# hashtag

300

The time shown on the clock

9:55

400

The coordinates (x, y) of the turtle to get her in the top left corner.

(-200, 200)

400

A named container used to store data or values.

variable

400

The attribute used inside an <img> tag to tell the browser where the image file is located.

src

400

6-digit code, combining numbers 0-9 and letters A-F, is used to define specific colors (like #FF0000 for red)

Hex code

400

Which country invented the Caesar Salad?

Italy, Mexico, Greece, or USA

Mexico

500

The command used to move the turtle backward 100 pixels no including backward(100)

forward(-100)

500

A logic structure that runs code only if a condition is True. (ex: if, else)

Conditional or control flow

500

The section of the HTML document that contains metadata, the title, and links to CSS (not visible on the page).

<head>

500

The correct syntax to make all paragraphs have a 20px font size with a background color yellow.

p { 

   font-size: 20px;

   background-color: yellow;

}

500

The four NBA teams in California

Clippers, Lakers, Kings, Warriors