What are the 4 steps in the problem solving process
Define, Prepare, Try, Reflect
What 4 things can all computers do?
Take input
Store data
Process Information
Give output
HTML tags should always be enclosed in _____.
Angle Brackets < >
In this code, what is the property?
p {color:red}
color
Finding and fixing problems in an algorithm or program is called:
Debugging
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
A device or component that allows information to be given to a computer is called...
Input
Which of these is the largest heading?
h2, h3, h4, h6
h2
If you want to have more than one property for a CSS selector, what character separates them?
semicolon ;
website
If you are attempting to put your plan into action, what part of the PSP are you working on?
Try
What is one way information is output from a computer?
Data displayed on screen
Sound through speakers
Printed on paper
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
In this code, what is the value?
p {color:red}
red
Title or summary for a document or section of a document is called a:
Heading
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
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
What is the function of the <p> tag?
Defines a paragraph
What is the selector for a link/hyperlink?
a {}
Any character that shows up as a blank space on the screen such as a space, tab, or new line is called:
Whitespace
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
What does a non-commercial license mean?
You can't make money off of it
What is the tag for a bulleted list?
<ul>
Where in the HTML document is the correct location to insert code to link to your external CSS?
In the <head> section
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