Font size
WorksheetsWeb Editing
Total questions: 87
Worksheet time: 1hrs 11mins
Which one of the following is NOT directly supported by the Internet?
File Transfer
WWW
CPU
Which one of the following best describes the relationship between a web browser and a web server?
A web browser is used for encrypting web pages on a web server
A web browser is used for accessing web pages stored on a web server
A web browser is a database of web pages that is stored on a web server
A web browser is a service that indexes web pages stored on a web server
Which one of the following best defines the term Uniform Resource Locator (URL)?
Search Engine
Script
Markup tag
Web Address
Which one of the best describes TCP/IP?
A protocal used the World Wide Web that defines how messages are formatted and transmitted.
A protocol for exchanging files over the internet
An authoring language that defines the structure and layout of a web page
A set of communications protocols used to connect hosts on the Internet
Which one of the following is NOT an advantage of having a website available on the internet?
Accessible for a large customer base
Efficient way to communicate with customers
Costs for hosting the website
Easy to change the website
Which one of the following is an important step in the process of getting a developed website online?
Selecting a colour scheme
Structuring the site
Naming the style sheets
Selecting a web hosting service
Which one of the following is a way to optimize your website for search engines?
Use page titles like "Untitled"
Use numbers instead of words in the URL
Use relevant meta data
Use keywords not relevant to your website
Which one of the following will have a major effect on the download speed for our web page?
The size of the fonts used on the site
The amount of animation and images in the web page
The type of website authoring software used
The length of the sentences used
Which one of the following would be the best graphical file format to use to optimize web page download speed?
TIFF
RAW
BMP
JPEG
Which one of the following best describes the term copyright?
The rights granted to the consumer to freely copy and distribute commercial software
The legal right of the government to add consumption tax on software
The exclusive legal right to reproduce, publish, sell or distribute music, images etc...
The right to use another company's business model or concept
Which laws is a website's content subject to?
The laws of the country where the web user is located
The laws of the country where the website is hosted
The laws of the country where the websie owner is based
The laws of the country where the website developer is based
Which one of the following describes what HTML is?
A protocol used for exhanging files over the Internet
A protocol used on the World Wide Web to fetch and transmit requested web pages
An authoring language used to create documents for the World Wide Web
An application used for searching and retrieving web pages
Which one of the following describes the purpose of the W3C consortium recommendations?
To restrict the possibility of using different web browsers
To develop open standards so that the web evolves in a single direction
To encourage developers of websites to define their own standards
To enforce laws that regulates content on the World Wide Web
Which one of the following should be included when planning and designing a website?
Creating storyboards and organising the site structure
Creating all the meta data for the web pages
Creating the pages and hyperlinks in the website
Creating lists of hyperlinks to other websites
How should you edit the html tag for the text Contact to ensure it appears in heading 1 style?
<h1>Contact</h1>
<h1="heading1">Contact</h1>
<h1class="text">Contact</h1>
<h1 class="heading1">Contact</h1>
Which one of the following would NOT be a good font selection to use for a website?
Arial
Impact
Verdana
Helvetica
Which one of the following is NOT a benefit of using Cascading Style Sheets (CSS)?
Easier to maintain and update
Combines style and structure
More formatting options
Faster download times
What type of style sheet would be most suitable if you want to change the look of multiple pages at the same time?
Embedded
Inline
Internal
External
Which one of the following best describes the structure of a CSS rule?
A property followed by a value and a selector
A value followed by a selector and a property
A selector followed by a property and a value
A value followed by a property and a selector
Which one of the following describes absolute and relative hyperlinks correctly?
When linking within a static site absolute links should be used, when linking within a dynamic site relative links should be used
When linking between different domains absolute links should be used, when linking within the current site relative links should be used
When linking within a dynamic site absolute links should be used, when linking within a static site relative links should be used
When linking between different domains relative links should be used, when linking within the current site absolute links should be use
Which one of the following describes what you need to do in order to get your website on the internet?
Open your site in a web browser
Report your website to the major search engines
Upload your site from your computer to a web server
Save it in a structured way on your hard drive
Which one of the following best describes File Transfer Protocols?
A set of application protocols used for exchanging hypertext files across the world wide web.
A set of network protocols used for exchanging files across the internet and between computers.
A set of tags and rules used to develop hypertext documents.
A set of styles used to define the presentation of content in a website.
Which one of the following is TRUE with regards to laws relating to websites?
A website is subject to the laws of the country where the web user is located.
A website is subject to the laws of the country where the website is hosted.
A website is always subject to the laws of the country where the website owner is based.
A website is always subject to the laws of the country where the website developer is based.
Which one of the following is an advantage of including relevant meta data in the design of a website?
It provides information about a website for use by a search engine to retrieve results.
It provides a list of the pages in a website which are accessible to users.
It provides navigation between pages in a website and assists website planning.
It provides the coding behind hyperlinks to sites from the search engine results.
Which one of the following should not be included when planning and designing a website?
Creating storyboards and organising the site structure.
Organising the site structure and creating a page layout template.
Creating the pages and hyperlinks in the website.
Organizing the site structure and deciding on a navigation scheme
Which one of the following is FALSE in relation to hyperlinks?
When linking to a page within the current site relative links should be used.
When linking between a main domain and sub domain absolute linking should be used.
When relative hyperlinks are used, hyperlinks will need to be modified if your domain name is changed.
When absolute hyperlinks are used, hyperlinks will need to be modified if your domain name is changed.
Which one of the following is a benefit of using Cascading Style Sheets?
Meta tags are automatically created.
Markup tags are no longer required.
The use of CSS provides a consistent appearance for a web page across all web browsers.
The size of the html file the CSS is attached to, can be reduced.
How should you modify the html tag for the body section to apply a background colour of yellow to the page?
<body="yellow">
<body color="yellow">
<body bgcolor="yellow">
<body background color="yellow">
How should you modify the text Our Website so it links to the URL http://www.ecdl.org/health?
<href="http://www.ecdl.org//health">Our website</href>
<a href="http://www.ecdl.org/health">Our website</a>
<a link="http://www.ecdl.org/health">Our website</a>
<link="http://www.ecdl.org/health">Our website</link>
Which one of the following is a benefit of using Cascading Style Sheets (CSS?
Meta tags are automatically created.
Markup tags are no longer required.
The use of CSS provides a consistent appearance for a web page across all web browsers.
The size of the html file the CSS is attached to can be reduced.
Which of the following is a correct way to attach a style sheet named snack.css to the web page?
<link="../snack.css"/>
<link rel="snack.css" type="text/html"/>
<link href="stylesheet"="snack.css"="text/css"/>
<link rel="stylesheet" href="snack.css" type="text/css"/>
Which one of the following best describes the term client/server?
A web server makes a request to a web browser and the web browser carries out the request.
A search engine makes a request to a client and the client carries out the request.
A server program makes a request to a client program and the client program carries out the request.
A client makes a request to the server and the server carries out the request.
Which one of the following best defines web hosting?
When a client pays a fee for space on a server to store a website for internet users to view.
When a computer program retrieves documents an files from websites for users to view.
The process of linking from a word or picture to another location or file using hyperlinks.
The process of using a software application to retrieve information from the web.
Which one of the following is FALSE in regard to W3C consortium recommendations?
Applying the recommendations ensures imporoved accessibility.
Applying the recommendations is a legal requirement.
Applying the recommendations improves the interoperability of wbsites across browsers.
Applying the recommendations ensures consistant document type declarations.
For which one of the following would an internal style sheet be most suitable?
A website that includes a webpage with an interactive form.
A website that uses the same style sheet for all pages in the website.
A website that uses the same style for a number of pages in the website.
A single web page that has a unique style not used in other pages.
Where should you click to view the web source code?
File
View
Favourites
Help
At which position should the html tag <html> be inserted?
A
B
C
D
Where should you double-click to open the web authoring application?
Mozilla Firefox
Microsoft PowePoint
Microsoft Word
Kompozer
Where should you click to add a new heading style with the name h3?
style applied to all elements of type
style applied to all elements of class
style applied to an element with specified ID attribute
custom style rule
Look at this question and see where you have to put your answers.
Where should you click to save the style sheet as a cascading style sheet?
Check to disable stylesheet
URL:
Media list
Export stylesheet and switch to exported version
Which of the following is a correct way to attach a style sheet named back.css to the web page?
<link="../back.css"/>
<link rel="back.css" type="text/html"/>
<link href="stylesheet"=back.css"="text/css"/>
link rel="stylesheet" href=back.css" type="text/css"/>
Where should you click to create a new page?
File
Edit
View
Insert
Where should you click to save the page as Services.html?
File
Edit
View
Insert
Where should you click to create a new page based on a template?
New
Save
Publish
Revert
Where should you click to modify the page title Marketing Solutions?
File
Edit
Insert
Format
Where should you click to switch to the view mode where you can see all the webpage code?
File
Edit
View
Insert
Where should you click to change preferences such as default browser and fonts?
Format
Table
Tools
Help
Where should you click to open the help function?
Format
Table
Tools
Help
Where should you click to change the text in the paragraph beginning " We provide research...."?
File
Edit
View
Insert
Where should you click to apply relative font size of small to the selected text?
Insert
Format
Table
Tools
Where should you click to apply bold to the selected text?
File
View
Format
Tools
Where should you click to centre align the selected paragraph?
File
View
Format
Tools
Where should you click to remove the paragraph break after the text "... conceived and executed."?
Format
Source
Tools
Save
Where should you click to format the selected text to appear as a numbered list?
Insert
Format
Tools
Help
Where should you click to change the margins for this page only?
Publish
Revert
Page Setup
Look at this question and see where you have to put the answers. You cannot answer this question.
Where should you click to replace the background image for the page?
Insert
Format
Tools
Page Setup
Where should you click to apply a link to the selected text?
Edit
View
Insert
Format
View the question to see how you have to answer it. You cannot answer this question
Where should you click to change how active links will appear
Positioning grid
Page Colors and Background
Page Title and Properties
Font
Where should you click to change the font colour for active links?
Normal text
Link text
Active link text
Visited link text
View the question. You cannot answer but see how you have to do it.
Where should you click to insert an anchor before the selected text?
File
Edit
View
Insert
Where should you click to insert a table below the text Portfolio?
Insert
Format
Table
Tools
Where should you click to insert a table caption above the table?
Format
Table
Tools
Help
Where should you click to align the entire table to the centre of the page?
Spacing
Table Alignment
Caption
Background Color
Which setting should you change in order to increase the number of rows in the table?
Rows
Columns
Before
Spacing
You cannot answer this question but view what you have to do to work it out.
Where should you click to merge the cells in the first row of the table?
Table Insert
Table Select
Join selected cells
Table or Cell Background Color
You cannot answer this question. Look at the question so that you'll know how to do it.
Where should you click to change the background colour for row 1 of the table?
Insert
Format
Table
Tools
Where should you click to add an image as the table background?
ID
Classes
Inline styles
Advanced Properties
Where should you click to insert an image below the text WELCOME?
View
Insert
Format
Tools
You cannot answer this question. Look at it and see how you can answer it.
Where should you click to insert a form on the page?
Edit
View
Insert
Format
You cannot answer this question. Look at it and see how you have to answer it.
You cannot answer this question. Look at the question to see how you have to do it.
You cannot do this question. Look at the question to see how you have to do it.
Where should you click to modify the form field properties for the selected radio button?
Define Form
Form Field
Form Image
Test Area
You cannot answer this question. Look at the question and see how it must be worked out.
Where should you click to change the tab index for the Reset button?
Field Name
Field Value
More Properties
Advanced Edit
The link from the text PORTFOLIO is broken. Where should you click to fix it?
Select All
Discontinue Text Styles
Discontinue Link
Link Properties
Where should you click to be able to add the text 21st July 2012 after the text This page was last updated:?
File
Edit
View
Insert
Where should you click to spell check the page?
Edit
Insert
Format
Tools
Where should you click to correct the misspelled word?
Check Word
Replace
Ignore
Edit
Where should you click to upload the site to a web server?
Save
Save as
Publish
