wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Web Development Assessment

Total questions: 40

Worksheet time: 20mins

Name
Class
Date
1.

Part of a computer program that does not work correctly

a)

Whitespace

b)

Bug

c)

Debugging

d)

Citation

2.

A note in the source code of a computer program that helps explain the code to people who read it

a)

Indentation

b)

Hyperlink

c)

Comment

d)

Creative Commons

3.

Finding and fixing problems in an algorithm or program

a)

Intellectual Property

b)

Bug

c)

Comment

d)

Debugging

4.

When making a web page, which of the following tasks is HTML the most important language for?

a)

Making the text a different color.

 

 

b)

  Separating out headings from paragraphs

c)

Putting borders on an image

d)

Adding information about the copyright

5.

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

a)

Debugging

b)

Comment

c)

Whitespace

d)

Copyright

6.

A group of artists is making a website. When should they use classes?

a)

  

  They want all the pages on their site to have the same style.

b)

They want some images to float left, and other images to float right.

c)

They want headings to be one color, but paragraphs to be a different color.

d)

  They want to make a special color using RGB codes.

7.

The exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same

a)

Bug

b)

Copyright

c)

Indentation

d)

Hyperlink

8.

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

a)

Citation

b)

Hyperlink

c)

Copyright

d)

Creative Commons

9.

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.

a)

Intellectual Property

b)

Debugging

c)

Comment

d)

Copyright

10.

A link from a HTML file to another location or file, typically activated by clicking on a highlighted word or image on the screen

a)

Copyright

b)

Hyperlink

c)

Whitespace

d)

Citation

11.

Hypertext Markup Language, a language used to create web pages

a)

Website Content

b)

Website Structure

c)

Heading

d)

HTML

12.

A piece of a website, marked by a start tag and often closed with an end tag

a)

HTML Element

b)

Digital Footprint

c)

Website Content

d)

Website Structure

13.

The collection of information about an individual across multiple websites on the internet

a)

HTML Element

b)

Website Content

c)

Digital Footprint

d)

HTML Tag

14.

A title or summary for a document or section of a document

a)

HTML

b)

Website Structure

c)

Website

d)

Heading

15.

The special set of characters that indicates the start and end of an HTML element and that element's type

a)

HTML Element

b)

Website Content

c)

HTML Tag

d)

Heading

16.

The raw text, images, and other elements included in a web page

a)

Digital Footprint

b)

Website Content

c)

Website

d)

Website Structure

17.

The purpose of different pieces of content in a web page, used to help the computer determine how that content should be displayed

a)

HTML Tag

b)

Website Structure

c)

Website

d)

Heading

18.

Pair Programming

a)

Two people write code and two people review code. Each person has the same role

b)

One person writes code, while the other reviews each line of code as it is typed in and or assists

c)

One person writes and review code

d)

Two people communicate about code

19.

Which code defines a paragraph

a)

<!DOCTYPE html>

b)

<html>

c)

<p>

d)

<head>

20.

Which code tells the computer that this is a document written in HTML

a)

<!DOCTYPE html>

b)

<html>

c)

<head>

d)

<p>

21.

Which code defines that it contains all the main content of your web page

a)

<!DOCTYPE html>

b)

<html>

c)

<head>

d)

<body>

22.

Define - Prepare - Try - Reflect is the…

a)

Problem Solving Process

b)

HTML

c)

Website Structure

d)

Computer Process Diagram

23.

Any device or component that allows information to be given to a computer

a)

Input

b)

Output

c)

Algorithm

d)

HTML

24.

Any device or component that receives information from a computer

a)

Input

b)

Output

c)

Algorithms

d)

Website Structure

25.

Nicole creates a sketch of how she wants her webpage to look before she creates it.

Which problem solving step is this?

a)

Define

b)

Prepare

c)

Try

d)

Reflect

26.

Johnny decides what the purpose of his webpage is. This is which problem solving step?

a)

Define

b)

Prepare

c)

Try

d)

Reflect

27.

Eva thinks about feedback Tim gave her about her webpage. This is which problem solving step?

a)

Define

b)

Prepare

c)

Try

d)

Reflect

28.

True/False: The <html> and </html> tags must go at the beginning and end of each html document

a)

True

b)

False

29.

All the content of a webpage must go between which set of tags?

a)

<h1> and </h1>

b)

<body> and </body>

c)

</head> and </head>

d)

<html> and </html>

30.

Which heading would appear the largest on the webpage?

a)

They will all be the same size

b)

Movies

c)

Songs

d)

Books

31.

Which HTML heading is the smallest of ALL?

a)

<h3>

b)

<h1>

c)

<h2>

d)

<h6>

e)

<h5>

32.

This is the Creative Commons licensing symbol for:

a)

Attribution (BY)

Others can copy, distribute, display, perform, or remix your work if they credit your name as the original creator

b)

No Derivative Works (ND)

Others can only copy, distribute, display, or perform copies of your work with no changes

c)

Non-Commercial (NC)

Others can copy, distribute, display, perform, or remix your work but for non-commercial purposes only.

d)

Share Alike (SA)

Others can distribute any derivative works, but only under the same license to the one you have chosen for your work

33.

This is the Creative Commons licensing symbol for:

a)

Attribution (BY)

Others can copy, distribute, display, perform, or remix your work if they credit your name as the original creator

b)

No Derivative Works (ND)

Others can only copy, distribute, display, or perform copies of your work with no changes

c)

Non-Commercial (NC)

Others can copy, distribute, display, perform, or remix your work but for non-commercial purposes only.

d)

Share Alike (SA)

Others can distribute any derivative works, but only under the same license to the one you have chosen for your work

34.

This is the Creative Commons licensing symbol for:

a)

Attribution (BY)

Others can copy, distribute, display, perform, or remix your work if they credit your name as the original creator

b)

No Derivative Works (ND)

Others can only copy, distribute, display, or perform copies of your work with no changes

c)

Non-Commercial (NC)

Others can copy, distribute, display, perform, or remix your work but for non-commercial purposes only.

d)

Share Alike (SA) - Users must distribute any derivative works under the same license

35.

This is the Creative Commons licensing symbol for:

a)

Attribution (BY)

Others can copy, distribute, display, perform, or remix your work if they credit your name as the original creator

b)

No Derivative Works (ND)

Others can only copy, distribute, display, or perform copies of your work with no changes

c)

Non-Commercial (NC)

Others can copy, distribute, display, perform, or remix your work but for non-commercial purposes only.

d)

Share Alike (SA)

Others can distribute any derivative works, but only under the same license to the one you have chosen for your work

36.

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.

a)

1 only

b)

  3 only

c)

  1 and 2 only

 

d)

1 and 3 only

37.

What style selector would you use to adjust the background-color on a CSS style sheet?

a)

body

b)

paragraph

c)

heading

d)

image

38.

In Web Design, CSS is the abbreviation for…

a)

Common Style System

b)

Cascading Style Sheet

c)

Computer System Sheet

d)

Computer Style Source

39.

Inside what tag can you change the background color for your webpage?

a)

Closing <body> tag

b)

Font Tag

c)

Marquee Tag

d)

Opening <body> tag

40.

What piece of code will add a line across your webpage as a divider?


a)

<hr>

b)

<div>

c)

<p>

d)

<h1>