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

IT602 (4)

Uploaded by

Sayantan Laha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views

IT602 (4)

Uploaded by

Sayantan Laha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

NARULA INSTITUTE OF TECHNOLOGY

An Autonomous Institute under MAKAUT

BTECH/IT /EVEN/6th SEM/R_18/IT 602/220-221


YEAR: 222
WEB TECHNOLOGY
IT 602
TIME ALLOTTED: 3 HRS FULL MARKS: 70
The figures in the margin indicate full marks.
Candidates are required to give their answers in their own words as far as practicable
GROUP – A
(Multiple Choice Type Questions)
1. Answer any ten from the following, choosing the correct alternative of each question: 10×1=10
Sl Question Marks CO No.
1(i) Who is making the Web standards? 1 2
a) Mozilla
b) Microsoft
c) The World Wide Web Consortium
d) NVDIA

1(ii) In a Javascript Application what function can be used to send 1 1


messages to users requesting for an text input?
a) Display()
b) Alert()
c) GetOutput()
d) Prompt()

1(iii) What does error 44 or Not Found error while accessing a URL 1 2
mean?
a) The server could not find the requested URL
b) Requested HTML file is not available
c) The path to the interpreter of the script is not valid
d) The requested HTML file does not have sufficient permissions

1(iv) Assume that an HTML form is designed to purchase the furniture. All the items 1 4
required are being checked. After selecting the items the payment details are
entered and the submit button is pressed. From the following options which one
would you prefer to send the data to the server. Assume that all the security is
handled.
a) Only POST
b) Only GET
c) Either of GET or POST
d) Neither GET nor POST

1(v) Which of the following statements are true? 1 3

a) HTTP runs over TCP


b) HTTP allows information to be stored in a URL
c) HTTP can be used to test the validity of a hypertext link
d) All of the above

Page 1 of 3
Even semester theory examination 222 under autonomy 24-JUNE-2022
NARULA INSTITUTE OF TECHNOLOGY
An Autonomous Institute under MAKAUT

1(vi) Which one of the following objects can be used in expression and 1 4
scriplets in JSP without explicitly declaring them?
a) Request and response only
b) Response and session only
c) Session and request only
d) Session,request and response

1(vii) Which of the following is true about Web services? 1 1


a) Web services are open standard (XML, SOAP, HTTP etc.) based Web
applications
b) Web services interact with other web applications for the purpose of
exchanging data
c) Web Services can convert your existing applications into Web-
applications.
d) All of the above

1(viii) Which of the following is the correct syntax to print a page using JavaScript? 1 2
a) window.print();
b) browser.print();
c) navigator.print();
d) document.print();

1(xi) Which of the following is true about variable naming conventions in JavaScript? 1 3
a) You should not use any of the JavaScript reserved keyword as variable
name.
b) JavaScript variable names should not start with a numeral (0-9).
c) Both of the above.
d) None of the above.

1(x) What XML stands for? 1 4


a) Extra Marked Language
b) Extensible Markup Language
c) Extensible Marked Literal
d) Extra Markup Language

1(xi) Request is instance of which class?Quality product 1 3


a) Request
b) HttpRequest
c) HttpServletRequest
d) ServletRequest

GROUP – B
(Short Answer Type Questions)
(Answer any three of the following) 3 x 5 = 15
Sl Question Marks CO No.
2 What is HTTP? How does it work? Give appropriate example. 5 2
3 What is JDBC? What are the role of Statement object and Result set in JDBC 5 3
frame.

4.a) What is client side scripting? 2 2


4.b) Explain with suitable example. 3 2

Page 2 of 3
Even semester theory examination 222 under autonomy 24-JUNE-2022
NARULA INSTITUTE OF TECHNOLOGY
An Autonomous Institute under MAKAUT

5 Write a short note on cookie with example. 5 3

6.a) Define CSS. 2 4


6.b) What are the benefits to use CSS? 3 4
GROUP – C
(Short Answer Type Questions)
(Answer any three of the following) 3 x 15 = 45

7.a) Define Jasmine. 2 3


7.b) How do i test in Node.js with Jasmine ? 6 3
7.c) How to Create http Server and Get Data in Node.JS? 7 3

8.a) What is Servlet? 3 4


8.b) Briefly explain life cycle of Servlet? 7 4
8.c) Difference between web Server vs Application Server. 5 4

9.a) Define web technology? 3 2


9.b) Draw Web architecture and explain. 5 2
9.c) What are HTML tags.define.How can you insert rows and column 7 2
in HTML.

10.a) Write addition program using java script. 7 1


10.b) What is XML.What is PHP define with example?What is JSP.Example.What is 8 1
JDBC.

11 Write short notes on any three of the following: 3 x 5 =15


11.a) Mongodb 5 3
11.b) W3C 5 3
11.c) Applet 5 4
11.d) HTTPS 5 2
11.e) XML 5 4

Page 3 of 3
Even semester theory examination 222 under autonomy 24-JUNE-2022

You might also like