Font size
WorksheetsCS1 Midterm
Total questions: 83
Worksheet time: 58mins
A device or component that allows information to be given to a computer
Process
Storage
Input
Output
Any device or component that receives information from a computer
Storage
Output
Input
Process
Understanding the problem when it was assigned.
Try
Reflect
Define
Prepare
The work done (possibly by a computer) to turn input into output
Input
Storage
Output
Process
Elements that make a computer a computer
Input
Output
Process
Storage
All of the above
A precise sequence of instructions for processes that can be executed by a computer
Input
Algorithim
Output
Define
Space in the computer's memory that saves data for later use.
Process
Storage
Input
Output
Brainstorming with team members to come up with a plan, think of any possible problems.
Define
Prepare
Try
Reflect
Actually run the plan. Observe any results.
Define
Prepare
Try
Reflect
Part of a program that does not work correctly
Debugging
Conditionals
Bug
Program
A placeholder for a piece of information
Parameter
Variable
Function
Expression
A single image within an animation
Frame
Framerate
Expression
Program
An extra piece of information passed to a function to customize it for a specific need
Parameter
Program
Property
Variable
An algorithm that has been coded into something that can be run by a machine
Bug
Debugging
Program
Function
Define Website
A site that is a web that is used to define and explore various options
A web that contains arachnids
Multiple pages
A collection of interlinked web pages on the World Wide Web
Define Website Content
The raw text, images, and other elements included in a web page
An index of pages organized by certain criteria as defined by the creator
A content of a site that is created by various arachnids
The raw text, images, and other elements included that are not included in a web page
What is HTML?
Hyper Teachers Marking Language, a language used by teachers to fool students
Hypertext Markup Language, a language used to create web pages
Happy Techies Missing Lasagna, a food that is enjoyed by various techies
Hypertext Markup Languages, languages used to create webs on devices
What is HTML element?
A part or aspect of something abstract, especially one that is essential or characteristic in a website
A piece of a website, marked by a start tag and often closed with an end tag
The special set of characters that indicates the start and end of an HTML element and that element's type
Hypertext Markup Language, a language used to create web pages
What is an HTML tag?
A piece of a website, marked by a start tag and often closed with an end tag
The purpose of different pieces of content in a web page, used to help the computer determine how that content should be displayed
The hypertext markup language of elements playing tag in a playground at a park
The special set of characters that indicates the start and end of an HTML element and that element's type
Define website structure
A structure of a pyramid, square, rectangle or other structure
The element of surprise within an HTML elements coded structure on a specific webpage contents design
A hypertext markup language that is created to eliminate the need to define or explain how the website structure is defined or created
The purpose of different pieces of content in a web page, used to help the computer determine how that content should be displayed
What is the code for a paragraph?
</p>paragraph</p>
<p> </p>
<p> <p>
</p> <p>
Where should the order of <!DOCTYPE> be placed in your code?
First
Second
Third
Fourth
What is the <body> tag?
A tag that shows exact information in the body of the website
A tag that defines the documents body
A tag that begins and ends the website
The end of the HTML codes
Define Heading
A title or summary for a document or section of a document.
The title at the top of the page
A title that shows all the documents information completed on the entire page
A page that is the beginning of all documents related to the page
What is <h1></h1>?
A heading to the first degree
The first heading on a page
A heading to end all headings
The most important heading
Define Digital Footprint
The collected information about an individual across multiple websites on the Internet
A footprint on any electronic device
A footprint that is designed by a graphic artist while using a specially designed art tablet
The information that you provide online when purchasing a pair of shoes digitally
What does the "src" in the image tag stand for?
source
screen
Nothing--it's just HTML code
sorta code
What is the correct way to add an image to your website?
<img src="bird.jpg">
<img src="bird.jpg">bird</img>
<img>bird.jpg</img>
<img scr="bird.jpg">
Which tag correctly defines a list item in an ordered or unordered list?
<ol></ol>
<li></li>
<list></list>
<ul></ul>
When added to your HTML file, which of the following will NOT HELP make your code easier to read and understand?
comments
indentation
bugs
whitespace
Which heading tag produces the largest text?
<h1></h1>
<h6></h6>
<h4></h4>
<h10></h10>
Which heading tag produces the smallest text?
<h1></h1>
<h6></h6>
<h4></h4>
<h10></h10>
What is a digital footprint?
markup language
output
program instructions
all digital information about you on the web
What is attribution?
HTML
Giving credit to the author
a bug
debugging
What is a rule set?
rules that govern the style of an HTML page
something the principal made up
tags in HTML
elements in HTML
What is an example of a value in a rule set?
<img>
red
border-style
text-align
What is a style sheet?
<h4>
the file that styles your website pages
external
internal
What is this link used for? <link href="css/style.css" type="text/css" rel="stylesheet"/>
<a><a/>
HTML
CSS Style Sheet
<body>
Where will you find this link? <link rel="stylesheet" href="style.css">
in the <body><body/> of all CSS pages of your website
in the <body><body/> of all HTML pages of your website
in the <body><body/> of the index pages only of your website
in the <head><head/> of all HTML pages of your website
What does CSS mean?
Cascading Style Sheets
Cooking Steak on Steel
Caring Staring Stars
Cooky Shocking Socks
h2 {
font-family: sans-serif;
color: saddlebrown;
}
This is an example of a rule set
This is an example of an element
This an example of a tag
This is an example of HTML
img {
float: left;
width: 250px;
margin: 10px;
border-color: saddlebrown;
border-width: 4px;
border-style: solid;
border-radius: 10px;
}
This is an example of a tag used for an image
This is an example of a rule set used for an image
This is an example of an element used for an image
This is an example of a rule set used for a paragraph
What is the <a><a/> tag?
paragraph
attribution
answer
anchor
What is this tag used for? <p> https://pxhere.com/en/photo/567905 CCO Public Domain</p>
posting of an image
attribution of an image
border around an image
position of an image
What does this property create? background-color?
border around image
background texture
background color
space around image
What does this property create? border-width
Sets the color of the border
Changes the style of border
Changes the border width of an element
Generates space around an element
What does px mean?
paragraph
photo
pixel
perseverance
Which property in this rule set determines how large the image will be? img {
float: left;
width: 250px;
margin: 10px;
border-color: saddlebrown;
border-width: 4px;
border-style: solid;
border-radius: 10px;
}
float
width
10px
border-radius
What is the first step in the problem solving process?
Define
Prepare
Try
Reflect
What is the final step in the problem solving process?
Reflect
Try
Prepare
Define
This graphic represents the...
Input Output Processing & Storage Model
Problem Solving Process
Scientific Model
TCP IP Model
What is at the end of a line of code in GameLab or AppLab (JavaScript)?
#
;
)
>
BONUS:
What command colors a shape?
color(43, 255, 0);
bucket(43, 255, 0);
fill(43, 255, 0);
Choose the correct HTML element for the largest heading
<h6>
<heading>
<head>
<h1>
You use the <p> tag to what?
Start a new paragraph
Open a body
Close the body
Close the paragraph
Your digital footprint:
Isn't as important as what the people who know you in real life think
Information about an individual across multiple websites on the internet.
Something you should not be aware of and make positive efforts to control.
Doesn't matter, because the Internet changes too often for anything to stick for a long time.
When coding, a good programmer always uses comments and white space to...
To keep code readable and organized for Code.org.
There is no purpose, it just looks nice.
It's the only way the code will work.
To keep code readable and organized for others.
