Lab Exam Question Paper - Web Programming Tech - Batch 2,3,4
Lab Exam Question Paper - Web Programming Tech - Batch 2,3,4
INSTRUCTIONS:
• All Questions are compulsory.
• Create one folder on your machine rename it with your PRN (Pls use complete PRN)
• Copy all the solution files of all questions in the above created folder
• After copying all the files right click on main folder select option "Add to Achieve" and click on radio
button in front of zip option.
• It will create zip folder of your PRN. This will be your final folder to upload.
• Submissions : .html for Q1, .js and .txt files for Q2 and App.js and ChildComponent.js for Q3 also
submit screen shots of output
• Please note before uploading zip folder make sure you have copied all your relevant files in
the respective folders. Once you upload the final folder you will not be able to re upload it.
• Kindly ensure before creating zip file, make sure all the required files should be closed to
avoid any corruption of the zip file.
• Zip File should be renamed with FULL PRN No. of the
candidate. (For example: 210540181001.zip)
Q1. Create a Seminar registration form to accept participant details. [Marks: 20]
• The participant name should be concatenated as one single string (eg Dr Manoj Singh). [2 Marks]
• The “Display all Details” will display all participants’ details in a neat format in a separate window.
[3 Marks]
• Look and Feel [3 Marks]
• Make use of HTML5, Javascript, CSS. Use jQuery and Bootstrap if you are comfortable
Create a file that contains numbers only. read from file, for every number, calculate its square and finally
display the sum of squares of all numbers. Also, display the average of original set of numbers
eg if file contains:
1
2
3
4
5