0% found this document useful (0 votes)
50 views

Web Technology

Uploaded by

Aparna Pandey
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
50 views

Web Technology

Uploaded by

Aparna Pandey
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Printed Pages: 02 Sub Code: KIT-501

Roll
No.

B.TECH
(SEM V) THEORY EXAMINATION 2022-23
WEB TECHNOLOGY
Time: 3 Hours Total Marks: 100
Note: Attempt all Sections. If you require any missing data, then choose suitably.

SECTION A
1 Attempt all questions in brief. 2 x 10 = 20
(a) Discuss the comparison among JDK, JRE and JVM?
(b) Discuss basic elements of a good website design.
(c) Discuss the usage of Cascading style sheets.
(d) What is DHTM?
Define Protocol. Provide the name of protocols governing web.
(t) What to you understand by Datagram?
(g) Discuss difference between ODBC and JDBC.
(h) Discuss do Post() and do Get() method.
(i) Discuss difference between CGI and Servlet.
Discuss JSP Technology. 3 2

SECTION B
2. Attempt any three of the following: 10 x 3 = 30 4 2

(a) Discuss the Packages in Java. Discúss how to create a user defined
package in Java with a suitable example.
(b) Write HTML code to design "a fom for online Railway Reservation
Website" (Make Assumptions).
(c) What is AJAX and also'discuss its Advantages? Explain its working
with a suitable Example.
(d) Write down the steps to connect database with web application using
JDBC.
(e) Explain the Servlet Life Cyck. Write a servlet code to display a string
"WEAR MASK!" 13:24

SECTION C
3. Attempt any one part of the following: 10 x l= 10
(a) What are 'Exceptions' and how they are Handled' in Java? Explain the
keywords try, catch, throw, throws with a suitable example.
(b) Discuss what you understand by Inheritance? List out various type
Inheritance with suitable example

4. Attempt any one part of the following: 10 x1= 10


(a) Write the HTML code to design a Student registration form. (Assume
fields).
(b) What is DTD? Discuss its differences with XML Schema.
5. Attempt any one part of the following: 10 x1= 10
(a) Discuss in brief how to perform Client Side Validation like Mandatory
fields and Email field using Java Script? Justify with a suitable
example.
(b) What is CSS? Discuss the different ways to create CSS. Explain with
example.

Downloaded from: uptukhabar. net


6. Attempt any one part of the following: 10 x 1= 10
(a) What is EJB, also discuss its Architecture. Differentiate between Java
Bean and EJB.
(b) What are java Beans? Why they are used? Write a JSP page and use an
existing java bean in JSP page by using the standard action. Write the
program with describing the output?
7. Attempt any one part of the following: 10x 1 = 10
(a) Discuss the different types of standard action tags used in JSP. Discuss
the implicit objects available to JSP page.
(b) (i) Create a HTML Form for taking Account Number as User Input.
(ii) Write a Servlet program recciving this HTML form data and
connect it with the Database by using JDBC.
(iii) Send the current user Account Balance stored in a specific
Database back to the User as response.
(iv) Mention all the assumptions like Table Name, Database Name,
Field Name etc

2 5 - 0 1 - 2
1 0
3 2
:32 41: 1
1 7
8 .|5 5 . 2 4 2 . 1 3

Q P 2 3
1 D
2 P
9 0
Subject Code: KCS602
PAPER ID-420697
Roll No:
BTECH
(SEM V) THEORY EXAMINATION 2021-22
WEB TECHNOLOGY

Time: 3 Hours Total Marks: 100


Note: Atempt all Sections. If you require any missing data, then choose suitably.
SECTION A
1. Attempt all questions in brief. 2*10 =20
Qno Questions CO
(a) Explain Thread and how many ways to create thread in java? 0-1
(6) Describe life cycle of Applet. CO-1
(C) Describe the advantages of CSS. CO-2
(d) Create Object in JavaScript. CO-3
(e) Differentiate between HTML and XML. CO-3
(f) Illustrate ResultSetMetaData Interface in JDBC. CO-4
Outline Implicit Objects in JSP. CO-5
(h) Identify the Dissimilarities between web server and Application CO-1
server.

() Explain the Directory structure of web application. CO-5


) Describe the characteristics of JavaBeans. CO-3

SECTION B
2, Attempt any three of the following: 10*3 = 30
Ono Questions CO
(a) Illustrate the features of Java Programming Language. CO-1
(b) Create a css rule that makes all the text 2 times larger than the base font CO-2
of the system. Mention can you integrate css on a web page.
(c) Explain the working of AJAX along with its applications. Mention a CO-3
suitable example.
(d) Define the advantages of servlet over CGI? Explain with an example. CO-4
(e) Describe how to use Beans in JSP? Explain with an example. CO-5

SECTION C
3. Attempt any one part of the following: 10*1 = 10
Qno Questions CO
(a) Outline the differences between procedural and object-ofi¬rd
programming language.
(b) Illustrate Inheritance. Why multiple inheritance is not possible in java? C0-1
How to implement multiple inheritance in java?
Attempt any one part of the following: 10 *1= 10
Qno Questions CO
(a) Create an HTML code to create a web page that contains the user CO-2
registration form with following details user name, user date of birth,
user address, user gender, user email id, user mobile number.
(b) Design a XML DTD for self describing weather report having CO-2
following details: Date, location, temperature range (Location
describes city, state and its country. Country code is unique and not
Printed Page: 2 of 2
Subject Code: KCS602
PAPER ID-420697
Roll No:

BTECH
(SEM VI) THEORY EXAMINATION 2021-22
WEB TECHNOLOGY

|left blank. Temperature range describes high and low temp. in


Fahrenheit or Celsius)

5. Attempt any one part of the following: 10*1 = 10


Ono Questions CO
(a) Design a JavaScript program to display the current day and time in the CO-3
following format.
Today is : Monday.
Current time is : 11 AM: 50:58
(b) Create a Java program to find out the IP address of your machine. CO-3

6. Attempt any one part of the following: 10*1 = 10


Qno Questions CO
(a) Define JDBC. Explain the Drivers used in JDBC. Create a JDBC| CO-4
Program for Update and display the record of employees using
prepared statement.
(b) Illustrate Java Bean. Explain characteristics of java Bean.COite
example.
7. Attempt any one part of the following: 10*1 = 10
Qno Questions CO
(a) Illustrate why the session is required in web applications. Mention all CO-5
the session tracking techniques in servlet with their pros and cons. Also
give example of each.
(b) Describe Servlet. Explain types of Servlet. Give an exafp6 bf
|HttpServlet. Write steps to execute the servlet.
Printed pages: 02 Sub Code: NCS-504

Roll No.
B.TECH.
(SEM V)THEORY EXAMINATION 2017-18
WEB TECHNOLOGY
Time: 3 Hours Total Marks: 100
Note: 1, Attempt all Sections. If require any missing data; then choose suitably.
2 Ilustrate with program and comments if required.
SECTION A
1. Attempt all questions in brief. 2 x10 =20
a. Explain the anchor and table tag in HTML?
b. What are forms and how they are created in HTML?
c. Explain the difference between id and class selector in css?
d. Explain well formed and valid xml?
e. What is a web project?
f. Explain client-server architecture with diagram?
g. Write various types of drivers available in java for database handling?
h. Why filters are used in PHP?
i. What is EJB? Explain its types?
What are jar files? Explain its advantage? Write the command for creating jar file?
SECTION B

2. Attempt any three of the following: 10 x 3 = 30


a. What is CSS? What are different ways to create them? Explain with example.
b. What are Exceptions and how they are handled in java? Explain the keywords try.
catch, throw, throws and finally with example?
c. What are Packages in java? How a user defined package is created in java, explain
with example?
d. What is AJAX? Explain its advantage and its working? Explain with example?
e. What is DTD? Also explain its differences with xml schema?
SECTION C
3 Attempt any one part of the following: 10 x1= 10
a) What are JSP directives? Explain various types of directives with example?
(b Explain implicit objects available in jsp with example?
4. Attempt any one part of the following: 10 x1=10
(a) What are standard actions in JSP? Illustrate with example
(b Explain the Life cycle of servlet? Also write a servlet for displaying a string
"HELLO WORLD!"

5. Attempt any two parts of the following: 5x2 = 10

(a) What are scripting languages and why java script is used? Write a JavaScript
function for validating form data like Mandatory Fields and Email field?
(b Define HTML DOM.
(C Explain filters in PHP? Why they are used? Explain with proper example?

6. Attempt any two parts of the following: 5 x2 =10


(a) Explain various protocols governing web? Also explain Web Team?
(b What is PHP? Describe PHP session in detail? Explain the steps involved in
connect PHP pageto MySQL database?
(c) Explain the role of DTD in xml and also describe its types with an example?
7. Attempt any one part of the following: 10 x 1=10
(a) Create a Form in HTML taking Account Number from user as input then write
a servlet program receiving this form data and connect it with Database by
using JDBC.Then send the current account balance of user stored in specific
database back to user as response. Also mention all the assumed required data
like table name, database name and fields name etc.

(b What are java Beans? Why they are used? Write a JSP page and use an existing
java bean in JSP page by using the standard action. Write the program with
describing the output?

Downloaded from : uptukhabar.net


Printed Pages : 1 Roll No. ECS604
B.TECH.
THEORY EXAMINATION (SEM-VI) 2016-17
WEB TECHNOLOGY
Time :3 Hours Max. Marks : 100
Note : Be precise in your answer. In case of numerical problem assume data wherever not provided.

SECTION -A
1. Explain the following: 10 x 2 = 20
(a) What is VBScript? Write a "Hello World" program in VBScript.
(b) What is HTTPS? How HTTPS is different from HTTP.
(c) What is client side validation? How JavaScript is used for client side validation?
(d What are the features of a Java servlets?
(e) What is a Form? Explain method and action attribute of a Form.
(E) Write a brief note on ASP.NET.
g) What do you understand by hyperlinks in HTML? Write mark-up for an image
hyperlink.
(h) Write a program with external style sheet with CSS.
(i) What are entity beans?
G) What is the use of SMTP? Where is it used?

SECTION B
2. Allempl any live of he fulluwing queslions: 5x 10 = 50
Explain Java Applets. Whal are he applications of Applels?
(b What are JAR and Manifest files? Whal is the use uf these files? How these iles are
accessed?
(C) What are Java Server Pages? Explain life cycle of a JSP page? How JSP are better than
Servlets?
(d Differentiate between SAX and DOM parsers in detail.
(e) Write an example of XML DTD. What are rules for writing DTD? Explain with the
help of an example of a book catalog details.
(f) What is client server relationship? How it is implemented? How client server paradigm
is different from peer to peer paradigm?
(g) Differentiate between Internet and Www? What are the different services provided by
Internet?
(h) What do you mean by Introspection of a bean? Explain with suitable example? How
persistence is important for a Java Bean?

SECTION-C
Attempt any two of the following questions: 2x 15 =30
3, Write a note on Struts Framework.
4. What do you mean by JDBC driver in Java? Explain web database. How do you manage a
database through web? Explain with the help of example.
5. Why do we need client side scripting languages like Java Script? How AJAX like technologies
is so useful these days? How AJAX is used for single page processing?

Downloaded from: uptukhabar.net

You might also like