The first step of the problem solving process is define, what does this mean?
Define means identify the problem.
When coding, which input will make the text the largest, "H1" or "H6"?
H1 will make the text the biggest.
What is pair programming?
Pair programming is when two people are working together to code on one computer.
What does HTML stand for?
Hyper Text Markup Language.
Prepare means to research and brainstorm.
HTML uses what types of keys for coding?
HTML uses the less than and greater than signs, and the backslash key too.
How many roles are there to pair programming?
There are two roles involved.
What is a HTML element?
A piece of a website, marked by a start tag and often closed with an end tag.
CSS uses what types of keys for coding?
CSS uses the bracket keys.
One of the roles of pair programming is the navigator. What does the navigator do?
The navigator keeps track of the big picture and helps the driver decide what code to write next.
What is a HTML tag?
The special set of characters that indicates the start and end of an HTML element and that element's type.
The fourth step of the problem solving process is reflect, what does this mean?
Reflect means to review and see what worked and what didn't work.
What does the <p> tag define?
The <p> tag defines a paragraph in coding.
One of the roles of pair programming is the driver. What does the driver do?
The driver is the person using the computer, typing the code.
What is "website content"?
The text and images on a website.
In total how many basic parts does the problem solving process have?
At the end of a paragraph code is the </p> input used?
Yes, this is used to end a paragraph.
Are the two people who are pair programming supposed to switch between roles?
Yes, switching roles will help build experience with both roles of pair programming.
What is "website structure"?
How the content of a website is organized.