NEW
Font size
WorksheetsSemester 2 Exam Coding - Code.org Units 2&3
Total questions: 44
Worksheet time: 22mins
Website
characters indicates the start and end of an HTML element
a collection of interlinked web pages on the World Wide Web
Hypertext Markup Language used to create web pages
A title or summary for a document or section of a document
HTML
characters indicates the start and end of an HTML element
a collection of interlinked web pages on the World Wide Web
Hypertext Markup Language used to create web pages
A title or summary for a document or section of a document
HTML Tag
characters indicates the start and end of an HTML element
a collection of interlinked web pages on the World Wide Web
Hypertext Markup Language used to create web pages
A title or summary for a document or section of a document
Heading
characters indicates the start and end of an HTML element
a collection of interlinked web pages on the World Wide Web
Hypertext Markup Language used to create web pages
A title or summary for a document or section of a document
Copyright
Part of a program that does not work correctly
Find and fixing problems in a program
A note in the code that helps explain the code
the legal right to print, publish, or record material
Bug
Part of a program that does not work correctly
Find and fixing problems in a program
A note in the code that helps explain the code
the legal right to print, publish, or record material
Comment
Part of a program that does not work correctly
Find and fixing problems in a program
A note in the code that helps explain the code
the legal right to print, publish, or record material
Debugging
Part of a program that does not work correctly
Find and fixing problems in a program
A note in the code that helps explain the code
the legal right to print, publish, or record material
Indentation
The placement of text farther to the right or left
Cascading Style Sheets; language describes how HTML styled
A link from a HTML file to another location or file
A program that searches for items that correspond to keyword
Hyperlink
The placement of text farther to the right or left
Cascading Style Sheets; language describes how HTML styled
A link from a HTML file to another location or file
A program that searches for items that correspond to keyword
CSS
The placement of text farther to the right or left
Cascading Style Sheets; language describes how HTML styled
A link from a HTML file to another location or file
A program that searches for items that correspond to keyword
Search Engine
The placement of text farther to the right or left
Cascading Style Sheets; language describes how HTML styled
A link from a HTML file to another location or file
A program that searches for items that correspond to keyword
Input
Attributes that describe an object's characteristics
A character w/ properties that describe its location & look.
A device that allows information to be given to a computer
Any device that receives information from a computer
Output
Attributes that describe an object's characteristics
A character w/ properties that describe its location & look.
A device that allows information to be given to a computer
Any device that receives information from a computer
Property
Attributes that describe an object's characteristics
A character w/ properties that describe its location & look.
A device that allows information to be given to a computer
Any device that receives information from a computer
Sprite
Attributes that describe an object's characteristics
A character w/ properties that describe its location & look.
A device that allows information to be given to a computer
Any device that receives information from a computer
Animation
Statements that only run under certain conditions.
A character w/ properties that describe its location & look.
a single image within an animation
a series of images that create the illusion of motion
Frame
Statements that only run under certain conditions.
A character w/ properties that describe its location & look.
a single image within an animation
a series of images that create the illusion of motion
Conditionals
Statements that only run under certain conditions.
A character w/ properties that describe its location & look.
a single image within an animation
a series of images that create the illusion of motion
paragraph
<p></p>
<h1></h1>
<ul></ul>
<li></li>
heading
<p></p>
<h1></h1>
<ul></ul>
<li></li>
unordered list
<p></p>
<h1></h1>
<ul></ul>
<li></li>
list
<p></p>
<h1></h1>
<ul></ul>
<li></li>
ordered list
<ol></ol>
<img />
<ul></ul>
<li></li>
image
<ol></ol>
<img />
<ul></ul>
<li></li>
The HTML code, font-size, means:
gives font style
give font size
color of the item
background color
The HTML code, font-style, means:
gives font style
give font size
color of the item
background color
The HTML code, color:value, means:
gives font style
give font size
color of the item
background color
The HTML code, background-color:value, means:
gives font style
give font size
color of the item
background color
The HTML code,width: value, means:
allows you to give a color using the red, green and blue
background color
width of the item
height of the item
The HTML code, height: value, means:
allows you to give a color using the red, green and blue
background color
width of the item
height of the item
The HTML code, rgb(value), means:
allows you to give a color using the red, green and blue
background color
width of the item
height of the item
color of object
fill(color)
ellipse(x, y, w, h)
rect(x, y, w, h)
background(color)
circle/oval
fill(color)
ellipse(x, y, w, h)
rect(x, y, w, h)
background(color)
rectangle/square
fill(color)
ellipse(x, y, w, h)
rect(x, y, w, h)
background(color)
background color
fill(color)
ellipse(x, y, w, h)
rect(x, y, w, h)
background(color)
picks a random number
randomNumber()
ellipse(x, y, w, h)
rect(x, y, w, h)
background(color)
The JavaScript code, If statement, means:
apply only if the statement is NOT equal to the value
apply only if the statement is equal to the value
apply only if the statement is true
apply only if the statement is greater than the value
The JavaScript code, Equality operator, means:
apply only if the statement is NOT equal to the value
apply only if the statement is equal to the value
apply only if the statement is true
apply only if the statement is greater than the value
The JavaScript code, Inequality operator, means:
apply only if the statement is NOT equal to the value
apply only if the statement is equal to the value
apply only if the statement is true
apply only if the statement is greater than the value
The JavaScript code, Greater than operator, means:
apply only if the statement is NOT equal to the value
apply only if the statement is equal to the value
apply only if the statement is true
apply only if the statement is greater than the value
The JavaScript code, Greater than or equal to operator, means:
apply only if the statement is less than the value
only if the statement is less than OR equal to the value
apply only if the statement is greater than the value
only if the statement is greater than OR equal to the value
The JavaScript code, less than or equal to operator, means:
apply only if the statement is less than the value
only if the statement is less than OR equal to the value
apply only if the statement is greater than the value
only if the statement is greater than OR equal to the value
The JavaScript code, less than operator, means:
apply only if the statement is less than the value
only if the statement is less than OR equal to the value
apply only if the statement is greater than the value
only if the statement is greater than OR equal to the value
