Vocabulary
Code
The Problem Solving Process
Pair Programing
Input & Output
100

Which vocabulary word is defined as the text and images on a website? 

What is Website Content

100

What tag is used to define a paragraph in code? 

What is a <p> tag

100

What is the name of the first step in the problem solving process?

What is Define?

100

What is the definition of pair programing? 

What is when two people work together at the same computer to write codes?

100

What is described as the things that we use to get information about a problem?

What is Input

200

Which vocabulary word is defined as how the content of a website is organized?

What is Website Structure?

200

What tag is used as a container for metadata?

What is a <head></head> tag

200

How ay steps are in the problem solving process? 

What is four steps? 

200

What do you call the person using the computer during pair programing? 

What is the Driver? 

200

What is described as giving information needed to solve problems? 

What is Output

300

Which vocabulary word is defined as a piece of a website, marked by a start tag and often closed with an end tag?

What is HTML Element

300

Which tag defines the main content of the HTML document that will be directly visible on your web page?

What is a <body></body> tag

300

What is the final step in the problem solving process? 

What is Reflect?

300

What is the name given to the person helping the driver code? 

What is the Navigator?

300

Is a keyboard an example of input or output? 

What is Input

400

Which vocabulary word is defined as a Hypertext Markup Language, a language used to create web pages?

What is HTML?

400

What tag represents a heading?  

What is a <h1></h1> tag

400

Thinking of different solutions to the problem you are faced with is shown in which step of the problem solving process? 

What is Prepare

400

True or False? 

The Driver and The Navigator switch roles frequently in order to be more effective? 

What is True

400

Is a speaker an example of an input or output device?  

What is Output

500

Which vocabulary is defined as the special set of characters that indicates the start and end of an HTML element and that element's type?

What is HTML Tag?

500

What must all HTML documents start with that tells the browser what version of HTML the page is written in?

What is <!DOCTYPE>

500

Charlie is experimenting with different candy's to see which ones cause soda to fizz the most. Charlie begins to test this by placing different candy's into the soda. What step of the problem solving process does this represent? 

What is Try?  

500

If Ellie is fallowing behind Sally and checking the code Sally is creating, does that make Ellie the Navigator or the Driver? 

What is the Navigator

500

What is defined as the thinking work that a computer does in order to turn an input into an output? 

What is Processing