wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Week9_27-October-2022

Total questions: 30

Worksheet time: 31mins

Name
Class
Date
1.

In Dream weaver to you can easily build your web page from---

a)

Code view

b)

Design View

c)

Live view

d)

all of the answers are correct.

2.

Does the tool shown in the image do the same job as the pen tool?

a)

Yes

b)

No

c)

Only if you hold CTRL

d)

This isn't a tool in Illustrator

3.

What is the purpose of this tool?

a)

Creates a rectangle

b)

Crops a shape

c)

Allows you to use a square eraser

d)

Creates a text box

4.

What must you do before using this tool?

a)

Lock your current layer

b)

Draw a line/path

c)

Hold down CTRL

d)

Change your fill/stroke colour

5.

In Illustrator, What does this number mean?

a)

How big a shape is

b)

How zoomed in your image is

c)

What size your text is

d)

How much of the canvas you can see

6.

In Illustrator, After drawing a curved line with the pen tool, how do you return to drawing a straight line rather than following the curve?

a)

Right-click

b)

Press enter

c)

Click on the last point you drew

d)

Press ESC

7.

In Illustrator, If your current layer has the two icons shown in the image next to it, which of the following would be true? (SELECT 2)

a)

It would be invisible

b)

You would not be able to edit it

c)

You would be able to see all the elements on that layer

d)

You can only change the colour of elements on the layer

e)

The layer would be the lowest layer on the canvas

8.

In Dream Weaver, Which view allows the user to see the source code and the visual representation simultaneously?

a)

Split View

b)

Design View

c)

Code View

d)

Live View

9.

In Dream Weaver, Which two file formats should your group use on web pages so that images can be understood and rendered by browsers? (Choose two)

a)

TIFF

b)

PNG

c)

RAW

d)

JPG

10.

In Dream Weaver, An asterisk following a file name in the Dreamweaver document tab indicates that changes to the file have been made but not yet saved.

a)
True
b)
False
11.

In Dream Weaver, Design view looks similar to Live view, except Design view does not support editing functions.

a)
True
b)
False
12.

In Dream Weaver, Split view allows you to see both the source code and the document design simultaneously.

a)
True
b)
False
13.
With Dreamweaver, you can  publish a website to a local area network.
a)
True
b)
False
14.

In Dream Weaver, Closing unused panels provides an uncluttered workspace in the Document window.

a)
True
b)
False
15.

In Dream Weaver, Images provide an instant focal point to any site and give viewers an immediate cue about page content.

a)
True
b)
False
16.
<!DOCTYPE>
a)
It is an instruction to the web browser about what version of HTML the page is written in
b)
at the end of the HTML
c)
not needed
17.
The HTML code:
<TITLE> </TITLE>  means what?
a)
Tab Title
b)
The title for Document
c)
Start and End of Web page
d)
Horizontal Rule
18.
Which allows you to change the font?
a)
font-type
b)
font
c)
font-family
d)
text-font
19.

The select field in a form

a)

is used inside an input element.

b)

provides users with a set of options to choose from.

c)

auto-completes as the user types data.

d)

cannot have a default option setting.

20.

In a form, a drop-down list of options

a)

begins with a select tag followed by a list of option tags.

b)

begins with an option tag followed by a list of select tags.

c)

begins with a select tag followed by a list of datalist tags.

d)

begins with a datalist tag followed by a let of option tags.

21.

A comment field for multiple lines of text

a)

<label for="comments">

<comments type="textarea" id="comments">

b)

<label for="textarea">

<input type="textarea" id="textarea">

c)

<input type="textarea" rows="6" cols="50">

d)

<textarea rows="6" cols="50"></textarea>

22.

Every website begins with a file named:

a)

page.html

b)

start.html

c)

main.html

d)

index.html

23.
A collection of interlinked web pages on the World Wide Web.
a)
Website
b)
Heading
c)
Comment
d)
Copyright
24.

rowspan

a)

can only be used in caption

b)

can be used only in td

c)

can be used only in td or th

d)

be be used only in tr

25.
What does HTTP stand for?
a)
Hypotext Transfer Protype
b)
Hyperactive Text Protocol
c)
Hypertext Transfer Protocol
26.

Who invented World Wide Web (WWW)?

a)

Blaise Pascal

b)

Charles Babbage

c)

Herman Hollerith

d)

Tim Berners-Lee

27.

What is the use of Forms in HTML?

a)

. to display contents of email.

b)

to display animation effect.

c)

to collect user’s input.

d)

None of the Above.

28.

What is the use of iframe in HTML?

a)

to display a web page within a web page.

b)

to display a web page with animation effect.

c)

to display a web page without browser.

d)

All of the Above.

29.

Which organisation defines the Web Standards?

a)

Microsoft Corporation

b)

IBM Corporation

c)

World Wide Web Consortium

d)

Apple Inc.

30.

Which of the following is correct character entities for “Copyright” symbol?

a)

&#149;

b)

&#159;

c)

&#169;

d)

&#179;