Web Tech Model Paper
Web Tech Model Paper
Web Tech Model Paper
GIDA, Gorakhpur
Affiliated to Dr. APJ Abdul Kalam Technical University, Lucknow
Model Paper 1
Total number of printed pages:2
Even Semester (2021-22), B. Tech.
Semester: VI
Subject Name: Web Technology
Time: 3 Hrs Maximum Marks: 100
Student’s Id. / Roll No.: Date of Examination:
SECTION A
1. Attempt all questions in brief. 210=20
Q. No. Question Marks CO
a. Describe in brief, the growth of the web technology. Explain the 2 1
protocols governing the web.
b. Explain the HTTP protocol 2 1
c. Explain web project. 2 2
d. What are the stages and strategies required to develop a web project? 2 2
h. Which type of essential skills required being a member of web project team? 2 4
b. What is list in HTML ? What are the different types of lists in HTML ? Give an 10 2
example of each type?
e. Write a Java program to create an applet for calculator and also perform event 10 5
handling on each button.
SECTION C
3. Attempt any one part of the following: 1 x 10 = 10
Q. No. Question Marks CO
a. What are exceptions and how they are handled ? Explain with an example. How 10 1
we define a try and catch block ? Is it essential to catch all types of exceptions ?
b. Define thread. How to create a thread in java ? Write a program that executes 10 1
two threads. One thread will print the even numbers and another thread will
print odd numbers from 1 to 5.
4. Attempt any one part of the following: 1 x 10 = 10
Q. No. Question Marks CO
a. Compare object-oriented programming and objectbased programming 10 2
with example. List the features of objectoriented programming. Write a
program in Java to demonstrate use of this keyword in constructor.
b. How the layout manager manage the AWT controls ? Write a program to 10 2
demonstrate graphics (i.e. line, circle, rectangle etc.) using Frame, Panel, and
layout manager.