wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Web Design final

Total questions: 71

Worksheet time: 37mins

Name
Class
Date
1.

What does HTML stand for? (WD IP1,2,3,4,5,6,7)

a)

Hyper Text Modelling Language

b)

Heuristic Text Markup Language

c)

Hyper Text Markup Language

d)

Heuristic Text Modelling Language

2.

Which heading tag is the largest in size? (WD IP1,2,3,4,5,6,7)

a)

<h1>

b)

<h2>

c)

<h3>

d)

<h4>

3.

What is the function of the <p> tag? (WD IP1,2,3,4,5,6,7)

a)

Defines a paragraph.

b)

Makes the text purple.

c)

It pushes the text to the right.

d)

Prints the webpage.

4.

You should save HTML files with which file extension? (WD IP1,2,3,4,5,6,7)

a)

.htm

b)

.index

c)

.webpage

d)

.html

5.

Which tag is used to make text bold? (WD IP1,2,3,4,5,6,7)

a)

<a>

b)

<u>

c)

<b>

d)

<I>

6.

Which language is used to enhance a webpage, e.g. change background colour? (WD IP1,2,3,4,5,6,7)

a)

HTML

b)

CSS

c)

JavaScript

d)

SQL

7.

Within which tags on the HTML page is the main content placed? (WD IP1,2,3,4,5,6,7)

a)

<head>

b)

<style>

c)

<html>

d)

<body>

8.

Which tag is used to create a hyperlink? (WD IP1,2,3,4,5,6,7)

a)

<a>

b)

<u>

c)

<b>

d)

<i>

9.

Which tag is used to add a picture to a web-page? (WD IP1,2,3,4,5,6,7)

a)

<graphic>

b)

<img>

c)

<pic>

d)

<picture>

10.

What does WYSIWYG stand for? (WD IP1,2,3,4,5,6,7)

a)

when you sing is what you get

b)

why your sight is wearing your glasses

c)

what you sign is where you go

d)

what you see is what you get

11.

When you create a web-page in WebPlus you have to _________ it in the browser to test it. (WD IP1,2,3,4,5,6,7)

a)

preview

b)

print

c)

screen capture

d)

import

12.

Chrome, Safari, Firefox and Internet Explorer are all examples of? (WD IP1,2,3,4,5,6,7)

a)

Browsers

b)

Interpreters

c)

Compilers

d)

Web Authoring Software

13.

Type your html code using ______________ then save file and open in browser to view the webpage. (WD IP1,2,3,4,5,6,7)

a)

Word

b)

Excel

c)

PowerPoint

d)

Notepad

14.

A collection of web pages. (WD IP1,2,3,4,5,6,7)

a)

server

b)

website

c)

www

d)

web links

15.

What does www stand for? (WD IP1,2,3,4,5,6,7)

a)

width website web

b)

web world while

c)

web weld with

d)

world wide web

16.

In WebPlus, which page acts as the template page? (WD IP1,2,3,4,5,6,7)

a)

normal page

b)

sub page

c)

master page

d)

web page

17.

What do we need to do to complete our WebPlus web-site so that it can be viewed on another computer or uploaded to a server? (WD IP1,2,3,4,5,6,7)

a)

export it

b)

import it

c)

print it

d)

preview it

18.

What is a hyperlink? (WD DEW 1,2,3,4,5,6,7,8,9,10)

a)

A graphical design technique to lay out the user interface of a web page.

b)

A device with a browser that enables web pages to be viewed.

c)

Text or an image that, when clicked, opens a web page or file etc.

19.

How many hyperlinks would there be on the website with the structure shown in this diagram? (WD DEW 1,2,3,4,5,6,7,8,9,10)

a)

4

b)

8

c)

12

20.

What is CSS short for? (WD DEW 1,2,3,4,5,6,7,8,9,10)

a)

Computer System Style(s)

b)

Cascading Style Sheet(s)

c)

Creative Style Sheet(s)

21.

What is CSS used for? (WD DEW 1,2,3,4,5,6,7,8,9,10)

a)

To determine the structure of a web page

b)

To determine how the elements on a web page will look

c)

To enable interactive features on a web page

22.

What is JavaScript? (WD DEW 1,2,3,4,5,6,7,8,9,10)

a)

A programming language that is used to determine the structure of the web page.

b)

A programming language that is used to determine how the elements on the web page look.

c)

A programming language that allows programs to run within the browser to add interactive features to the web page.

23.

What term is given to the graphical design technique to show the design of the page layout? (WD DEW 1,2,3,4,5,6,7,8,9,10)

a)

Wireframe

b)

Pictureframe

c)

Elementframe

24.

What must developers consider so that they can use material such as images, sounds and video legally? (WD DEW 1,2,3,4,5,6,7,8,9,10)

a)

Designright

b)

Copycat

c)

Copyright

25.

What must developers consider so that they can use material such as images, sounds and video legally? (WD DEW 1,2,3,4,5,6,7,8,9,10)

a)

Designright

b)

Copycat

c)

Copyright

26.

Which of the following are details about an element that could be labelled on a wireframe? Select all that apply. (WD DEW 1,2,3,4,5,6,7,8,9,10)

a)

Font

b)

Size or colour of a block of text

c)

Size or filename of an image or video

d)

Background colour

27.

A section of text, usually separated from the main body of text, that appears at the top of each page in a site and identifies the content of the page (WD DEW 1,2,3,4,5,6,7,8,9,10)

a)

jump menu

b)

page header

c)

wide navigation

28.

A navigation scheme that provides links to all pages through a single horizontal or vertical set of links. This style of navigation is not recommended for more than 10 links. (WD DEW 1,2,3,4,5,6,7,8,9,10)

a)

deep navigation

b)

wide navigation

c)

page header

d)

tree style navigation

29.

Expands and collapses links or submenus with a "+" or "-" or a triangle. (WD DEW 1,2,3,4,5,6,7,8,9,10)

a)

tree style menu

b)

deep navigation

c)

global page

d)

jump menu

30.

A navigation scheme that features multiple levels of pages: top-level pages, secondary pages, tertiary pages, and so on. (WD DEW 1,2,3,4,5,6,7,8,9,10)

a)

header

b)

wide navigation

c)

deep navigation

d)

text navigation

31.

The first page that a user sees, which includes navigation to the rest of the site. (WD DEW 1,2,3,4,5,6,7,8,9,10)

a)

sub page

b)

home page

c)

global pages

d)

header

32.

Any page that falls one or more levels below a site's main navigation page. (WD DEW 1,2,3,4,5,6,7,8,9,10)

a)

home page

b)

global pages

c)

sub page

d)

deep navigation

33.

A simple horizontal or vertical navigation menu made up only of hyperlinks, no buttons or graphics. (WD DEW 1,2,3,4,5,6,7,8,9,10)

a)

text only navigation

b)

multi-tier menu

c)

breadcrumb trail

d)

deep navigation

34.

A menu that opens up or drops down other menus within it, and each tier may contain additional submenus. (WD DEW 1,2,3,4,5,6,7,8,9,10)

a)

jump menu

b)

multi-tier menu

c)

tree style menu

d)

navigation scheme

35.

A model of how web pages connect to one another or how users will navigate through the content of a website (WD DEW 1,2,3,4,5,6,7,8,9,10)

a)

wide navigation

b)

deep navigation

c)

navigation scheme

d)

tree style navigation

36.

To resize an image nicely, where should we click on..... (WD ICMS 1,2,3,4,5,6,7,8)

a)
b)
c)
37.

To change the picture #1 to picture #2, we ..... (WD ICMS 1,2,3,4,5,6,7,8)

a)

Crop

b)

Resize

c)

Wrap text

d)

Format

38.

To change the picture #1 to picture #2, we ..... (WD ICMS 1,2,3,4,5,6,7,8)

a)

Crop

b)

Resize

c)

Wrap text

d)

Format

39.

To change the picture #1 to picture #2, we ..... (WD ICMS 1,2,3,4,5,6,7,8)

a)

Crop

b)

Resize

c)

Wrap text

d)

Format

40.

To change the picture #1 to picture #2, we ..... (WD ICMS 1,2,3,4,5,6,7,8)

a)

Crop

b)

Resize

c)

Wrap text

d)

Format

41.

To type text into the table, you will use.... (WD ICMS 1,2,3,4,5,6,7,8)

a)
b)
c)
42.

To remove the parts of an image, we will use .... (WD ICMS 1,2,3,4,5,6,7,8)

a)
b)
c)
d)
43.

True or False. Images are just for decoration. (WD ICMS 1,2,3,4,5,6,7,8)

a)

True

b)

False

44.

In general, smaller images are better, because it gives you less to work with. (WD ICMS 1,2,3,4,5,6,7,8)

a)

True

b)

False

45.

Cropping can be used to change the size, shape, or focus of an image, making it useful in many different situations. (WD ICMS 1,2,3,4,5,6,7,8)

a)

True

b)

False

46.

Cosmetic adjustments let you enhance certain image qualities, including brightness, contrast, saturation, and color. (WD ICMS 1,2,3,4,5,6,7,8)

a)

True

b)

False

47.

Adding photos, graphics, and other visuals to your work is a great way to make it more engaging. Even a simple background image can transform your design into something special. (WD ICMS 1,2,3,4,5,6,7,8)

a)

True

b)

False

48.

2.What is the name of the software needed to interpret a webpage ? (WD PCS 1,2,3)

a)

Google Chrome

b)

Internet Explorer

c)

Browser

d)

Firefox

49.

3. Which tag is an example of a closed Tag (WD PCS 1,2,3)

a)

<p/>

b)

<h1/>

c)

</h3>

d)

<h3>

50.

4. Which of the following are true about using tags in html ? (WD PCS 1,2,3)

a)

they always appear in sets e.g.<p></p>

b)

they are written in lower case e.g. h1, not H1

c)

they are used to create a structure for the web page

d)

together they make up teh basic structure for a web page

51.

5,A Html file has and ending ................. (WD PCS 1,2,3)

a)

.webpage

b)

.ht

c)

.doc

d)

.html

52.

7.What do you think this would make when run in a browser ( clue - no body tags)

<html>

<h1>This is my main heading</h1>

</html>


(WD PCS 1,2,3)

a)
b)

This is my main heading

c)

Invalid syntax - cannot run

53.

9. What does a paragraph tag<p></p> do to text ? (WD PCS 1,2,3)

a)

It creates a new line above and below the line of text

b)

It makes a new line underneath the text

c)

It will underline the text

d)

It will make the text go bold

54.

10. Which tag would you use to create the smallest heading ? (WD PCS 1,2,3)

a)

<h1></h1>

b)

<h4></h4>

c)

<h2></h2>

d)

<h3></h3>

55.

All of the below are the benefits of having websites except for: (WD WPM 1,2,3,4,5,6,7,8,9,10,11)

a)

The entire world is your market

b)

You cannot track the results of your marketing efforts since it is clout technology

c)

Your business is open 24/7/365

d)

Websites give you the ability to change content quickly and cheaply

56.

"The design of the website must be professional looking"

and "Buy template webdesigns" are related to: (WD WPM 1,2,3,4,5,6,7,8,9,10,11)

a)

Ways in setting up a website

b)

Tips in setting up a website

c)

What is setting up a website

d)

Whysetting up a website

57.

Which of the following are the important components in a website? (WD WPM 1,2,3,4,5,6,7,8,9,10,11)

a)

HOMEPAGE

b)

“ABOUT US” PAGE

c)

INTRODUCTION PAGE

d)

“CONTACT US” PAGE

e)

GAMEPAGE

58.

The photo below is one of the components in a website that known as: (WD WPM 1,2,3,4,5,6,7,8,9,10,11)

a)

Live Page

b)

Home Page

c)

Photo Page

d)

Company Logo

59.

what is the meaning of "Avoid being too clever" in constructing a website? (WD WPM 1,2,3,4,5,6,7,8,9,10,11)

a)

Do not play with knowledge, the more clever the better

b)

Do be too clever, it is harmful

c)

Do not put too many information, the simpler the better

d)

Do not give cool design, the simpler the better

60.

Each time the viewer clicks a button on your website, they get further into your site, it can be accomplished by: (WD WPM 1,2,3,4,5,6,7,8,9,10,11)

a)

Make-up Window

b)

Technology Window

c)

Pop-up Window

d)

Drill Window

61.

It is important to give the impression that your website is active, up to date and a critical part of your business marketing. (WD WPM 1,2,3,4,5,6,7,8,9,10,11)

a)

True

b)

False

62.

"Tell all your friends and family and ask them to tell all their friends and family about the website" is closely related to what kind of marketing? (WD WPM 1,2,3,4,5,6,7,8,9,10,11)

a)

WOM (Word of Mouth)

b)

WOM (Word of Mouse)

c)

WOM (Word of Mother)

d)

WOM (Word of Matric)

63.

"URL" is stand for: (WD WPM 1,2,3,4,5,6,7,8,9,10,11)

a)

Universal Resource Location

b)

Universal Receive Login

c)

Universal Resource Locator

d)

Universal Recipient Login

64.

Google is an example of what? (WD WC 1,2,3,4)

a)

A Search Engine

b)

A Web Browser

65.

A worldwide group of connected computers is also known as what? (WD WC 1,2,3,4)

a)

Search engine

b)

Web browser

c)

The Internet

d)

Intranet

66.

Name the language used to create websites (WD WC 1,2,3,4)

a)

French

b)

English

c)

HTML

d)

HTTP

67.

Name the web browser (WD WC 1,2,3,4)

a)

Internet Explorer

b)

Google

c)

Google Chrome

d)

Safari

68.

Name the web browser (WD WC 1,2,3,4)

a)

Google Chrome

b)

Firefox

c)

Safari

d)

Internet Explorer

69.

An area of text that takes you to another page when clicked (WD WC 1,2,3,4)

a)

Web page

b)

HTML

c)

Dreamweaver

d)

Hyperlink

70.

Which tag changes the name of the tabs in the browser (WD WC 1,2,3,4)

a)

<html>

b)

<title>

c)

<h1>

d)

<p>

71.

Name the type of list used here (WD WC 1,2,3,4)

a)

Ordered

b)

Unordered