wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

BOY Code.org Unit 2 Assessment

Total questions: 32

Worksheet time: 16mins

Name
Class
Date
1.
When making a web page, which two of the following tasks is HTML the most important language for? (Choose TWO)
a)
A. Making the text a different color.
b)
B. Separating out headings from paragraphs
c)
C. Putting borders on an image
d)
D. Adding information about the copyright
e)
E. Organizing text into a list
2.
HTML or the structure of the webpage stands for:
a)
Hypertext Markup Language, a language used to create web pages
b)
Cascading Style Sheets
3.
A programmer has an idea to use just one language for the content, structure, and style of web pages. What might be a problem with this idea?
a)
A. It will be confusing and less organized for people to read and write code that mixes everything up together.
b)
B. Structure is more important than style or content and needs its own language
c)
C. Communicating about structure and style are different problems, and it is helpful to use two languages specific to those problems
d)
D. A and C
e)
E. All of the above
4.
The web developer wants to make the “My Page” text larger. Which TWO of the following would work? (Choose TWO)
a)

A. Use <h6> instead of <h3>

b)

B. Use <h1> instead of <h3>

c)
C. Put the “My Page” text inside the tags.
d)
D. Use CSS to set the font-size property of the h3 tag
e)
E. Put the code style=“larger” inside the h3 tag.
5.
Which of the following is true about copyright?
a)
A. If an image is already on one web page, it's okay to use it on any web page.
b)
B. If you make a lot of changes to an image, you do not need the permission of the original creator to post it on your site.
c)
C. Image creators can decide both who can use their images and how the images can be used.
d)
D. If there is no copyright information for an image, anyone is free to use it on their own sites.
e)
E. You must always contact the creator for permission to use an image on your site.
6.
What does copyright mean?
a)
The exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same.
b)
Allows you to copy anyone's work.
c)
Allows you to modify and recreate work from someone else.
7.
Which is the name of the tool you may use to help you highlight unfamiliar code in Code Studio?
a)
Explore HTML
b)
Do This
c)
Inspector Tool
8.
If you have an opening tag, you MUST always have a closing tag, True or False?
a)
True
b)
False
9.
Which tag is contains all the main contents of your web page?
a)

<html>

b)

<head>

c)

<body>

10.
Headings come in how many different sizes?
a)
2
b)
6
c)
10
11.
Which is correct based on heading sizes?
a)
Option 1
b)
Option 2
c)
Option 3
12.
Which tag is needed for the following type of lists?
a)
  • <ul></ul>

b)
  1. <ol></ol>

13.
Which tag is needed for the following type of lists?
a)
  • <ul></ul>

b)
  1. <ol></ol>

14.
Which list below has NO mistakes?
a)
Option 1
b)
Option 2
c)
Option 3
15.
Which element of this img tag is the location of the filename?
a)
1
b)
2
c)
3
16.
Which element of this img tag is the location of the descriptor?
a)
1
b)
2
c)
3
17.
Which element of this hyperlink tag is the location of the closing tab?
a)
1
b)
2
c)
3
18.
Which element of this hyperlink tag is the location of the opening tab?
a)
1
b)
2
c)
3
19.
When making a web page, which two of the following tasks is HTML the most important language for? (Choose TWO)
a)
A. Making the text a different color.
b)
B. Separating out headings from paragraphs
c)
C. Putting borders on an image
d)
D. Adding information about the copyright
e)
E. Organizing text into a list
20.
A programmer has an idea to use just one language for the content, structure, and style of web pages. What might be a problem with this idea?
a)
A. It will be confusing and less organized for people to read and write code that mixes everything up together.
b)
B. Structure is more important than style or content and needs its own language
c)
C. Communicating about structure and style are different problems, and it is helpful to use two languages specific to those problems
d)
D. A and C
e)
E. All of the above
21.
The web developer wants to make the “My Page” text larger. Which TWO of the following would work? (Choose TWO)
a)
A. Use
instead of

b)
B. Use

instead of

c)
C. Put the “My Page” text inside the tags.
d)
D. Use CSS to set the font-size property of the h3 tag
e)
E. Put the code style=“larger” inside the h3 tag.
22.
Which of the following is true about copyright?
a)
A. If an image is already on one web page, it's okay to use it on any web page.
b)
B. If you make a lot of changes to an image, you do not need the permission of the original creator to post it on your site.
c)
C. Image creators can decide both who can use their images and how the images can be used.
d)
D. If there is no copyright information for an image, anyone is free to use it on their own sites.
e)
E. You must always contact the creator for permission to use an image on your site.
23.
What does copyright mean?
a)
The exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same.
b)
Allows you to copy anyone's work.
c)
Allows you to modify and recreate work from someone else.
24.
Which is the name of the tool you may use to help you highlight unfamiliar code in Code Studio?
a)
Explore HTML
b)
Do This
c)
Inspector Tool
25.
If you have an opening tag, you MUST always have a closing tag, True or False?
a)
True
b)
False
26.
Headings come in how many different sizes?
a)
2
b)
6
c)
10
27.
Which is correct based on heading sizes?
a)
Option 1
b)
Option 2
c)
Option 3
28.
Which list below has NO mistakes?
a)
Option 1
b)
Option 2
c)
Option 3
29.
Which element of this img tag is the location of the filename?
a)
1
b)
2
c)
3
30.
Which element of this img tag is the location of the descriptor?
a)
1
b)
2
c)
3
31.
Which element of this hyperlink tag is the location of the closing tab?
a)
1
b)
2
c)
3
32.
Which element of this hyperlink tag is the location of the opening tab?
a)
1
b)
2
c)
3