Font size
WorksheetsEOY Review
Total questions: 70
Worksheet time: 1hrs 15mins
A precise sequence of instructions for processes that can be executed by a computer
loop
algorithm
nested loop
variable
What is a collection of interlinked web pages on the World Wide Web?
website
HTML
content
structure
What is the raw text, images, and other elements included in a web page?
website content
website
element
CSS
What is a piece of a website, marked by a start tag and often closed with an end tag?
HTML element
CSS
source
citation
What is the special set of characters begins and ends your site?
HTML tag
paragraph tag
body tag
list tag
What is a title or summary for a document or section of a document?
heading
paragraph
list
body
What is a reference to a book, paper, or author, especially in a scholarly work?
citation
HTML
content
structure
What is the exclusive legal right to print, publish, perform, film, or record?
copyright
music
picture
movie
What is a collection of public copyright licenses that enable the free distribution?
Creative Commons
copyright
music
movie
The characters that are on the outside of your content are called what?
Tags
Elements
What does HTML stand for?
Hypertext Markup Language
Hidden Text Masking Language
Hollow Test Marking Linguistics
The act of copying or taking someone's work and passing it off as your own is called...
plagiarism
citation
intellectual property
Creative Commons
What does a hyperlink do?
Takes you to another web page
Closes the Internet browser
Opens the Internet browser
Takes you to another website
All HTML must begin with...
Tags
Elements
Doctypes
Titles
Headings
All Website content must be displayed inside a ___________
Body
Element
Doctype
Title
Heading
What is a digital footprint?
The collected information about someone across multiple websites
An Element
A Doctype
A Title
A Heading
To remove details from the solution so that it can work for many problems.
Reaction
Abstraction
Subtraction
To break a hard problem up into smaller and easier problems.
Compose
Loop
Decompose
Method of problem-solving to find digital solutions
Decompose
Computational thinking
Programming
figure out the details of the problems that you are trying to solve
binary
variable
event
define
Programming instructions that are reusable, they make writing and maintaining programs easier
for loop
while loop
function
condition
A part of the program that does not work correctly.
Bug
Break
Loop
Function
A placeholder for a piece of information that can change.
a series of images that create the illusion of motion by being shown rapidly one after the other
A piece of code that you can easily call over and over again.
Attributes that describe an object's characteristics
a placeholder for a piece of information that can change
variable
for loop
define
parameter
Which answer contains the code to draw this image?
Which code will make the plane move to the right?
What direction will the sprite in this code go?
Up and left
Up and right
Down and right
Down and left
Why is the order of the code important?
It is important because it goes from top to bottom.
It is important because if you don't pay close attention to where you put things, you might not see all your shapes or sprites.
It is not important.
It is important because following the same order every time prevents you from making mistakes.
Which of these has the y axis labeled correctly?
Which of these has the x axis labeled correctly?
Look at the following code. Which line should the following comment go? "Player jumps up"
Line 5
Line 11
Line 14
Line 17
Line 19
Look at the following code. Which line should the following comment go? "Fall down"
Line 5
Line 11
Line 14
Line 17
Line 19
Look at the following code. Which line should the following comment go? "Shake back and forth"
Line 5
Line 11
Line 14
Line 17
Line 19
Look at the following code. Which line should the following comment go? "Bubble floats up"
Line 5
Line 11
Line 14
Line 17
Line 19
A placeholder for a piece of information that can change is a:
property
debugging
variable
parameter
A graphic character on the screen with properties that describe its location, movement, and look is a:
parameter
variable
sprite
program
A series of images that create the illusion of motion by being shown rapidly one after the other is:
animation
parameter
abstraction
frame rate
Which of these would be a useful way to make an image fly across the screen, to count down a timer, or to keep track of clicks?
draw sprite
counter pattern
variable
text
The randomNumber( ) block can be used to:
Find and fix problems in your algorithm or program.
Generate images.
Hold a place for a piece of information that can change.
Generate random numbers in your programs.
What code do we add to make the elephant push the hippo off the screen?
In which direction will the sprite move?
plane.x = plane.x - 2
left
right
up
down
In which direction will the sprite move?
bee.y = bee.y + 2
left
right
up
down
Which sprite property would you change to move the sprite from left to right?
sprite.x
sprite.y
sprite.scale
sprite.rotation
Which sprite property would you change to move the sprite from up and down?
sprite.x
sprite.y
sprite.scale
sprite.rotation
Which sprite property would you change to make the sprite grow in size?
sprite.x
sprite.y
sprite.scale
sprite.rotation
Which sprite property would you change to make the sprite turn in a circle?
sprite.x
sprite.y
sprite.scale
sprite.rotation
What does CSS stand for?
Cascading Style Sheets
Colorful Style Sheets
Computer Style Sheets
Creative Style Sheets
What is the correct HTML for referring to an external style sheet? (linking your HTML and Style sheet together)
<stylesheet>mystyle.css</stylesheet>
<style src="mystyle.css">
<link rel="stylesheet" type="text/css" href="mystyle.css">
Which rule set is written correctly?
A
B
C
D
Which property is used to change the font of an element?
font-style
font-family
font-weight
Which number shows how to add a style sheet?
1
2
3
4
Which rule-set would make all text in your web page blue and centered?
A
B
C
D
