AI
AI#2
Thunkable
Python
Random Trivia
100

This 2-word term refers to a machine's ability to simulate human intelligence.

What is artificial intelligence?

100

True or False: AI is always 100% objective and neutral because it is a machine.

False

100

You would be on this tab if you're adding components to your app?



What is the Design/Build tab

100

These are things that store values, used later in the code.

What are variables?
100

What number system do most computers use to understand information. Hint: humans use the decimal system

Binary

200

What AI analyzes to become intelligent

What is Data?

200

This is a specific set of step-by-step instructions that a computer follows to solve a problem.

What is an algorithm

200
This is a term that represents a space from the borders of the screen. It starts with an "M"

What is a margin?

200

This is a data type, that can be numbers, letters, special characters, and whatever else there is you can type.

What are strings?

200

What does WWW stand for (think computer science)

World Wide Web

300

The "G" in GPT, which also is a type of machine learning that creates something brand new.

What is Generative?

300

This is the second step of an algorithm.

What is training/steps to change input/ the process?

300

What is 1 visible components we used in our app.

Label, button, text, etc...

300

Which of the following correctly creates a variable that is a string.

a) variable_name = stringtext

b) "variable_name" = string text

c) variable_name = "string" "text"

d) variable_name = "string text"

D

300

What grade are the majority of the people in this club in?

7th grade

400

This 4-letter word describes a "shortcut" or unfair preference an AI might have based on its training data.

What is Bias?

400

If you build an AI to predict who will be a great basketball player, but your training data only includes players over 6 feet tall, the algorithm will likely fail to "see" this group of athletes.

Who are shorter athletes?

400

The animal in Thunkables Logo

What is a beaver?

400

Name the 2 LOOPS we have learned and the name of the condition we use to check to check if a statement is true or not

What is for loop, while loop, and if condition?

400

What grade am I (Leo) in?

9th grade

500

When we show an AI 1,000 pictures of cats and it analyzes those pictures, it is doing this action.

What is training?

500

This term categorizes the data we provide. It is normally used in classification models. We used it in our Google Teachable Machine activity.

What is a label?

500

A component which does work in the background and cannot be seen while using the app. Also name one of the two we used in our app?

What is an invisible component? Camera or Microsoft Image Recognizer.

500

Python relies on this "empty space" at the start of a line to know which code belongs inside a loop or function.

What is indentation?

500

In terms of storage, how many bytes are in a kilobyte

1,024

M
e
n
u