Coding basics
Javascript
Python
HTML AND CSS
Technology
100

 What is a bug?

 An error in a program

100

What is Javascript?

Javascript is a coding language meant to build. websites

100

Python is a type of what?

Programming Language


100

What does HTML mean?

Hyper Text Markup Language

100

What is Technology?

It is a tool used to solve problems.

200

What is debugging?

Finding and fixing errors

200

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.



200

Which command displays text on the screen in Python?

print( )

200

What is CSS?

Cascading Style Sheets

200

True/False using AI to do all your work is a way of using technology responsibly

False

300

What is an algorithm? 

A step-by-step set of instructions

300

What is a rect function?

It makes rectangles

300

What symbol is used for comments in Python?

“#”

300

 What is the <a> tag?

It is a HTML tag used to create a clickable hyperlink that connects one webpage to another

300

What is one disadvantage and one advantage of using AI?

Answers will vary, hosts will decide if answer is correct or not.

400

What is a variable?

A container for storing data

400

What is this function called?

stroke(r, g, b);

Border color

400

What loop repeats while a condition is true?

While loop

400

 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



400

What is an Abstraction?

Abstraction is hiding unnecessary details to make something easier to understand or use

500

What is a conditional statement?

A statement that makes decisions (if/else)

500

What does this function do? ellipse (x, y, w, h)

It makes a circle

500

What data type stores whole numbers?

Integers

500

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.

500

How does abstraction help people use technology

It hides complicated details so people can focus on what they need to do

M
e
n
u