wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

TECH ~ Final Test

Total questions: 39

Worksheet time: 19mins

Name
Class
Date
1.

What does HTML stand for?

a)

HyperText Markup Language.

b)

HyperTonation Markup Language

c)

High Tension Mediation Language

2.

What is the purpose of HTML in web development?

a)

HTML is used to structure and organize content on a webpage.

b)

HTML is used to code the back end of a website

c)

HTML is used to read and run scripts for a website

3.

What is the correct way to start an HTML document?

a)

<BEGIN> followed by <HTML> tag

b)

<!DOCTYPE html> followed by the <html> tag.

c)

<START DOCUMENT> followed by <END DOCUMENT>

4.

Which tag is used to create a hyperlink in HTML?

a)

<hype> tag

b)

<p> tag

c)

<a> tag

5.

How do you insert an image in an HTML document?

a)

using the <i> tag

b)

Using the <image> tag

c)

Using the <h1> tag

d)

Using the <img> tag

6.

What tag is used to create a paragraph in HTML?

a)

<para> tag

b)

<start para> tag

c)

<p> tag

d)

<a> tag

7.

How do you create an unordered list in HTML?

a)

Using the <ol> tag, with each item inside an <li> tag.

b)

Using the <ul> tag, with each item inside an <li> tag.

c)

Using the <li> tags only

8.

What tag is used for the largest heading in HTML?

a)

<h large> tag

b)

<h1> tag

c)

<h2> tag

9.

Which tag is used to create a table in HTML?

a)

<table> tag

b)

<t> tag

c)

<start table> tag

d)

<td> tag

10.

How do you create a line break in HTML?

a)

<line break> tag

b)

<break line>

c)

Using the <br> tag.

d)

<start break> tag

11.

What does CSS stand for?

a)

Chemistry Science Standards

b)

Create Style Sheet

c)

Cascading Style Sheets.

12.

What is the purpose of CSS in web development?

a)

CSS is used to style and layout the content of a webpage.

b)

CSS is used to run Javascript

c)

CSS is used to structure and organize content on a webpage.

13.

How do you link a CSS file to an HTML document?

a)

Using the <link> tag within the <head> section, like <link rel="stylesheet" href="style.css">.

b)

Using the <script> tag within the <head> section, like <script rel="stylesheet" href="style.css">.

14.

A machine that works with information.

a)

Phone

b)

Charger

c)

Telegraph

d)

Computer

15.

the information computers get from users, devices, or other computers

a)

Output

b)

Input

c)

storage

d)

Processing

16.

the information computers give to users, devices, or other computers

a)

Output

b)

Computer

c)

Process

d)

Storage

17.

The thinking work computers do to turn input into output.

a)

Design

b)

Input

c)

Processing

d)

Work

18.

an early sample, model, or release of a product built to test a concept or process.

a)

Design

b)

Prototype

c)

App

19.

 a plan or drawing produced to show the look and function or workings of a building, garment, or other object before it is built or made.

a)

Client

b)

Prototype

c)

Design

20.

The collected information about an individual across multiple websites on the Internet.

a)

Copyright

b)

CSS

c)

Digital Footprint

d)

Personal Inerweb

21.

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

a)

CSS

b)

CSS Selector

c)

Copyright

22.

 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)

Legal Write

b)

Heading

c)

Website Content

d)

Copyright

23.

What is the first step of the problem solving process?

a)

Prepare

b)

Define

c)

Reflect

d)

Try

24.

What part of the problem solving process involves brainstorming and researching?

a)

Define

b)

Prepare

c)

Try

d)

Reflect

25.

When might you discover new problems during the problem solving process?

a)

Define

b)

Prepare

c)

Try

d)

Reflect

26.

Hypertext Markup Language shortened is called

(a)  

27.
Which tag defines the visible content of a web document?
a)
<head>
b)
<meta>
c)
<title>
d)
<body>
28.
Annie wants the name of her product to be the main heading at the top of her webpage. Which tag defines
the main heading in a web document?
a)
<h3>Product</h3>
b)
<h5>Product</h5>
c)
<h1>Product</h1>
d)
<h6>Product</h6>
29.
A properly coded HTML tag will always be found between which two symbols?
a)
( )
b)
{ }
c)
[ ]
d)
< >
30.

When working with color codes RGB stands for...

a)

Green Red Purple

b)

Red Great Blue

c)

Red Green Blue

d)

Blue Green Raspberry

31.

Which set contains all of the DEFAULT tags needed to create a webpage?

a)

<!DOCTYPE html>

<html>

<head>

</head>

<body>

</body>

</html>

b)

<html>

<head>

</head>

<body>

</body>

</html>

c)

<!DOCTYPE html>

<html>

<head>

</head>

</html>

d)

<!DOCTYPE html>

<html>

<head>

</head>

<body>

</body>

32.

Which is the correct HTML tag for creating an unordered list?

a)

<ul>

b)

<uline>

c)

<u>

d)

<under>

33.

HTML controls the _________ of a webpage.

a)

feel

b)

precision

c)

structure

d)

style

34.

What does the tag "p style="color:" do

a)

Changes the background color

b)

Changes the font size

c)

Changes the picture

d)

Changes the Font Color

35.
What is the proper code to insert an image named "frog.jpg"?
a)
<img src="frog" width="104" height="142">
b)
<img="frog.jpg" width="104" height="142">
c)
<img src="frog.jpg" width="104" height="142">
d)
<img ="frog" width="104" height"142">
36.
How can you make a bulleted list?
a)
<ol>
b)
<ul>
c)
<list>
d)
<dl>
37.

Does <ul> tag go on the HTML page or the CSS page?

a)

HTML

b)

CSS

38.
Which code is correct?
a)
<img src="style.css">
b)
<link rel="stylesheet" href="style.css">
c)
<a href="style.css">style sheet</a>
d)
none is correct
39.
What is not an example of a bug?
a)
putting code in the wrong place
b)
putting an opening tag and a closing tag
c)
using the wrong tag
d)
forgetting to close a tag