You are on page 1of 2

TERTIARY AND VOCATIONAL EDUCATION COMMISSION

COMMON WRITTEN EXAMINATION


All rights reserved.
NVQ Level 05 –Semester II

Information & Communication Technology

Web Programming (Practical) K72T001M07 Three Hours

Answer All Questions.

“ABC Training Institute” hired you to develop new student web portal to view their
semester results online. Sample page given below,

Add Banner Here

Home Events Courses About us


Name :
User Name Index No. :
Result
Subjects Marks
Password

Submit

© Copyright 2019 Design Shack

1. Create a web page as given above. (10 marks)


2. Use external CSS file to design above web page. (10 marks)
3. When student enter their user name and password it should check whether it’s
correct or not, if it is correct then show their Name, Index No. and Results.
Otherwise prompt an error message. (45 marks)
4. Create a database and implement the following two tables with sample data.
That will use to display students subject information. (25 marks)

Page 1 of 2
TERTIARY AND VOCATIONAL EDUCATION COMMISSION

COMMON WRITTEN EXAMINATION

5. Create a separate folder with your index number and store all your files and
folders with database backup. (10 marks)
Database tables

a. User table

User Name Password Name Index No


Fernando IPH@F I.P.H. Fernando 2018L501
Silva HJM#S H.J.M. Silva 2018L502
Perera PDU$P P.D.U. Perera 2018L503

b. Result table

Index No Subject Marks


2018L501 Software Programming 67
2018L501 Graphic Design 75
2018L501 Web Design 83
2018L502 Software Programming 55
2018L502 Graphic Design 85
2018L502 Web Design 65
2018L503 Software Programming 72
2018L503 Graphic Design 89
2018L503 Web Design 50

Page 2 of 2

You might also like