Which vocabulary word is defined as the text and images on a website?
What is Website Content?
What tag is used to define a paragraph in code?
What is a <p> tag?
What is the name of the first step in the problem solving process?
What is Define?
What is the definition of pair programing?
What is when two people work together at the same computer to write codes?
What is described as the things that we use to get information about a problem?
What is Input?
Which vocabulary word is defined as how the content of a website is organized?
What is Website Structure?
What tag is used as a container for metadata?
What is a <head></head> tag?
How ay steps are in the problem solving process?
What is four steps?
What do you call the person using the computer during pair programing?
What is the Driver?
What is described as giving information needed to solve problems?
What is Output?
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?
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?
What is the final step in the problem solving process?
What is Reflect?
What is the name given to the person helping the driver code?
What is the Navigator?
Is a keyboard an example of input or output?
What is Input?
Which vocabulary word is defined as a Hypertext Markup Language, a language used to create web pages?
What is HTML?
What tag represents a heading?
What is a <h1></h1> tag?
Thinking of different solutions to the problem you are faced with is shown in which step of the problem solving process?
What is Prepare?
True or False?
The Driver and The Navigator switch roles frequently in order to be more effective?
What is True?
Is a speaker an example of an input or output device?
What is Output?
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?
What must all HTML documents start with that tells the browser what version of HTML the page is written in?
What is <!DOCTYPE>?
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?
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?
What is defined as the thinking work that a computer does in order to turn an input into an output?
What is Processing?