What is a bug?
An error in a program
What is Javascript?
Javascript is a coding language meant to build. websites
Python is a type of what?
Programming Language
What does HTML mean?
Hyper Text Markup Language
What is Technology?
It is a tool used to solve problems.
What is debugging?
Finding and fixing errors
What is a while loop?
It is a kind of loop, which is something that can repeat something for a specific amount of times without reusing code over and over again.
Which command displays text on the screen in Python?
print( )
What is CSS?
Cascading Style Sheets
True/False using AI to do all your work is a way of using technology responsibly
False
What is an algorithm?
A step-by-step set of instructions
What is a rect function?
It makes rectangles
What symbol is used for comments in Python?
“#”
What is the <a> tag?
It is a HTML tag used to create a clickable hyperlink that connects one webpage to another
What is one disadvantage and one advantage of using AI?
Answers will vary, hosts will decide if answer is correct or not.
What is a variable?
A container for storing data
What is this function called?
stroke(r, g, b);
Border color
What loop repeats while a condition is true?
While loop
What is the CSS box model?
It’s the design rule that treats every HTML element as a box made up of 4 layers: Content, Padding, Border, and Margin
What is an Abstraction?
Abstraction is hiding unnecessary details to make something easier to understand or use
What is a conditional statement?
A statement that makes decisions (if/else)
What does this function do? ellipse (x, y, w, h)
It makes a circle
What data type stores whole numbers?
Integers
What is the difference between an ID and Class in CSS?
An ID can be used to style one single item on a page, while a class can be used to style multiple items at the same time.
How does abstraction help people use technology
It hides complicated details so people can focus on what they need to do