Virtual University VU Solved Assignments/Quizzes/GDBs, Past Solved Papers/Assignments/Online Quizzes Solutions.

Friday, November 12, 2010

CS101 Assignment No. 2 Announced

Assignment No. 2
Semester: FALL 2010
CS101 Introduction to Computing
Total Marks: 15

Due Date: November 22, 2010
Instructions
Please read the following instructions carefully before submitting assignment:
It should be clear that your assignment will not get any credit if:

o Assignment is submitted after due date.
o Submitted assignment does not open or file is corrupt.
o Assignment is copied (From internet/ to from students).

Objective
The assignment has been designed to enable Students:
• Understanding HTML and JavaScript
• Lectures covered 12 and 15

Software (s) Used to develop Assignment

Note Pad

Assignment Submission Instructions 

• The Assignment should be submitted in .html format.
• Do not submit an image of html document, it is not accepted in any case.
• Do not submit document / MS-Word file containing your code.

Guidelines to Solve Assignment:

• Use On click event on submit and reset button to control the empty fields.
• Submit and Reset buttons are working properly. On submission the form must be navigated to www.vu.edu.pk
• Your controls in the form are well organized and functional.
• Follow the layout provided to you.
• Color used in Header, Content and Footer is magenta
• Web Page Title = Student admission form: Student ID: Your VU ID
• Follow the Layout ( Header , content, footer)
• Use Forms and tables to show different controls in the form (Interfacing)
• Use On click () event on submit button in Java Script to control empty fields.
o Name field length contains maximum 25 characters and not empty.
o Father's name field contains maximum 25 characters and not empty.
o Postal address field not empty.
o CV field not empty. 
Assignment 

You are required to design an Admission form for educational website in HTML.
(15 Marks)

Admission page will have three main parts

1. Header
2. Content
3. Footer

Header

Header contains any heading representing your form, you should write Admission Form there and you may use any image/background color behind the heading.

Content

The content section will contain three sub sections

1. Biodata
2. Education
3. Degree Program
Combo Box of Highest Education has these values in it:
- BBA
- B.A.
- BSIT
- BCS
- MBA
- MCS

Combo Box of Program Applied For has these values in it:
- MS (CS)
- MS (BA)
- MCS
- MBA
- BCS
- BBA

Footer

The Footer section will display a simple footer text(it can be anything)

The complete Web page Preview

No comments:

Post a Comment