wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Code.org: Web Development: Unit 2 Lessons 1 - 9

Total questions: 25

Worksheet time: 2hrs 5mins

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.

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.

A collection of interlinked web pages on the World Wide Web

a)

Heading

b)

Website

c)

Digital Footprint

d)

HTML

12.

Hypertext Markup Language, a language used to create web pages

a)

Website Content

b)

Website Structure

c)

Heading

d)

HTML

13.

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

14.

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

15.

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

a)

HTML

b)

Website Structure

c)

Website

d)

Heading

16.

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

17.

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

a)

Digital Footprint

b)

Website Content

c)

Website

d)

Website Structure

18.

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

19.

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

c)

One person writes and review code

d)

Two people communicate about code

20.

What is the driver role during pair programming

a)

The driver draws code

b)

The driver looks at code

c)

The driver reviews code

d)

The driver writes code

21.

What is the navigator's role in pair programming

a)

The navigator writes code

b)

The navigator draws code

c)

The navigator researches code

d)

The navigator reviews each line of code as it is typed in

22.

Which code defines a paragraph

a)

<!DOCTYPE html>

b)

<html>

c)

<p>

d)

<head>

23.

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

a)

<!DOCTYPE html>

b)

<html>

c)

<head>

d)

<p>

24.

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

a)

<!DOCTYPE html>

b)

<html>

c)

<head>

d)

<body>

25.

Which code defines that it contains information (sometimes called "metadata") about your web page

a)

<html>

b)

<head>

c)

<body>

d)

<p>