wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CS Discoveries - Unit 2 - Vocabulary

Total questions: 38

Worksheet time: 19mins

Name
Class
Date
1.
Website
a)
A quotation from or reference to a book, paper, or author, especially in a scholarly work.
b)
Head Tag -This tag is a container for metadata
c)
HTML Tag - The top level element - Its the container for all other HTML elements.
d)
A collection of interlinked web pages on the World Wide Web
2.
Website Content
a)
The raw text, images, and other elements included in a web page
b)
Hypertext Markup Language, a language used to create web pages
c)
Part of a program that does not work correctly.
d)
This tag creates a bulleted list of items. Each item must be surrounded by a list item tag <li></li>
3.
HTML
a)
Hypertext Markup Language, a language used to create web pages
b)
The raw text, images, and other elements included in a web page
c)
This tag is used to link a CSS page to an HTML page. It creates a link to an external resource.
d)
Largest Heading Tag
4.
HTML Element
a)
A piece of a website, marked by a start tag and often closed with an end tag
b)
2nd Smallest Heading Tag
c)
A quotation from or reference to a book, paper, or author, especially in a scholarly work.
d)
A link from a HTML file to another location or file, typically activated by clicking on a highlighted word or image on the screen.
5.
HTML Tag
a)
The special set of characters that indicates the start and end of an HTML element and that element's type
b)
A quotation from or reference to a book, paper, or author, especially in a scholarly work.
c)
Finding and fixing problems in an algorithm or program.
d)
The is the comment tag. It is a way to leave yourself a note as the programmer. It is ignored by any web browser.
6.
Website Structure
a)
The special set of characters that indicates the start and end of an HTML element and that element's type
b)
HTML Tag - The top level element - Its the container for all other HTML elements.
c)
Finding and fixing problems in an algorithm or program.
d)
The purpose of different pieces of content in a web page, used to help the computer determine how that content should be displayed
7.
Heading
a)
Smallest Heading Tag
b)
A title or summary for a document or section of a document.
c)
This tag helps create a list. and must be contained inside either the <ul> or <ol> tags.
d)
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
8.
Digital Footprint
a)
The collected information about an individual across multiple websites on the Internet.
b)
Paragraph Tag - used to define a paragraph of text
c)
The is the comment tag. It is a way to leave yourself a note as the programmer. It is ignored by any web browser.
d)
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
9.
Citation
a)
A note in the source code of a computer program that helps explain the code to people who read it
b)
A quotation from or reference to a book, paper, or author, especially in a scholarly work.
c)
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.
d)
Smallest Heading Tag
10.
Copyright
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)
3rd Smallest Heading Tag
c)
The tag adds hyperlinks to your webpage. It can be used to link both internal and external pages. This tag requires one attribute. HREF - this tells the browser where to go.
d)
Paragraph Tag - used to define a paragraph of text
11.
Creative Commons
a)
The collected information about an individual across multiple websites on the Internet.
b)
The raw text, images, and other elements included in a web page
c)
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
d)
Part of a program that does not work correctly.
12.
Intellectual Property
a)
A link from a HTML file to another location or file, typically activated by clicking on a highlighted word or image on the screen.
b)
This tag creates a bulleted list of items. Each item must be surrounded by a list item tag <li></li>
c)
A quotation from or reference to a book, paper, or author, especially in a scholarly work.
d)
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.
13.
Bug
a)
Part of a program that does not work correctly.
b)
The placement of text farther to the right or left of the surrounding text, making it easier to understand the program's structure
c)
A quotation from or reference to a book, paper, or author, especially in a scholarly work.
d)
The raw text, images, and other elements included in a web page
14.
Comment
a)
A collection of interlinked web pages on the World Wide Web
b)
A title or summary for a document or section of a document.
c)
A note in the source code of a computer program that helps explain the code to people who read it
d)
This tag is used to link a CSS page to an HTML page. It creates a link to an external resource.
15.
Debugging
a)
A piece of a website, marked by a start tag and often closed with an end tag
b)
Finding and fixing problems in an algorithm or program.
c)
The placement of text farther to the right or left of the surrounding text, making it easier to understand the program's structure
d)
The tag creates a numbered list of items. Each item must be surrounded by a list item tag <li></li>
16.
Indentation
a)
The tag that allows you to add images to a webpage. It has two required attributes. SRC - the source of the picture and ALT - The description of the picture.
b)
3rd Largest Heading Tag
c)
A title or summary for a document or section of a document.
d)
The placement of text farther to the right or left of the surrounding text, making it easier to understand the program's structure
17.
Whitespace
a)
Part of a program that does not work correctly.
b)
Hypertext Markup Language, a language used to create web pages
c)
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
d)
The special set of characters that indicates the start and end of an HTML element and that element's type
18.
Hyperlink
a)
2nd Smallest Heading Tag
b)
2nd Largest Heading Tag
c)
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.
d)
A link from a HTML file to another location or file, typically activated by clicking on a highlighted word or image on the screen.
19.
<h1></h1>
a)
This tag helps create a list. and must be contained inside either the <ul> or <ol> tags.
b)
The raw text, images, and other elements included in a web page
c)
3rd Largest Heading Tag
d)
Largest Heading Tag
20.
<h2></h2>
a)
2nd Largest Heading Tag
b)
Smallest Heading Tag
c)
3rd Largest Heading Tag
d)
Defines the main content of the HTML document that will be visible on your website. This tag contains all the content of an HTML document.
21.
<h3></h3>
a)
A piece of a website, marked by a start tag and often closed with an end tag
b)
Hypertext Markup Language, a language used to create web pages
c)
Defines the main content of the HTML document that will be visible on your website. This tag contains all the content of an HTML document.
d)
3rd Largest Heading Tag
22.
<h4></h4>
a)
A quotation from or reference to a book, paper, or author, especially in a scholarly work.
b)
3rd Smallest Heading Tag
c)
The collected information about an individual across multiple websites on the Internet.
d)
the exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same
23.
<h5></h5>
a)
2nd Smallest Heading Tag
b)
The raw text, images, and other elements included in a web page
c)
The tag that allows you to add images to a webpage. It has two required attributes. SRC - the source of the picture and ALT - The description of the picture.
d)
The tag adds hyperlinks to your webpage. It can be used to link both internal and external pages. This tag requires one attribute. HREF - this tells the browser where to go.
24.
<h6></h6>
a)
Smallest Heading Tag
b)
The purpose of different pieces of content in a web page, used to help the computer determine how that content should be displayed
c)
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.
d)
The tag adds hyperlinks to your webpage. It can be used to link both internal and external pages. This tag requires one attribute. HREF - this tells the browser where to go.
25.
<p></p>
a)
Paragraph Tag - used to define a paragraph of text
b)
A collection of interlinked web pages on the World Wide Web
c)
the exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same
d)
The is the comment tag. It is a way to leave yourself a note as the programmer. It is ignored by any web browser.
26.
<html></html>
a)
A note in the source code of a computer program that helps explain the code to people who read it
b)
Part of a program that does not work correctly.
c)
The raw text, images, and other elements included in a web page
d)
HTML Tag - The top level element - Its the container for all other HTML elements.
27.
<head></head>
a)
The tag creates a numbered list of items. Each item must be surrounded by a list item tag <li></li>
b)
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
c)
Head Tag -This tag is a container for metadata
d)
The tag that all HTML documents must start with. It tells the browser what version of HTML the page is written in.
28.
<!DOCTYPE>
a)
A piece of a website, marked by a start tag and often closed with an end tag
b)
The tag that all HTML documents must start with. It tells the browser what version of HTML the page is written in.
c)
The placement of text farther to the right or left of the surrounding text, making it easier to understand the program's structure
d)
Defines the main content of the HTML document that will be visible on your website. This tag contains all the content of an HTML document.
29.
<body></body>
a)
Paragraph Tag - used to define a paragraph of text
b)
3rd Smallest Heading Tag
c)
A piece of a website, marked by a start tag and often closed with an end tag
d)
Defines the main content of the HTML document that will be visible on your website. This tag contains all the content of an HTML document.
30.
<img>
a)
The tag that allows you to add images to a webpage. It has two required attributes. SRC - the source of the picture and ALT - The description of the picture.
b)
This tag is used to link a CSS page to an HTML page. It creates a link to an external resource.
c)
Smallest Heading Tag
d)
HTML Tag - The top level element - Its the container for all other HTML elements.
31.
<!-- Type your comment here-->
a)
Defines the main content of the HTML document that will be visible on your website. This tag contains all the content of an HTML document.
b)
The is the comment tag. It is a way to leave yourself a note as the programmer. It is ignored by any web browser.
c)
This tag helps create a list. and must be contained inside either the <ul> or <ol> tags.
d)
The special set of characters that indicates the start and end of an HTML element and that element's type
32.
<a></a>
a)
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
b)
Head Tag -This tag is a container for metadata
c)
A collection of interlinked web pages on the World Wide Web
d)
The tag adds hyperlinks to your webpage. It can be used to link both internal and external pages. This tag requires one attribute. HREF - this tells the browser where to go.
33.
<ul></ul>
a)
A collection of interlinked web pages on the World Wide Web
b)
HTML Tag - The top level element - Its the container for all other HTML elements.
c)
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
d)
This tag creates a bulleted list of items. Each item must be surrounded by a list item tag <li></li>
34.
<ol></ol>
a)
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
b)
The tag creates a numbered list of items. Each item must be surrounded by a list item tag <li></li>
c)
the exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same
d)
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.
35.
<li></li>
a)
2nd Smallest Heading Tag
b)
3rd Smallest Heading Tag
c)
This tag helps create a list. and must be contained inside either the <ul> or <ol> tags.
d)
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.
36.
<link></link>
a)
A piece of a website, marked by a start tag and often closed with an end tag
b)
This tag is used to link a CSS page to an HTML page. It creates a link to an external resource.
c)
Finding and fixing problems in an algorithm or program.
d)
A link from a HTML file to another location or file, typically activated by clicking on a highlighted word or image on the screen.
37.

Cascading Style Sheets; a language used to describe how HTML elements should be styled

a)

HTML

b)

CSS

c)

Paragraph

d)

Heading

38.

The part of a CSS rule-set that defines which HTML elements the style should be applied to

a)

HTML

b)

CSS Selector

c)

The Cursor

d)

Heading