Can Python be used in data science?
Yes!
What programming language has a cat as the mascot?
Scratch!
What are the three main languages used to build a website?
HTML JavaScript CSS
What does AI stand for?
Artificial Intelligence
Who is the sponsor of Girls Who Code Katy?
Mrs. Bauguss!!!
How can you print text in Python?
Through the word print()
What university created Scratch?
MIT
What is HyperText Markup Language also known as?
HTML
What voice-controlled AI assistant created by Amazon can answer questions and control smart devices?
Alexa
_______ is the process of finding errors and fixing them within a program.
Debugging
How do we check for certain conditions in Python?
Through if-else statements
What are sprites?
The characters/objects that perform actions
What is the character that goes into the brackets for paragraphs in HTML <?>?
p
What is the name of the AI system developed by Open AI that can generate human-like text based on prompts?
Chat GPT
Sal needs to execute a section of code ten times within a program. What should he do in the code?
Use a loop
Where can we store values in Python?
Variables
How do you start your code in Scratch?
By clicking the Green Flag
What language stylizes a website?
What language is responsible for making a website interactive?
What app uses AI to suggest filters and effects for your photos?
Snapchat
What is the programming language developed by James Gosling at Sun Microsystems and named after the type of coffee from Indonesia?
Java
What do you have to import to generate a random number?
import random
What type of programming language is Scratch?
Block-based programming
What language is responsible for making a website interactive?
JavaScript
What is the name of the car by Jaguar that utilizes AI to be a self-driving uber?
Waymo
A loop that never ends is referred to as a(n)_________.
Infinite