wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Webpage Development Test

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Part of a 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.

The placement of text farther to right or left of the surrounding text, making it easier to understand the program's structure

a)

Indentation

b)

Bug

c)

Intellectual Property

d)

Hyperlink

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 quotation from or reference to a book, paper, or author, especially in a scholarly work

a)

Citation

b)

Intellectual Property

c)

Whitespace

d)

Comment

7.

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

8.

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

9.

A collection of interlinked web pages on the World Wide Web

a)

Heading

b)

Website

c)

Digital Footprint

d)

HTML

10.

Hypertext Markup Language, a language used to create web pages

a)

Website Content

b)

Website Structure

c)

Heading

d)

HTML

11.

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

12.

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

13.

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

a)

HTML

b)

Website Structure

c)

Website

d)

Heading

14.

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

a)

Digital Footprint

b)

Website Content

c)

Website

d)

Website Structure

15.

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

16.

Which code defines a paragraph

a)

<!DOCTYPE html>

b)

<html>

c)

<p>

d)

<head>

17.

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

a)

<!DOCTYPE html>

b)

<html>

c)

<head>

d)

<body>

18.

A collection of interlinked web pages on the World Wide Web

a)

Heading

b)

Website

c)

Digital Footprint

d)

HTML

19.

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

20.

Ordered List Tag

a)

<ul>

b)

<li>

c)

<ol>

d)

<br>