The Problem Solving Process
Coding
Pair Programming
Definitions
100

The first step of the problem solving process is define, what does this mean?

Define means identify the problem. 

100

When coding, which input will make the text the largest, "H1" or "H6"? 

H1 will make the text the biggest.

100

What is pair programming? 

Pair programming is when two people are working together to code on one computer. 

100

What does HTML stand for?

Hyper Text Markup Language.

200
The second step of the problem solving process is prepare, what does this mean?

Prepare means to research and brainstorm.

200

HTML uses what types of keys for coding?

HTML uses the less than and greater than signs, and the backslash key too.

200

How many roles are there to pair programming? 

There are two roles involved.

200

What is a HTML element? 

A piece of a website, marked by a start tag and often closed with an end tag. 

300
The third step of the problem solving process is try, what does this mean? 
Try means to test to see what works. 
300

CSS uses what types of keys for coding?

CSS uses the bracket keys.

300

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.

300

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.

400

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.

400

What does the <p> tag define? 

The <p> tag defines a paragraph in coding.

400

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.

400

What is "website content"?

The text and images on a website.

500

In total how many basic parts does the problem solving process have? 

4 basic parts.
500

At the end of a paragraph code is the </p> input used?

Yes, this is used to end a paragraph.

500

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.

500

What is "website structure"? 

How the content of a website is organized.

M
e
n
u