Web Authoring: - Theory Review Questions
Web Authoring: - Theory Review Questions
2. Give examples of three browsers you might use to test a website (3 marks).
Internet Explorer , Safari , Mozilla FIrefox
A web browser is a software application for retrieving, presenting and traversing information resources
on the World Wide Web.
4. Explain three alternative approaches that somebody might take to design a website (6 marks).
Put true information for the people that read
5. Describe what you would put on a test plan to test a new website (6 marks).
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
6. Write four questions you might ask when testing hyperlinks on a website (4 marks).
__________________________________________________________________________________
__________________________________________________________________________________
1
E.Kelly & A.Lawson
__________________________________________________________________________________
__________________________________________________________________________________
Gif
2
E.Kelly & A.Lawson
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
19. When evaluating the “efficiency of the markup” of a website, explain what you might be looking out for?
( 4 marks)
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
20. When uploading and publishing a website to the internet, you can use ftp. What does ftp stand for?
(2 marks)
__________________________________________________________________________________
__________________________________________________________________________________
21. Explain the difference between absolute and relative file paths (4 marks).
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
22. Name at least three things you need to be able to upload and publish the contents of a website? (2
marks)
__________________________________________________________________________________
__________________________________________________________________________________
23. Explain what is meant by a URL. (2 marks)
__________________________________________________________________________________
__________________________________________________________________________________
24. HTTP is an internet protocol.Explain what is meant by HTTP. (2 marks)
__________________________________________________________________________________
__________________________________________________________________________________
25. Explain the differences between HTTP and HTTPS. (2 marks)
__________________________________________________________________________________
__________________________________________________________________________________
26. Explain how FTP differs from HTTP. (4 marks)
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
27. A student wishes to use the internet to research a topic. Discuss how the studentcan assess the reliability
and bias of a website. (6 marks)
__________________________________________________________________________________
3
E.Kelly & A.Lawson
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
Identify the URL in this extract and explain why it is included in this line in the markup. (3 marks)
___________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
4
E.Kelly & A.Lawson
background-color: #025fb4;
}
table {
border-collapse: collapse;
border-width: 4px;
border-style: solid;
border-color: #000000;
}
td {
border-width: 2px;
border-style: solid;
border-color: #000000;
}
Write down five mistakes which would prevent this stylesheet from working properly and, for
each,give the correction. (5 marks)
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
30. Describe what an ISP is and, apart from security measures, describe what it offers its customers. (3 marks)
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
31. In the following section of HTML markup there are a number of mistakes.
<td>
<p>Manta conservation workshops and holidays can be booked through
the Xtreme Adventure Holiday Company or by <a href=http://www.xahc.co.uktarget="_manta">
clicking here.</p>
<td>
<p><href="mailto:[email protected]">Email</a> us for details of our
Manta Education Packs or <a href="mailto,[email protected],subject=Donation by
John>">click on this link<a> to discover how to donate to help us preserve
these disappearing species.</p>
</td>
Identify six mistakes which prevent this from working as intended. (6 marks)
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
5
E.Kelly & A.Lawson
__________________________________________________________________________________
32. Uniform Resource Locators (URL) are used to locate web addresses and resources. In order toget to the
weather forecast for Auckland, New Zealand, you would enter:http://www.bbc.com/weather/2193733
Describe each of the following elements in the web address (4 marks).
http:// _______________________________________________________________________
www.bbc.com ________________________________________________________________
Weather _____________________________________________________________________
2193733 _____________________________________________________________
33. A picture is an element of a web page. Name three other elements that could be used in aweb page. (3
marks).
__________________________________________________________________________________
__________________________________________________________________________________
34. A student is designing a web page about herself which she plans to publish on the internet.The web page
will contain a picture of herself as well as other details.She wants to place a picture ‘‘sport.jpg’’ on
it.Write the line of HTML markup to display the picture or to display the words ‘‘play sport’’ if thebrowser
cannot locate the picture.
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
__________________________________________________________________________________
6
E.Kelly & A.Lawson