Problem Solving Process
Computers and Licenses
HTML
CSS
Vocab
100

What are the 4 steps in the problem solving process

Define, Prepare, Try, Reflect

100

What 4 things can all computers do?

Take input

Store data

Process Information

Give output

100

HTML tags should always be enclosed in _____.

Angle Brackets < >

100

In this code, what is the property?

p {color:red}

color

100

Finding and fixing problems in an algorithm or program is called:

Debugging

200

If you are identifying the problem, figuring out what your constraints are, and determining what success will look like, what part of the problem solving process are you working on?

Define

200

A device or component that allows information to be given to a computer is called...

Input

200

Which of these is the largest heading? 

h2, h3, h4, h6

h2

200

If you want to have more than one property for a CSS selector, what character separates them?

semicolon ;

200
A collection of interlinked web pages on the World Wide Web:

website

300

If you are attempting to put your plan into action, what part of the PSP are you working on?

Try

300

What is one way information is output from a computer?

Data displayed on screen

Sound through speakers

Printed on paper

300

A link from an HTML file to another location, typically activated by clicking on a highlighted word or image on the screen is called a:

Hyperlink

300

In this code, what is the value?

p {color:red}

red

300

Title or summary for a document or section of a document is called a:

Heading

400

My partner and I discuss what we think will be the best way to build our boat to hold a lot of pennies and write down what we are going to do. What part of the PSP are we working on?

Prepare

400

A collection of public copyright licenses that enable the free distribution of a otherwise copyrighted work that is used when an author wants to give people the right to share, use, and build upon a work that they created is called:

Creative Commons

400

What is the function of the <p> tag?

Defines a paragraph

400

What is the selector for a link/hyperlink?

a {}

400

Any character that shows up as a blank space on the screen such as a space, tab, or new line is called:

Whitespace

500

My partner and I look at our results and determine what we could improve on our boat if we built another one.  What part of the PSP are we working on?

Reflect

500

What does a non-commercial license mean?

You can't make money off of it

500

What is the tag for a bulleted list?

<ul>

500

Where in the HTML document is the correct location to insert code to link to your external CSS?

In the <head> section

500

A note in the source code of a computer program that helps explain the code to people who are reading it is called a: 

Comment