Vocabulary
Code
Problem Solving
Processing
HTML Web Lab
100

What acronym stands for Hypertext Markup Language?

What is HTML?

100

What piece of HTML code defines a paragraph?

What is <p></p>?

100

What is the process of finding solutions to complex problems?

What is problem solving?

100

Which type of computer processing counts the number of items that fall under a certain criteria??

What is counting?

100

What is the very left side of the Web Lab, which stores files and images called?

What is files?

200

What is the text and images on a website called?

What is website content?

200

What piece of HTML code defines the largest heading?

What is <h1></h1>?

200

Which step in the problem solving process is where you set the plan in motion?

What is try?

200

Which type of computer processing compares the input to another element in the program?

What is comparing?

200

What part of the web lab can you see your website?

What is preview?

300

What is the way content in a website is organized called?

What is website structure?

300

What piece of HTML code defines bullet points and usually has <li></li> underneath it?

What is <ul></ul>?

300

Which step in the problem solving process is where you look back at your plan?

What is reflect?

300

What is the thinking work computers do to turn an input into an output?

What is processing?

300

What part of the web lab can you type in code?

What is the workspace?

400

What is a title or summary for a document or a section of a document?

What is a heading?

400

What piece of HTML code defines the main content that can be seen on the webpage?

What is <body></body>?

400

Which step in the problem solving process is where you brainstorm solutions?

What is prepare?

400

Which type of computer processing compares the input to another element and finds a match to output?

What is finding a match?

400

What is used to change the color and font of your website?

What is CSS?

500

What is a piece of a website called?

What is a HTML element?

500

What piece of HTML code declares what version of HTML the webpage is written in?

What is <!DOCTYPE>?

500

Which step in the problem solving process is where you figure out what the problem is?

What is define?

500

Which type of computer processing uses a conditional statement to get its output?

What is if/then?

500

What part of the web lab outlines the goal of the assignment?

What are instructions?