wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Tri 2215 -Quiz 1

Total questions: 10

Worksheet time: 10mins

Name
Class
Date
1.

When a computer responds to a request by a user, the computer is referred to as a __________.

a)

client

b)

server

c)

router

d)

firewall

2.

The special code that is used to identify each device on the Internet is referred to as the __________.

a)

URL

b)

browser

c)

IP address

d)

client

3.

What happens when a statement is written as <!-- Good Morning --> in HTML?

a)

Good Morning will be displayed as the main web page title.

b)

Good Morning will be displayed on the title bar.

c)

Good Morning will be displayed on the browser.

d)

Good Morning will be displayed on the html file.

4.

The text written between the <ins></ins> tag, will be __________.

a)

underlined

b)

bold

c)

strike-through

d)

italic

5.

The start property in an ordered list states the __________.

a)

arrangement of the list to be in ascending or descending order

b)

length of the list

c)

pattern used in a list

d)

custom starting number of a list

6.

The alternative text is added to the <img> tag to __________.

a)

give a description of the image when the image is not able to be viewed

b)

create a link to another document when the image is clicked

c)

make it easier for the users to copy the image

d)

display a clearer and sharper image

7.

How can you open a link in a new browser window?

a)

<a href = "url" target = "tab">

b)

<a href = "url" target = "new">

c)

<a href = "url" target = "open">

d)

<a href = "url" target = "_blank">

8.

Which of the following codes will create a button to clear or erase a form’s content?

a)

<input type=”delete” />

b)

<input type=”reset” />

c)

<input type=”clear” />

d)

<input type=”erase” />

9.

The __________ attribute inserted in the <video></video> tag specifies an image to be shown while the video is downloading, or until the user hits the play button.

a)

src

b)

href

c)

poster

d)

image

10.

The <option> tag in a dropdown list __________.

a)

shows only the default values that can be selected

b)

defines the available choices for the user to choose from

c)

must be arranged in descending order

d)

can only have a maximum of four choices