IT602 (4)
IT602 (4)
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
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(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.
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.
Page 2 of 3
Even semester theory examination 222 under autonomy 24-JUNE-2022
NARULA INSTITUTE OF TECHNOLOGY
An Autonomous Institute under MAKAUT
Page 3 of 3
Even semester theory examination 222 under autonomy 24-JUNE-2022