Download WEB1201 - Sunway Campus Library

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Cascading Style Sheets wikipedia , lookup

URL shortening wikipedia , lookup

URL redirection wikipedia , lookup

Transcript
___________________________________________________________
FACULTY OF SCIENCE AND TECHNOLOGY
EXAMINATION FOR THE BSC (HONS) INFORMATION TECHNOLOGY, BSC
(HONS) INFORMATION SYSTEMS AND BSC (HONS) COMPUTER SCIENCE;
YEAR 1
WEB1201: WEB FUNDAMENTALS
FINAL – SPECIMEN PAPER
TIME: 2 HOURS + 10 MINUTES READING TIME
___________________________________________________________
INSTRUCTIONS TO CANDIDATES
Answer ALL questions.
All answers must be written in the answer booklets provided using blue or black ink.
IMPORTANT NOTES TO CANDIDATES
Materials Allowed
Standard Items :
Special Items :
Pen, Pencil, Eraser or Correction Fluid, Ruler
Non Programmable Calculators
It is your responsibility to ensure that you do NOT have in your possession any
unauthorised notes or any other means that would improperly help you in your work. If
you have any unauthorised materials with you, hand it to the invigilator BEFORE
reading any further.
DO NOT REMOVE THIS QUESTION PAPER FROM THE EXAMINATION HALL
[This paper contains FIVE questions printed on THREE pages]
Question 1 (20 marks)
a)
b)
Today's Web sites are primarily a basic client-server network
programming model with three common elements: Server, Client
and Network.
i)
Elaborate each elements
(4 marks)
ii)
Give TWO (2) examples of technologies used in client -side.
(2 marks)
iii)
Give TWO (2) examples of technologies used in server-side.
(2 marks)
iv)
Give TWO (2) examples of hardware connectivity devices
used on the network.
(2 marks)
Write a complete HTML code to display the following output. The
table width is “475” and the cells width for both the Menu and
Advertisement are “25%” with table border = 1.
(10 marks)
Question 2 (20 marks)
a)
b)
You’re requested to create three hypertext links below. Write the
HTML code for each.
i)
Email address: [email protected] (open in the same
window), with the link text “Email Me”.
(4 marks)
ii)
Website of www.sunway.edu.my (open in a new window),
with the link text “My Homepage”.
(3 marks)
iii)
FTP site: ftp.site.org (open in a window named ‘new’), with
the link text “Upload File”
(3 marks)
Write the CSS tags to achieve the below styling effects for your
web page:
i)
Remove the default underline style of hypertext link.
(1 mark)
ii)
Set the hyperlink hover style with red font and black
background.
(2 marks)
WEB1201: Web Fundamentals
(Specimen Paper)
1
iii)
Use graphic image ‘redbal.gif’ for the list marker.
(1 mark)
iv)
Hide an object and removed it from the page flow.
(1 mark)
v)
Hide an object but keep it as part of the page flow.
(1 mark)
vi)
Use a background image ‘background.jpg’ and tiled the
image only horizontally across the width of the element.
(2 marks)
vii)
Set text to bold, italic and underline.
(2 marks)
Question 3 (20 marks)
a)
b)
i)
What is URL acronym stands for?
(2 marks)
ii)
What are the FOUR(4) parts that form a complete URL?
(4 marks)
iii)
Explain the difference between Absolute URL and Relative
URL.
(3 marks)
iv)
As a web developer, you’re encouraged to use relative
URLS instead of absolute URLs, why?
(3 marks)
Refer to the diagram below, write down the HTML code in
‘page1.htm’ for:
i)
Linking to the page ‘index.htm’ by using absolute URL
(2 marks)
ii)
Linking to the page ‘index.htm’ by using relative URL
(2 marks)
iii)
Insert the image ‘logo.gif’ by using absolute URL
(2 marks)
iv)
Insert the image ‘logo.gif’ by using relative URL
(2 marks)
WEB1201: Web Fundamentals
(Specimen Paper)
2
Question 4 (20 marks)
a)
Maybank Phishing Scam E-mails in Malaysia
March 23rd, 2009 by ShaolinTiger at 12:02 PM UTC - 3,755 views
Recently I've received quite a few Phishing scam e-mails
pretending to be from Maybank, of course I'm not even a
Maybank customer
.
For those that don't know, Phishing is..... It looks like one of my email addresses has gotten onto some local Malaysian scam/spam
e-mail list. Thankfully it's not my normal mail, it's one I use for
signing up to sites and for places likely to generate junk.
b)
i)
Above article is about a reported Phishing case in Malaysia.
What is Phishing and Spoofing? Elaborate the relationship
between these two.
(6 marks)
ii)
There are several internet best practices if followed will
minimize your risk from the internet threats. In your opinion,
which best practice if adhere to will help to prevent you from
the above case, state your reasons.
(6 marks)
Briefly describe TWO (2) major security technologies to minimize
or avoid internet threats.
(8 marks)
Question 5 (20 marks)
a)
What does the acronym CSS stand for? Explain the usage of
CSS.
(10 marks)
b)
In your opinion, how do you think a CSS can enhance your work
as a web designer?
(10 marks)
~ END OF PAPER ~
WEB1201: Web Fundamentals
(Specimen Paper)
3