NEW
Font size
WorksheetsWeb Development Assessment
Total questions: 40
Worksheet time: 20mins
Part of a computer program that does not work correctly
Whitespace
Bug
Debugging
Citation
A note in the source code of a computer program that helps explain the code to people who read it
Indentation
Hyperlink
Comment
Creative Commons
Finding and fixing problems in an algorithm or program
Intellectual Property
Bug
Comment
Debugging
When making a web page, which of the following tasks is HTML the most important language for?
Making the text a different color.
Separating out headings from paragraphs
Putting borders on an image
Adding information about the copyright
Any character that shows up as a blank space on the screen, such as a space, a tab, or a new line; helps separate different parts of the document to make it easier to read
Debugging
Comment
Whitespace
Copyright
A group of artists is making a website. When should they use classes?
They want all the pages on their site to have the same style.
They want some images to float left, and other images to float right.
They want headings to be one color, but paragraphs to be a different color.
They want to make a special color using RGB codes.
The exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same
Bug
Copyright
Indentation
Hyperlink
A collection of public copyright licenses that enable the free distribution of an otherwise copyrighted work, used when an author wants to give people the right to share, use, and build upon a work that they have created
Citation
Hyperlink
Copyright
Creative Commons
A work or invention that is the result of creativity, such as a piece of writing or a design, to which one has rights and for which one may apply for a patent, copyright, trademark, etc.
Intellectual Property
Debugging
Comment
Copyright
A link from a HTML file to another location or file, typically activated by clicking on a highlighted word or image on the screen
Copyright
Hyperlink
Whitespace
Citation
Hypertext Markup Language, a language used to create web pages
Website Content
Website Structure
Heading
HTML
A piece of a website, marked by a start tag and often closed with an end tag
HTML Element
Digital Footprint
Website Content
Website Structure
The collection of information about an individual across multiple websites on the internet
HTML Element
Website Content
Digital Footprint
HTML Tag
A title or summary for a document or section of a document
HTML
Website Structure
Website
Heading
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
The raw text, images, and other elements included in a web page
Digital Footprint
Website Content
Website
Website Structure
The purpose of different pieces of content in a web page, used to help the computer determine how that content should be displayed
HTML Tag
Website Structure
Website
Heading
Pair Programming
Two people write code and two people review code. Each person has the same role
One person writes code, while the other reviews each line of code as it is typed in and or assists
One person writes and review code
Two people communicate about code
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
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
True/False: The <html> and </html> tags must go at the beginning and end of each html document
True
False
All the content of a webpage must go between which set of tags?
<h1> and </h1>
<body> and </body>
</head> and </head>
<html> and </html>
Which heading would appear the largest on the webpage?
They will all be the same size
Movies
Songs
Books
Which HTML heading is the smallest of ALL?
<h3>
<h1>
<h2>
<h6>
<h5>
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
A student is using a stylesheet to make all the paragraphs on the website green, but it's not working on index.html, even though it works on the other web pages. What could be causing the problem?
1. The student forgot to link the stylesheet to the index.html page.
2. The student did not upload the images used in the index.html page.
3. The student accidentally misspelled “green” in the stylesheet.
1 only
3 only
1 and 2 only
1 and 3 only
What style selector would you use to adjust the background-color on a CSS style sheet?
body
paragraph
heading
image
In Web Design, CSS is the abbreviation for…
Common Style System
Cascading Style Sheet
Computer System Sheet
Computer Style Source
Inside what tag can you change the background color for your webpage?
Closing <body> tag
Font Tag
Marquee Tag
Opening <body> tag
What piece of code will add a line across your webpage as a divider?
<hr>
<div>
<p>
<h1>
