CSC203: INTRODUCTION TO WEB PROGRAMMING 1-1ST SEMESTER-2019 SESSION-EXAM PAST QUESTIONS (FUOEXAMS)
CSC203: INTRODUCTION TO WEB PROGRAMMING I
(FEDERAL
UNIVERSITY OTUOKE, 2018/2019 SESSION 1ST SEMESTER)
INSTRUCTION: ANSWER QUESTION ONE, TWO (COMPULSORY) AND ANY OTHER
THREE QUESTION
1. QUESTION ONE
a.
Create an online job application form. The
application form is for a computer company called Tsoft Corporation who are
advertising for computer programmers. Your form’s action should post the
application to your school email address. Your application form must have the
following elements:
i.
Position applied for (autofocus), name, Nationality,
date of birth (selected from an auto picker), address (in a text area),
telephone number and email (required).
ii.
Educational history and qualifications.
iii.
Work experience/employment/training in terms of
employer history and number of years of experience selected from a slider. Set
maximum years of experience to 10 years.
iv.
Personal statement
v.
Two referees including names, occupation,
relationship, address, telephone.
2.
QUESTION TWO
a.
You are designing a web page to display pop
songs lyrics (naturally the copyright has been permitted). The information
needs to be displayed on the page in the style presented below. Use only the
h1, h2, body and p HTML tags; Note that two or more classes are needed for some
of these tags
i.
Artist: 14pt, Arial, Bold, Moccasin
ii.
Song title: 14pt, Arial, Normal, Khaki
iii.
Album: 12pt, Arial, Normal, Khaki
iv.
Year: 12pt, Arial, Bold, Ivory
v.
Background: Color = Chocolate
vi.
Verse: 14pt, Trebuchet MS, Bold, gold,
margin-left:2cm, margin-right:2cm
vii.
Chorus: 14pt, Trebuchet MS, Bold and Italized,
Gold, Margin-left:4cm, Margin-right:4cm
3.
QUESTION
THREE
a.
Write an HTML file that creates an array called
ages containing the following numbers: 21, 14, 33, 66, 11. Write code so that
the values of array elements0, 1 and 3 are displayed.
4.
QUESTION
FOUR
a.
Write and test a document containing HTML and
JavaScript that displays the background color of the document, warns you of a
change of color is to take place, then
changes it to blue (use the string “blue”). Repeat this for the orange-like
color coral, using its HEX representation “FF7F50” and confirm the change with
an alert.
5.
QUESTION
FIVE
a.
Explain the advantages and disadvantages of
using stylesheets
b.
List 5 advantages and disadvantages of iframes
c.
Explain the differences between JavaScript and
Java
6.
QUESTION
SIX
a.
List and explain 5 web technology terminologies
you know
b.
Write down your ideas about the possible
drawbacks of hypertext using the following headings.
i.
Navigation difficulties
ii.
No main catalogues
iii.
Network overload
iv.
Link fossilization
7.
QUESTION
SEVEN
a.
Define web security
b.
List and explain 5 common web security
vulnerabilities you know
c.
Explain the JavaScript object model
Comments
Post a Comment