Sei sulla pagina 1di 6

IT1451-Web Technology 1

KINGS
COLLEGE OF ENGINEERING

DEPARTMENT OF INFORMATION TECHNOLOGY

QUESTION BANK

SUB.CODE / NAME: IT1451- Web Technology


YEAR / SEM: IV / VII
UNIT – I
INTRODUCTION
PART –A( 2 Marks)
1. Define www.
2. Define DNS.
3. Define protocol.
4. List out some common protocol used in mail services.
5. Define MIME headers.
6. Give short notes on IMAP.
7. Differentiate Hypermedia and Hypertext.
8. List out the various Escape sequences available in java script.
9. Mention the purpose of ParseInt Function and also give an example for it.
10. Give an example for compound assignment operator.
11. Differentiate between Recursion ans Iteration.
12. Mention the purpose of isNAN Function and also give an example for it.
13. Which statement is used to display content on webpage?
14. Define cookies.
15. Write a program in javascript to read and display your name in the webpage.

Part – B
1. a. Write a simple program in javascript to print multiple line of text in a web page with a
program with single statement. (08)
b. Write a java script program for alert dialog box displaying multiple lines. (08)
2. a. Write a program in java script to calculate a class average using sentinel controlled
repetition. (08)
b. Write a program in java script to switch between XHTML list formats using switch

Kings College of Engineering, Punalkulam


IT1451-Web Technology 2

case statement. (08)


3. a. Write a program in java script to convert number bases. (08)
b. Write a program in java script to find maximum of 3 numbers using standard math
function. (08)
4. a. Write a program in java script to calculate factorial using recursive function. (08)
b. Write program in java script to sort an array. (08)
5. a. Write a program in java script to perform sorting in an array. (08)
b. Explain SMTP. (08)
6. Explain:
a. Document object (08)
b. Window object (08)
7. Develop a welcome page using various JavaScript concepts. (16)
8. Define Protocol.Explain the importance of HTTP and FTP protocols. (16)
9. Explain in detail about SMTP and IMAP protocols. (16)
UNIT – II
DYNAMIC HTML
PART –A ( 2 Marks)
1. Define Dynamic content.
2. Differentiate between All collection object and children collection object.
3. Give short notes on navigator object.
4. Write a note on DHTML Object Model.
5. Define Event Model.
6. Define Event Bubbling.
7. Give the use of onload and onclick event with eg.
8. List out the keyboard events available in DHTML.
9. How errors are handled in DHTML?
10. Write a short note on Filters and also mention its types.
11. Define Transitions.
12. Differentiate between Mask Filter and Blur Filter.
13. List out the styles created during different transitions from opaque to transparent.
14. Give the use of offx and offy properties of Dropshadow.
15. Differentiate Apply and Play methods in Transition.
16. Define DSO.
17. Define Data Binding.
Kings College of Engineering, Punalkulam
IT1451-Web Technology 3

18. Give short note on sort property of ActiveX control.


19. List out the Data Binding Elements.
20. Which statement is used to bind an image and table in webpage? Give an example for it.
21. List out the Mouse events available in DHTML.
Part – B
1. a. Write a program in java script for dynamic positioning of text in the page. (08)
b. Write a program in java script to create multiple frames and also access the object in
other frames. (08)
2. a. Write a program in java script to indirect the users using the navigator object. (08)
b. Write a program in java script for on-click event. (08)
3. Explain DOM. (16)
4. a. Write a program in java script to handle on-focus and onblur events. (08)
b. Explain data binding with example. (08)
5. Explain event bubbling with examples. (16)
6. Explain image filters in detail with examples. (16)
7. Explain advanced filters in detail. (16)
8. a. Write a program in java script to bind a data to a table element. (08)
b. Write a program in java script to sort data in table. (08)
UNIT – III
MULTIMEDIA
PART –A ( 2 Marks)
1. Write a short note on get method and post method.
2. Define Electronic commerce.
3. Differentiate between client side scripting and server side scripting.
4. How will you access the local server?
5. Define DNS Lookup.
6. List out functions of web server.
7. Define Virtual Directory.
8. Write a short note on bgsound element and also give an example for it.
9. Define SMIL.
10. Define WTLS.
11. Define SSL.
12. What is consumer tracking?
13. Write a short note on embed element and also give an example for it
Kings College of Engineering, Punalkulam
IT1451-Web Technology 4

14. Define VPN.


15. Mention the necessity of key management schemes.
16. What is micro payment?
17. Define IPSec.
18. List out the various security attacks in network.
19. What is branding?
20. Define SVG.
21. Define cryptanalysis.
22. Define IIS.
Part – B
1. Explain IIS in detail. (16)
2. Explain in detail about Apache Web server. (16)
3. Write a program in JavaScript to play a video file with IMG element. (16)
4. Write a program in JavaScript to embed audio/video file with embed element. (16)
5. Explain in detail about SMIL. (16)
6. Explain in detail about SVG. (16)
7. Explain Multitier Application Model. (16)
8. Explain the HTTP request types with an example. (16)
9. Explain Customer Resource Management in detail. (16)
10. Explain:
a. Credit card payment (08)
b. Micro payment (08)
11. Explain the various E-Business models. (16)
UNIT – IV
DATABASE- ASP – XML
PART –A ( 2 Marks)
1. List out the uses of XML.
2. Mention the features of scripting languages.
3. Define DTD.
4. Differentiate Internal DTD and External DTD with eg.
5. What is XML prolog?
6. List out the XML vocabularies.
7. Differentiate URI and URL.
8. Define XML parser.
Kings College of Engineering, Punalkulam
IT1451-Web Technology 5

9. What is meant by XML namespace?


10. Define XSLT.
11. Define CSS.
12. Mention the advantage of using validating parser over non validating parser.
13. Define DOM.
14. Write a short note on DBMS.
15. Define relational database model.
16. Give the use of primary key in database with eg.
17. Give the syntax for merging data from multiple tables.
18. What is session tracking?
19. What is the purpose of using file system objects in ASP?
20. What is meant by Server side ActiveX component?
21. Define ADO.
22. What is meant by Session object?
Part – B
1. a. Explain SQL features with eg. (08)
b. Explain XML Namespace with an example. (08)
2. Describe in detail about DTD and XML Schema. (16)
3. Explain the various XML vocabularies with example. (16)
4. Explain DOM and its methods with an example. (16)
5. Explain Server side ActiveX Component in detail with eg. (16)
6. Explain the following:
a. ASP objects. (08)
b. File System objects. (08)
7. Explain in detail about how to access a database using ASP with example. (16)
8. a. Explain Session tracking and Cookies. (08)
b. Explain ADO in detail (08)
UNIT – V
SERVLETS AND JSP
PART –A ( 2 Marks)
1. List out advantages of using server side scripting.
2. Compare ASP and JSP.
3. Define CGI.
4. Give the syntax of doPost and doGet methods.
Kings College of Engineering, Punalkulam
IT1451-Web Technology 6

5. Give reasons for using javax.servlet package.


6. Write a servlet program to display a hello world message.
7. What are the key components of a JSP?
8. What is the usage of JSP page directive?
9. Define Include Directive.
10. Mention the purpose of Init() and destroy() functions.
11. Differentiate implements and extends variables.
12. What is meant by implicit objects?
13. What is meant by standard actions>
14. Give reasons for using directives and also list its types.
15. Differentiate include action and forward action.
16. Why do we need connection pools in jdbc?
17. Define dynamic JSP?
18. What is page translation in JSP?
19. What are the four broad categories of core syntax elements defined by the JSP
specification?
20. Define the term translation-time processing errors in JSP?
21. What is JSP scriptlets?
22. Difference between two-tier and n-tier model
23. What is Servlets?
Part – B
1. a. Explain Servlet Life cycle. (08)
b. Write a program in JavaScript to use JDBC from a Servlet. (08)
2. Write a program in JavaScript to handle HTTP get and post requests. (16)
3. Explain various scripting components in JSP with an example. (16)
4. Explain the various Standard actions in detail. (16)
5. Describe in detail about the types of Directives. (16)
6. List and explain the Multitier Applications in detail. (16)
7. Write a program in JavaScript to handle the redirection of HTTP requests. (16)

Kings College of Engineering, Punalkulam

Potrebbero piacerti anche