What is the name of the turtle in Python?
Tracy
Repeats code a fixed number of times
a for loop
The tag used to create the largest heading on a page.
<h1>
The CSS property used to change the color of the text.
color
3/4+1/5=
19/20
The two commands needed to color in a shape.
begin_fill()
end_fill()
A reusable block of code that executes all of its commands when called
a function
The tag used to create a hyperlink.
<a href>
The symbol used to select a group of elements by their Class in CSS.
period
The number of nickels to make $7.50
150 nickels
The command to change the turtle to draw the fastest possible (not tracer).
speed(0)
Repeats code as long as the condition is true.
a while loop
The tag used to create a bulleted list.
<ul>
The symbol used to select an element by its ID in CSS.
# hashtag
The time shown on the clock

9:55
The coordinates (x, y) of the turtle to get her in the top left corner.
(-200, 200)
A named container used to store data or values.
variable
The attribute used inside an <img> tag to tell the browser where the image file is located.
src
6-digit code, combining numbers 0-9 and letters A-F, is used to define specific colors (like #FF0000 for red)
Hex code
Which country invented the Caesar Salad?
Italy, Mexico, Greece, or USA
Mexico
The command used to move the turtle backward 100 pixels no including backward(100)
forward(-100)
A logic structure that runs code only if a condition is True. (ex: if, else)
Conditional or control flow
The section of the HTML document that contains metadata, the title, and links to CSS (not visible on the page).
<head>
The correct syntax to make all paragraphs have a 20px font size with a background color yellow.
p {
font-size: 20px;
background-color: yellow;
}
The four NBA teams in California