HTML
CSS
PROBLEM SOLVING
Computer
Random
100

What does HTML stand for?

Hyper Text Markup Language


100

What does CSS stand for?

Cascading Style Sheets

100

What was the first problem solving project we did as a group?

Aluminum Boat Challenge

100
A machine that works with information.

What is a computer?

100

When a hacker attempts to trick humans into giving them personal information

What is phishing?
200

What does <p> stand for? 

paragraph

200

What is CSS used for? (DOUBLE JEOPARDY)

Styling your web page. 

200

What is the first step in problem solving?

1. Define

200

Saving information to use in the future. 

What is storage? 

200

A fake account used for catfishing, spam, or other goofy content they do not want to be seen on their personal account. 

What is a finsta?

300

What does <h1> stand for?

Heading

300

How do you change the color of a font? 

{

font-color: blue;

}

300

What is the second step to problem solving?

2. Prepare

300

What is input?

the information computers get from users, devices, or other computers

300

What is Ms. Allman's favorite superhero?

Spiderman

400

What is the html tag for lists? (DOUBLE JEOPARDY)

<ul> <li>

400

How do you change the font size?

{font-size: 89px}

400

What is the third step in problem solving?

3. Try

400

What is output?

the information computers give to users, devices, or other computers

400

What personal information should NOT be shared online?

Home address, phone number, full names, social security, etc...
500

What is the first html tag you would put on line 1 when creating your web page?

<html>

500

How would you change the background of a text?

{ background-color: pink; }

500

What is the final step in problem solving?

4. Reflect

500

What are the 4 different ways computers process information? (DOUBLE JEOPARDY)

1. If/Then

2. Comparing

3. Matching

4. Counting

500

What are the 4 steps to debugging? (DOUBLE JEOPARDY)

1. Describe the Bug

2. Hunt for the Bug

3. Change Code

5. Document Solutions