wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

ICT Web Design REVIEW

Total questions: 30

Worksheet time: 15mins

Name
Class
Date
1.

Consider the following Web address: http://www.mywebsite.com. Which portion of the Web address indicates the top-level domain?

a)

a. mywebsite

b)

b. http

c)

c. .com

d)

d. wwwI

2.

Consider the following Web address: http://www.mywebsite.com. Which portion of the Web address indicates the domain name?

a)

a. mywebsite

b)

b. http

c)

c. .com

d)

d. www

3.

Websites are categorized using which portion of the Web address?

a)

a. Subdomain

b)

b. Protocol

c)

c. Domain name

d)

d. Top-level domain

4.

Which of the following is not a component of aesthetic Web design?

a)

a. Domain name

b)

b. Layout

c)

c. Typography

d)

d. Graphics

5.

5. Which color is considered a secondary color?

a)

a. Red

b)

b. Orange

c)

c. Red-orange

d)

d. Yellow-orange

6.

6. Which color is considered a primary color?

a)

a. Purple

b)

b. Blue

c)

c. Blue-purple

d)

d. Red-purple

7.

Which image format does not support animation?

a)

a. GIF

b)

b. JPEG

c)

c. PNG

d)

d. RASTER

8.

Which of the following is not an example of Web site interactivity?

a)

a. Completing a form

b)

b. Reading page content

c)

c. Clicking a link

d)

d. Signing up to receive a newsletter

9.

Which of the following is a part of HCT?

a)

a. Readability

b)

b. Multimedia

c)

c. Learnability

d)

d. JavaScript

10.

Which of the following is NOT a part of CARP?

a)

a. Contrast

b)

b. Aesthetics

c)

c. Repetition

d)

d. Proximity

11.

What are the three most common Web site structures?

a)

a. Linear, vertical, hierarchical

b)

b. Horizontal, vertical, random

c)

c. Hierarchical, linear, random

d)

d. Random, hierarchical, horizontal

12.

Which of the following is not influenced by the Web site’s target audience?

a)

a. Web authoring tools used

b)

b. Overall look and feel of the Web site

c)

c. Writing style and tone of content

d)

d. Multimedia content used

13.

What is the term for a sketch displaying the skeletal blueprint of a Web page structure?

a)

a. Wireframe

b)

b. Mind map

c)

c. Card sort

d)

d. Site map

14.

Which of the following should not be considered when determining a Web site’s target audience?

a)

a. Gender

b)

b. Age

c)

c. Nationality

d)

d. Internet address

15.

Which Web authoring tool does not require Web files to be transferred to a Web host?

a)

a. Text editor

b)

b. Online site builder

c)

c. Web editor

d)

d. Offline site builder

16.

Which Web authoring tool allows you to keep all content and design features of your Web site when transferring to a new host?

a)

a. Web editor

b)

b. Online site builder

c)

c. Offline site builder

d)

d. All Web authoring tools

17.

Which of the following is recommended when using graphics as part of a Web site’s navigation scheme?

a)

a. Make sure the graphics are small

b)

b. Provide text links in the page footer

c)

c. Use a primary color scheme

d)

d. Use graphics only on the home page navigation

18.

Which of the following is an example of a goal?

a)

a. Establish an online presence

b)

b. Sell products or services to generate income

c)

c. Present information on a topic

d)

d. Increase sales by 10 percent by the end of the year

19.

Which of the following is part of determining your target audience?

a)

a. Physical demographics

b)

b. Assessing needs

c)

c. Selecting development tools

d)

d. Random structure

20.

Which of the following is a type of navigational structure?

a)

a. Logos

b)

b. Breadcrumbs

c)

c. Color scheme

d)

d. Cultural demographics

21.

Which pair of HTML tags creates the smallest heading?

a)

a. <head> </head>

b)

b. <h1> </h1>

c)

c. <h3> </h3>

d)

d. <h6> </h6>

22.

Which pair of HTML tags creates a bulleted list?

a)

a. <ul> </ul>

b)

b. <dl> </dl>

c)

c. <ol> </ol>

d)

d. <b> </b>

23.

Which pair of HTML tags creates a table row?

a)

a. <td> </td>

b)

b. <th> </th>

c)

c. <table> </table>

d)

d. <tr> </tr>

24.

Which pair of HTML tags should you use to add bold formatting to text to show that it is important content, rather than just typographic styling?

a)

a. <em> </em>

b)

b. <strong> </strong>

c)

c. <i> </i>

d)

d. <bold> </bold>

25.

Which HTML element instructs the browser to display the next text or element on a new line?

a)

a. <li>

b)

b. <line>

c)

c. <br/>

d)

d. <hr>

26.

Which HTML element configures text to be indented from both the left and right margins?

a)

a. <blockquote>

b)

b. <p>

c)

c. <h1>

d)

d. <body>

27.

The ________________ protocol is a set of rules for exchanging files such as text, graphics, sound, video and other multimedia files on the Web.

a)

a. IP

b)

b. HTTP

c)

c. TCP

d)

d. FTP

28.

A/An ________________ modifies or further describes the function of an element.

a)

a. section

b)

b. tag

c)

c. doctype

d)

d. attribute

29.

Which method should you avoid when obtaining graphics for your Web site?

a)

a. Creating your own using a graphics application

b)

b. Using free stock photos available for reuse

c)

c. Purchasing graphics

d)

d. Copying a graphic from a Web site

30.

Which of the following code is used for a definition list?

a)

a. <dl>

b)

b. <def>

c)

c. <ul>

d)

d. <li>