This 2-word term refers to a machine's ability to simulate human intelligence.
What is artificial intelligence?
True or False: AI is always 100% objective and neutral because it is a machine.
False
You would be on this tab if you're adding components to your app?
What is the Design/Build tab
These are things that store values, used later in the code.
What number system do most computers use to understand information. Hint: humans use the decimal system
Binary
What AI analyzes to become intelligent
What is Data?
This is a specific set of step-by-step instructions that a computer follows to solve a problem.
What is an algorithm
What is a margin?
This is a data type, that can be numbers, letters, special characters, and whatever else there is you can type.
What are strings?
What does WWW stand for (think computer science)
World Wide Web
The "G" in GPT, which also is a type of machine learning that creates something brand new.
What is Generative?
This is the second step of an algorithm.
What is training/steps to change input/ the process?
What is 1 visible components we used in our app.
Label, button, text, etc...
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
What grade are the majority of the people in this club in?
7th grade
This 4-letter word describes a "shortcut" or unfair preference an AI might have based on its training data.
What is Bias?
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?
The animal in Thunkables Logo
What is a beaver?
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?
What grade am I (Leo) in?
9th grade
When we show an AI 1,000 pictures of cats and it analyzes those pictures, it is doing this action.
What is training?
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?
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.
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?
In terms of storage, how many bytes are in a kilobyte
1,024