wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Code.org Unit 2 Web Development

Total questions: 35

Worksheet time: 19mins

Name
Class
Date
1.

Define - Prepare - Try - Reflect is the…

a)

Problem Solving Process

b)

HTML

c)

Website Structure

d)

Computer Process Diagram

2.

Input-Process/Storage-Output illustrates the...

a)

Problem Solving Process

b)

Website Structure

c)

HTML

d)

Computer Process Diagram

3.

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

a)

Input

b)

Output

c)

Algorithm

d)

HTML

4.

A precise sequence of instructions for processes that can be executed by a computer

a)

Website Structure

b)

Instructions

c)

Algorithm

d)

Bug

5.

HTML, a language used to build websites, stands for:

a)

Hard-shelled Turtles Meet Llamas

b)

Hyperlink Test-Maker Language

c)

Hard to Make Lasagna

d)

Hypertext Markup Language

6.

A collection of interlinked web pages to the World Wide Web

a)

Website

b)

HTML

c)

Digital Footprint

d)

CSS

7.

Any device or component that receives information from a computer

a)

Input

b)

Output

c)

Algorithms

d)

Website Structure

8.

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

9.

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

a)

Define

b)

Prepare

c)

Try

d)

Reflect

10.

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

a)

Define

b)

Prepare

c)

Try

d)

Reflect

11.

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

a)

True

b)

False

12.

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>

13.

Which heading would appear the largest on the webpage?

a)

They will all be the same size

b)

Movies

c)

Songs

d)

Books

14.

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

a)

Website Tags

b)

Website Structure

c)

Website Content

d)

Website Swag

15.

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

a)

HTML Element

b)

HTML Tag

c)

Website Structure

d)

Content

16.

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

a)

HTML element

b)

HTML tag

c)

Content

d)

Structure

17.

The layout of different pieces of content in a web page

a)

Website Structure

b)

Website Content

c)

Website Tag

d)

Website Element

18.

Which HTML heading is the smallest of ALL?

a)

<h3>

b)

<h1>

c)

<h2>

d)

<h6>

e)

<h5>

19.

Which tag would you use for a title or summary for a section of a web page?

a)

<title></title>

b)

<head></head>

c)

<h1></h1>

d)

<top></top>

20.

Finding and fixing the problems in an algorithm, program, or code

a)

Debugging

b)

Bug

c)

Citation

d)

Comment

21.

What essential HTML code is given to you by default in your code.org course lessons?

a)

<!DOCTYPE html>

b)

<li></li>

c)

<p></p>

d)

<h1></h1>

22.

Shows up as a blank space on the screen, such as a space, a tab, or a new line

a)

Enter

b)

Whitespace

c)

HTML

d)

Hyperlink

23.

Which HTML heading is the largest of ALL?

a)

<h6>

b)

<h2>

c)

<h4>

d)

<h1>

e)

<h3>

24.

What type of html element is shown?

a)

Heading

b)

Footer

c)

Paragraph

d)

Image

25.

Part of a program that does not work correctly

a)

Bug

b)

Debugging

c)

Comment

d)

Citation

26.

A collection of public copyright licenses that enable the free distribution of copyrighted work

a)

Common License

b)

Creative Commons

c)

Creative License

d)

Common Copyright

27.

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

28.

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

29.

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

30.

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

31.

In Web Design, CSS is the abbreviation for…

a)

Common Style System

b)

Cascading Style Sheet

c)

Computer System Sheet

d)

Computer Style Source

32.
How do you adjust the font size on a CSS style sheet?
a)
font-decoration
b)
text-decoration
c)
color
d)
font-size
33.
How do you adjust the background color on a CSS style sheet?
a)
background-color
b)
border-color
c)
color
d)
text-decoration
34.

In Web Design, RGB is the abbreviation for…

a)

Red-Gray-Black

b)

Red-Green-Black

c)

Red-Green-Blue

d)

Red-Gray-Brown

35.

True/False: RGB color mixing uses light instead of paint

a)

True

b)

False