Font size
WorksheetsCSD- S1- Final
Total questions: 75
Worksheet time: 38mins
Which below is a set of correct tags?
<p></P//
<p></p>
<body><heading>
<html/></html>
Where will this code show up on the page?
<body>Great white sharks are found of the coast of America on the Pacific and Atlantic ocean</body>
in the heading
in the body of the document
in the paragraph
at the end of the document
What is computer science?
the study of fossils
Using the power of computers to solve problems.
the study of space
the study of geology
What does HTML stand for?
Hypertext Markup Language
Hyper Mixed Links
Super Hyper Texting
Heavy Texting Links
What type of code is in the picture?
(hint: it's the one we are using in Code.org)
CSS
Python
HTML
JavaScript
How many paragraphs are in this set of code?
<body> <p>Great white sharks are found of the coast of America on the Pacific and Atlantic ocean.</p>
</body><p>Great whites mate and have young.</p>
4 paragraphs
3 paragraphs
2 paragraphs
1 paragraph
How can we fix this set of code?
<p>This sentence should be on its own<p>
<p>
/<p>
<p>/
</p>
How can we fix this code to be a heading?
<p>Drawing</p>
<body></body>
<h1></h1>
<p></p>
<body><h1>
Which below will show the text in the smallest size?
h1
h2
h4
h6
Which symbol shows the end of a set of tags in this code?
<
>
/
?
Hypertext Markup Language, a language used to create web pages
Website Content
Website Structure
Heading
HTML
The special set of characters that indicates the start and end of an HTML element and that element's type
HTML Element
Website Content
HTML Tag
Heading
Which code defines a paragraph
<!DOCTYPE html>
<html>
<p>
<head>
Which code tells the computer that this is a document written in HTML
<!DOCTYPE html>
<html>
<head>
<p>
Which code defines that it contains all the main content of your web page
<!DOCTYPE html>
<html>
<head>
<body>
Define - Prepare - Try - Reflect is the…
Problem Solving Process
HTML
Website Structure
Computer Process Diagram
Any device or component that allows information to be given to a computer
Input
Output
Algorithm
HTML
A precise sequence of instructions for processes that can be executed by a computer
Website Structure
Instructions
Algorithm
Bug
HTML, a language used to build websites, stands for:
Hard-shelled Turtles Meet Llamas
Hyperlink Test-Maker Language
Hard to Make Lasagna
Hypertext Markup Language
A collection of interlinked web pages to the World Wide Web
Website
HTML
Digital Footprint
CSS
Any device or component that receives information from a computer
Input
Output
Algorithms
Website Structure
Nicole creates a sketch of how she wants her webpage to look before she creates it.
Which problem solving step is this?
Define
Prepare
Try
Reflect
Johnny decides what the purpose of his webpage is. This is which problem solving step?
Define
Prepare
Try
Reflect
Eva thinks about feedback Tim gave her about her webpage. This is which problem solving step?
Define
Prepare
Try
Reflect
Which heading would appear the largest on the webpage?
They will all be the same size
Movies
Songs
Books
The raw text, images, and other elements included in web page
Website Tags
Website Structure
Website Content
Website Swag
A piece of a website, marked by a start tag and often closed with an end tag
HTML Element
HTML Tag
Website Structure
Content
The special set of characters that indicates the start and end of an HTML element
HTML element
HTML tag
Content
Structure
Which HTML heading is the smallest of ALL?
<h3>
<h1>
<h2>
<h6>
<h5>
Which tag would you use for a title or summary for a section of a web page?
<title></title>
<head></head>
<h1></h1>
<top></top>
Finding and fixing the problems in an algorithm, program, or code
Debugging
Bug
Citation
Comment
Which HTML heading is the largest of ALL?
<h6>
<h2>
<h4>
<h1>
<h3>
What type of html element is shown?
Heading
Footer
Paragraph
Image
Part of a program that does not work correctly
Bug
Debugging
Comment
Citation
A collection of public copyright licenses that enable the free distribution of copyrighted work
Common License
Creative Commons
Creative License
Common Copyright
This is the Creative Commons licensing symbol for:
Attribution (BY)
Others can copy, distribute, display, perform, or remix your work if they credit your name as the original creator
No Derivative Works (ND)
Others can only copy, distribute, display, or perform copies of your work with no changes
Non-Commercial (NC)
Others can copy, distribute, display, perform, or remix your work but for non-commercial purposes only.
Share Alike (SA)
Others can distribute any derivative works, but only under the same license to the one you have chosen for your work
This is the Creative Commons licensing symbol for:
Attribution (BY)
Others can copy, distribute, display, perform, or remix your work if they credit your name as the original creator
No Derivative Works (ND)
Others can only copy, distribute, display, or perform copies of your work with no changes
Non-Commercial (NC)
Others can copy, distribute, display, perform, or remix your work but for non-commercial purposes only.
Share Alike (SA)
Others can distribute any derivative works, but only under the same license to the one you have chosen for your work
This is the Creative Commons licensing symbol for:
Attribution (BY)
Others can copy, distribute, display, perform, or remix your work if they credit your name as the original creator
No Derivative Works (ND)
Others can only copy, distribute, display, or perform copies of your work with no changes
Non-Commercial (NC)
Others can copy, distribute, display, perform, or remix your work but for non-commercial purposes only.
Share Alike (SA) - Users must distribute any derivative works under the same license
This is the Creative Commons licensing symbol for:
Attribution (BY)
Others can copy, distribute, display, perform, or remix your work if they credit your name as the original creator
No Derivative Works (ND)
Others can only copy, distribute, display, or perform copies of your work with no changes
Non-Commercial (NC)
Others can copy, distribute, display, perform, or remix your work but for non-commercial purposes only.
Share Alike (SA)
Others can distribute any derivative works, but only under the same license to the one you have chosen for your work
In Web Design, CSS is the abbreviation for…
Common Style System
Cascading Style Sheet
Computer System Sheet
Computer Style Source
In Web Design, RGB is the abbreviation for…
Red-Gray-Black
Red-Green-Black
Red-Green-Blue
Red-Gray-Brown
Predict what will show up on console.log
true true true
true false false
false false false
true false true
A student wants to make a sprite appear. The students begins with "var sprite = createSprite(200,300)". What is the next step?
Add a "drawSprites" command
Add a "sprite.setAnimation" command
Add a "sprite.x" command
Add a "sprite.y" command
Which command is necessary to make a sprite move across the screen from right to left?
if then
sprite.x = sprite.x + 2 ;
sprite.x = sprite.x - 2 ;
sprite.y = sprite.y + 2 ;
Match the block code to the correct description.
a plane moves up and a jet moves across the screen
a blue sky and two planes are made without motion
a plane moves across and a jet moves up
The plane and the jet move together across the screen
Based on this code, where will the fly appear at the start of the code?
Top left
Top right
Bottom left
Bottom right
Based on this code, in which direction will the fly be moving?
From up to down
From down to up
From left to right
From right to left
Which code will make the sprite rotate in a circle clockwise?
sprite.rotation
sprite.rotation = sprite.rotation - 2
sprite.rotate = rotate +2
sprite.rotation = sprite.rotation + 2
If you write a command that can be answered true or false, it is known as a
boolean phrase
conditional statement
an if/then statement
an and/or statement
Which of the following is a boolean phrase ? (mark all correct answers)
Given rect(x, y, w, h); what are w and h?
width and heavy
width and tallness
width and length
width and height
What line of code will change the color of any shapes coded below it?
color
rect
weight
fill
The command for coloring the shape comes before drawing the shape
True
False
What is the placement of the rectangles?
Why doesn't the purple square show?
The yellow square is too big
There is no purple sprite
The background covers the purple square
The purple square needs to be bigger.
Which number will correct the grass to extend across the screen?
A
B
C
D
What is the value of "C"?
150
100
200
No Value
Which variable has a random number?
petalSize
background
ellipse
petals
Which sprite name is using camel case naming convention?
Toprightsprite
topRightSprite
Top Right Sprite
ToPRighTSpriTE
Which sprite moves left and right?
pencil
brush
background
There are no sprites
What is a sprite?
A label for a characteristic
Properties used in game Lab
A character on the screen with properties
A sugar drink
If I want to update the sprite's property to make it look like it's shaking. Which line of code will I need?
sprite.x
sprite.rotation
sprite.y
createSprite
What will the sprite do in this program?
spin off the screen
float down
nothing, there is a bug
spin in place
Which gear spins counter clockwise?
redGear
blueGear
greenGear
yellowGear
What happens to the apple when it reaches size 2?
It turns into a pear
the program ends
it turns into a bigger apple
nothing
What happens when the left key is pressed?
The fish move right
The fish move left
The fish move up
The fish move down
