fall 2012_cs101_2_sol

Upload: fahad-nabeel

Post on 14-Apr-2018

213 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/27/2019 Fall 2012_CS101_2_SOL

    1/3

    Solution

    Assignment No. 02

    Semester: Fall 2012

    Introduction to Computing-CS101

    Total Marks: 15

    Due Date: 27/11/2012

    Instructions:

    Please read the following instructions carefully before submitting assignment:

    You will submit your assignment before or on due date on VU-LMS.

    Assignment should be completed by your own efforts it should not be copied from

    internet, handouts or books.

    You should submit your MS Word File via assignment interface at VU-LMS.

    Assignment sent via Email will not be replied and accepted/graded in any case.

    If the submitted assignment does not open or file is corrupt, it will not be graded.

    You will submit solution only in Microsoft Word File.

    Objectives:

    To understand the fundamentals of web development.

    For any query about the assignment, contact at [email protected]

    Assignment Questions

    Question No 1: Marks 5

    Write a program in html to develop a drop down list that shows following five subjects of your

    semester in which introduction to computing CS101 is selected as default.

    1. CS101 Introduction to Computing

    2. CS502 fundamentals of Algorithms3. ENG101 - English Comprehension

    4. IT430 E Commerce

    5. MGT101 - Financial Accounting

    Answer:

    Semester Subjects

  • 7/27/2019 Fall 2012_CS101_2_SOL

    2/3

    Question No 2: Marks 10

    Develop a table in html with the given columns and rows as shown in the following snapshot.

    o The size of table border should be 1

    o The background color should be pink

    o It should be aligned in the center.

    o Use the caption of the table as Semester Mark Sheeto Use cell padding to present the cell data with clarity.

    Rest of the table

    Subject Name

    Semester Fall 2012

    Answer:

    Semester Marksheet

    Subject Name

    Semester Fall 2012

    Total Marks

    Obtained Marks

    Grade

    CS101 100

    80

    A

    IT430

    100 85

    A

    CS502

    100 75

    B

  • 7/27/2019 Fall 2012_CS101_2_SOL

    3/3

    Note:

    o You have to develop the assignment in Notepad, then copy the code in MS Word and

    submit the word file.

    o You will submit only MS Word file (.doc). None of the other files will be acceptable.

    BEST OF LUCK