Computational Thinking
Artificial Intelligence
Web Development
Python Graphics
Final Jeopardy
100

A step-by-step set of instructions used to complete a specific task or solve a problem.

(What is an Algorithm?)

100

This term refers to human prejudices or errors in data that can cause an AI to make unfair decisions.

(What is Algorithmic Bias?)

100

This HTML tag is used to create the largest possible heading on a webpage.

(What is <h1>?)

100

This argument is used inside a shape function to change the color of the interior.

(What is fill?)

100

Write code that draws a 5 pointed blue star with a radius of 20 anywhere that the user clicks on the canvas.

def onMousePress(x, y):

      Star(x, y, 20, 5, fill = 'blue')


200

This concept involves filtering out unnecessary details to focus on the essential features of a problem.

(What is Abstraction?)

200

This is the name for the information fed into a machine learning model to help it learn.

(What is Dataset or Training Data?)

200

This file type is used to style webpages.

What is CSS?

200

These are the coordinates for the top-left corner of the canvas. 

(What is 0, 0?)

300

This type of statement (like if-else) allows a program to choose between different paths based on a condition.

(What is Selection?)

300

This process involves checking how accurate a model is by using a separate set of data it hasn't seen before.

(What is Testing?)

300

This HTML tag is used to create a hyperlink to another page.

(What is the <a> or Anchor tag?)

300

In Circle(200, 200, 50), the number 50 represents this part of the circle.

(What is the Radius?)

400

This is the process of breaking a complex problem down into smaller, more manageable parts.

(What is Decomposition?)

400

A sorted set of information accessed by an AI during training.

What is a dataset?

400

This specific CSS value is paired with a class and used with the display property to create flexible, one-dimensional layouts.

(What is flex or Flexbox?)

400

This CMU function is used to animate, or iterate through a list of commands.

What is onStep( )?

M
e
n
u