What does HTML stand for?
Hyper Text Markup Language
What does CSS stand for?
Cascading Style Sheets
What was the first problem solving project we did as a group?
Aluminum Boat Challenge
What is a computer?
When a hacker attempts to trick humans into giving them personal information
What does <p> stand for?
paragraph
What is CSS used for? (DOUBLE JEOPARDY)
Styling your web page.
What is the first step in problem solving?
1. Define
Saving information to use in the future.
What is storage?
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?
What does <h1> stand for?
Heading
How do you change the color of a font?
{
font-color: blue;
}
What is the second step to problem solving?
2. Prepare
What is input?
the information computers get from users, devices, or other computers
What is Ms. Allman's favorite superhero?
Spiderman
What is the html tag for lists? (DOUBLE JEOPARDY)
<ul> <li>
How do you change the font size?
{font-size: 89px}
What is the third step in problem solving?
3. Try
What is output?
the information computers give to users, devices, or other computers
What personal information should NOT be shared online?
What is the first html tag you would put on line 1 when creating your web page?
<html>
How would you change the background of a text?
{ background-color: pink; }
What is the final step in problem solving?
4. Reflect
What are the 4 different ways computers process information? (DOUBLE JEOPARDY)
1. If/Then
2. Comparing
3. Matching
4. Counting
What are the 4 steps to debugging? (DOUBLE JEOPARDY)
1. Describe the Bug
2. Hunt for the Bug
3. Change Code
5. Document Solutions