Codes
Webpages
Jobs in Coding
Bugs in Code
Vocabulary
100

What tag defines the main content of the HTML document?

What is <body>,</body>?

100

What are the three main parts of a HTML element?

What is opening tag, content, and closing tag?

100

What are the two peoples names in paired programming?

What is navigator and driver?

100

What is a bug?

What are mistakes in code to make coding not work as planned

100

What is the difference between input and output?

What is input is information from user an output is information computer gives?

200

What code makes bulleted list and what makes number list?

What is <ul></ul>,<ol></ol>

200

Why do people make webpages?

What is to inform people, entertainment, and business purposes?

200

What general jobs use html?

Who is people who make websites?

200

In pair programming who is the person to keeps track of big picture of code and helps notice bugs?

Who is navigator?

200

Is a computer mouse an input or output device?

What is an input device?

300

What tag is right under the <!DOCTYPE> tag?

What is the <html> tag?

300

What does HTML stand for?

What is Hypertext, Markup Language?

300

If a company wanted to make a website would they need someone to code it for them?

What is yes?

300

What are some examples of bugs?

What are misspellings, code in the wrong place, using wrong tag, and forgetting to close tag

300

What is the definition for storage?

What is information saved on computer for later use?

400

What is the smallest heading size?

What is <h6></h6>

400

What is the website structure?

What is how the content is organized?

400

What should people major in to become a coder?

What is a computer science degree?

400

What is debugging?

What is finding bugs and fixing the code. 

400

What is a heading?

A title or summary for the document/section of document.

500

What is metadata and an example?

What is data about HTML document, like the document title, character set, style sheet, links, and script.

500

Why does HTML seem to work even if it's broken?

What is since people make small mistakes when coding it is programmed to make a guess on what was meant to be said?

500

What job writes code for computer programs and mobile applications?

Who is a computer programmer?

500

What does it mean when code turns pink?

What is web lab is programmed to automatically notice mistakes in HTML

500

What are the names for the types of processing?

What is if/then, counting, matching, and comparing?