Showing posts with label WEB TECHNOLOGY Question Bank. Show all posts
Showing posts with label WEB TECHNOLOGY Question Bank. Show all posts

IT2353 –WEB TECHNOLOGY–16 marks Questions–1st Edition–Reg 2008

Anna University

DEPARTMENT OF INFORMATION TECHNOLOGY

IT2353 –WEB TECHNOLOGY

Regulation 2008

16 Marks Questions – 1st Edition

All Units


SUBJECT CODE : IT2353

SUBJECT NAME:WEB TECHNOLOGY

Year / Class : 111rd yr IT

Semester : 6th sem

PART B QUESTIONS


Unit 1


 

1. Discuss the various HTML tags in detail .

2. Write short notes on the following

i. IMG tag

ii. TABLE tag

iii. FRAME tag

3. Write an HTML document to provide a form that collect name and telephone numbers.

4. Explain HTML forms in detail along with form elements, attributes & methods.

i. <form method=”how to send” ACTION=”URL of script”>

ii. …form data…

iii. </form>

iv. Form fields & attributes:

<TEXTAREA> element

<INPUT> tag: text, password, checkbox, radio, hidden, reset, submit,

v. button

<SELECT> tag

5. List any four events associated with DHTML and explain each one with an example.

6. Write the XHTML markup to create a frame with a table of contents on the left side of the window and have each entry in the table of contents use internal linking to scroll down the document frame to the appropriate subsection.

7. What are HTML tags? List the commonly used HTML commands.

8. Design a web page that allows the user to choose from a series of images and to view the image in color and grayscale.

9. Develop a html page which accepts

i. -Any mathematical expression

ii. -Evaluate the expression

iii. -Displays the result of the evaluation

10. How to create user interactive web pages using form objects and form elements?

11. What is HTML?List the goals of SGML. explain the various html tags to develop the web pages.

12. What are the necessities of using HTML forms?What is the use of HTML Forms? Create a HTML Form page for Railway Registration Form.

13. Develop a html web page for the following design using frame and frameset.

<frame 1> DEMONSTRATION OF FRAMES

<frame2>

<link1>

<link2>

<link3> <frame3>

<content to be displayed in this frame>

14. How to create user interactive web pages using Form elements and Form objects? Develop an Student registration form using HTML Form elements. (Assume your own fields).


Unit II


1. Explain the document object model architecture

2. Explain the various event handlers in java script. Give an example.

3. Write a java script program to develop the arithmetic calculator

4. Write a java script program to perform the validation process in an application programs

5. Write short notes on scripting languages.

6. What are the various java script objects? Explain each with an example.

7. How to validate the check box and check box group?

8. Explain about types of cascading style sheet? Explain with example

9. Explain the various CSS properties

10. What is html? explain the various html tags to develop the web pages.

11. What is the use of HTML Forms? Create a HTML Form page for Railway Registration Form

12. What is CSS ? List out the Various CSS Properties. Explain the various concepts of CSS properties with neat example.

13. What are the types of CSS? Explain any two with neat example.

14. Explain Dhtml.

15. Explain how Dhtml used to develop the web pages.

16. With a neat diagram write a SCRIPT PROGRAM with validation for the following (each program carries 16 marks)

• Student Mark List

• Inventory System

• Employee Pay Slip generation

• Railway Ticket Reservation

• Online Quiz program

17. Draw form design

• Design must have one Primary key field – always

• check for duplication for the primary key field

• emp- name, product- name, dept-name etc should not be blank

• Write a function for all these validation

• When you introduce any number field, always check it is negative or not, if it so do not accept the input value

• For calculations always use program concept, do not ask the user to enter total, gross etc.

• Instead through program calculate Gross.value = val(basic.value + hra.value+da.value)

• Always use val or ParseInt function when you perform calculation with numbers.

• for avoiding too much of validation better use the following in the design itself

• Radio button

• Command button

• Check box

• List box

• Must introduce SUBMIT & RESET button at the end of the design

18. Explain in detail about all the types of Cascading Style sheet with an example Program draw the form design

19. Mention the 3 types of CSS

20. Write example program for each type of CSS

21. Write the differences and advantages of each CSS

22. Write short notes on the following

23. Write short notes on Java Script/Advantages of Scripting

• Java Script control statements

• Java Script functions

24. Discuss briefly about HTML – Object Model and Collections

• Object modeling

• Object Referencing

• Dynamic Styles

• Dynamic Positioning

25. Discuss briefly Dynamic HTML – Event Model

26. Write Short notes on event model

27. Explain Event bubbling with an example program

28. How can we JavaScript using Objects. Give an Example

29. With an example describe java scripts Control structure.

30. Explain about CSS.

31. With an example describe java scripts Control structure

32. What are Style Sheets? List down the ways of including style information in a document. Explain about types of cascading style sheet? Explain with example.

33. What are the methods associated with array object in JavaScript? Explain each one with an example.

34. Write a JavaScript to display a welcome button of an html form is pressed

35. What do you mean by CSS? Discuss the properties of CSS-level-1 in detail with suitable example.

36. Write a JavaScript program to demonstrate the JavaScript events.

37. Design a webpage with a textbox where the user can enter a four digit number and a button “validate” . Validate the entered number for the following using java script. No zero as the first digit Entered number must be in ascending order of digits (Ex:1234,5678…)

38. Write the complete JavaScript to prompt the user for the radius of the sphere and call function sphere Volume to calculate and display the volume of the sphere. Use the statement. Volume=(4.0/3.0)*Math.PI*Math.pow(radius,3)

39. To calculate the volume, the user should input the radius through an HTML text field and press an HTML button to initiate the calculations.

40. What are the objectives of using Cascading style sheet? Briefly explain about linking of external Style sheets and fixing the backgrounds.

41. Explain the concept of CSS and its properties and its uses with an example.

42. Using a JavaScript create a web page using two image files , which switch between one another as the mouse pointer moves over the images.

43. Write JavaScript for the following. Provide a text box for the user enter user name. validate the username for the no. of characters(assume some no. say 6). Provide a SUBMIT button for the validation to happen. On successful validation display a new page with an image and two text boxes for entering the width and height of the image respectively with a RESIZE button below. On clicking the Resize button validate the width and height numbers and on successful validation display the image with the requested width and height.

44. Develop a simple online shopping application using JavaScript(Assume your own data)

45. What are Style Sheets? List down the ways of including style information in a document. Explain about types of cascading style sheet? Explain with example.

46. What is CSS ? List out the Various CSS Properties. Explain the various concepts of CSS properties with neat example.

47. Explain the various event handlers in java script. Give an example of each. Write a java script program to develop the arithmetic calculator .

48. develop the web page for employee management system and validate all the fields using java script. (Note: The web page should contain all the html forms control)

49. Explain about cascading style sheets in detail.

i. Style sheet rules

ii. Styling a page

iii. Linking style sheets

iv. Inline style sheets.

50. Write a XHTML program to create a web page for your college information using any one CSS type (Assume your own data) .Explain the various CSS properties in detail. Write a suitable code each property.

51. Develop a JavaScript program to display a message “HI ! GOOD MORNING TO YOU” when a page is loaded and display a message “THANKS TO VISIT OUR WEB PAGE” when a page is unloaded.

52. Design a web page with a text box (username) where the user can enter a name and another text box (ID) where the user enter an only four digit ID.NO and a button “validate”. Validate the entered username and ID field for the following using java script.

i. Both the fields should not be empty

ii. Name field should have alphabets

iii. ID field should have numeric.


Unit III


1. Explain the concept of Servlets with an example program

2. Explain about applet to servlet communication with example program?

3. Explain about applet-to-applet communication with example program?

4. Explain about servlet interfaces with snippet code?

5. What are attributes are available for servlet and explain each of them

6. What do mean by Connection pooling? Explain it with an example.

7. What is HTTP Tunneling? Explain with an example

8. What\'s the difference between sendRedirect( ) and forward( ) methods? Explain each with an example

9. List down the methods of GenericServlet .Explain ach of them with an example

10. List down the methods of HttpServlet .Explain ach of them with an example

List down the methods of SevletConfig .Explain ach of them with an example

11. List down the methods of Servletcontext .Explain ach of them with an example

12. Explain implicit objects with example

13. Explain about JSP expressions

14. Explain about JSP actions with example

15. Write down the differences between <jsp: include> and <@include…> with example

16. Briefly explain about Java Server Pages technology

17. Why do I need JSP technology if I already have servlets? And explain the features of JSP over servlet.

18. Explain how are the JSP requests handled with an example?

19. What are Directives? Explain about JSP diecives.

20. Explain in details about taglib .

21. Explain the concepts of JSP directives with suitable example.

22. Explain THE various session tracking MECHANISMS.

23. Explain the architechture of a Servlet?

24. Explain life cycle of a Servlet?

25. What is Servlet Chaining? Explain with an example

26. Explain the concepts of Servlet chaining and communications.

27. Explain about session tracking.

28. Two ways of maintaining the sessions:

i. Cookies

ii. Rewriting URLs

29. Example for session tracking, Shopping cart

30. Explain the feature of Multi-tier application using servlet architecture.

31. Explain the Servlet architecture with its functionality.

32. Develop an HTML document to generate ballot form for an election. The votes submitted are recorded on the server by a servlet handling the form. Cookies must be used to prevent multiple votes by the same client.

33. What is DOM? Explain its usage with HTML with an example.

34. Write a servlet program to implement session tracking using HTTP session object.

35. Compare JSP with servlets.

36. Discuss the traditional methods of session tracking techniques in servlet explain with example.

37. Explain DOM. Write a Javascript Program to validate Radio Button,CHECKBOX and OPTION fields.

38. Explain the servlet life cycle model and explain javax.servlet package

39. Write a HTTP servlet program to authenticate a user and retrieve all information from a HTML registration Form and store in a given data base.

40. Explain the various Java Script objects & Host objects

41. What is DOM? Draw the detailed DOM objects structure. Explain with its usage.


Unit IV


1. Explain the Roles and Advantages of XML.

2. Explain briefly the The Three Revolutions XML

3. Explain XML & DTD.

4. explain the basics of XML Language

5. Explain briefly xml Transformation?

6. Explain briefly XML Schema:

7. Explain Simple API for xml(SAX):

8. Explain about Presentation Technique?

9. Short notes on XML Namespaces?

10. Explain briefly DTD?

11. Briefly Explain About HTTP & XML-RPC

12. Explain about JSP with example program.

13. Mention the rules of well-formed XML.

14. What is DTD? Explain it with example.

15. Describe the following in detail.

16. JSP Standard Actions.

17. JSP Directives.

18. What is a DTD (document Type Definition) . What are its applications?

19. Write a XML schema for a Movie data base table with the following structure:

20. Movie(name, director,date_released, record), name(firstname, midname, lastname), date_released(date, month, year)

21. Write an ASP/JSP code to access a table and records from a student database to obtain the result of a student.

22. List out objects associated with JSP/ASP and highlight the features of each object. Explain the various JSP elements.

23. Write similarities and dissimilarities between XML and DHTML.

24. Write a DTD for the following schema (emp_id, emp_name(firstname, lastname), dob(dd,mm,yyyy), address(city, state)).

25. Create a XML document to store voter ID, voter name, address and date of birth details. Create a DTD to validate the document.

26. Discuss the following

i) Specify the set out development goals of XML.

ii) How is XML defined?

Give the XML syntax and structure rules.

Explain the XML components in detail.


Unit V


1. EXPLAIN RPC.

2. WRITE SHORT NOTES ON JAX.

3. EXPLAIN THE CONCEPT OF WEB SERVICES.

4. EXPLAIN XML SCHEMA WITH AN EXAMPLE.

5. How to build the web applications? Explain the steps ?

6. EXPLAIN SOAP CONCEPTS.

7. What are the various session tracking mechanisms. Explain with example .

8. Develop the web page for student management system using WEB SERVICES.

9. Develop the web page for library management system using WEB SERVICES.

10. Develop the web page for railway reservation system using WEB SERVICES.

11. Explain Web Services ARCHITECTURE.

12. Consider a hospital system. Write a PHP program to consolidate and show the bill to be paid by the in-patients(Assume you own data)

13. EXPLAIN SOAP BUILDING BLOCKS.

14. WRITE A PROGRAM FOR ANY TWO WEBSERVICES.

15. HOW TO STORE THE JAVA OBJECTS AS FILES

16. EXPLAIN SERIALIZATION.

17. EXPLAIN JDBC CONCEPTS.

18. EXPLAIN DATABASES AND SERVLET CONCEPTS.


WEB TECHNOLOGY Question Bank–2012 Edition (All Units)

Anna University

DEPARTMENT OF INFORMATION TECHNOLOGY

SUBJECT CODE/NAME: IT2353-WEB TECHNOLOGY

CLASS: III -IT

WEB TECHNOLOGY - QUESTION BANK


UNIT-I

PART-A


1. Define IP Addressing

2. What is Computer Network?

3. What is Domain Name Space?

4. Define WWW

5. What is Client-Server Communication?

6. List out the various web browsers that are commonly used.

7. Write the basic structure of HTTP Request and Response Message Structure

8. Sketch the Web Browser and Server Communication

9. Write the Structure of HTML.

10. List out the version of HTML.

11. Write the types of XHTML DTD.

12. Write the difference between XHTML and HTML

13. Write the basic document structure of XHTML.

14. What is HTML?

15. List the HTTP Method

16. List out some of Basic Internet Protocols.

PART-B

1. How does the internet work, brief with a sample application.

2. Explain in detail about HTTP Request and Response.

3. Describe in detail about HTML with an example.

4. Write an XHTML program to view student marks

5. Discuss in detail about XHTML with an example.

6. Write an HTML program for user registration form


UNIT-II

PART-A


1. What is CSS?

2. List out the rules for writing CSS.

3. Define Cascading

4. Write the various approaches of CSS.

5. List out the properties of CSS.

6. Write the difference between Linked and Embedded Style Sheet.

7. Define Java Script.

8. How to declaring the variable in Java Script?.

9. Write the syntax for Java Script.

10. Differentiate between Java and JavaScript.

11. Write the origin of Java Script.

12. What do you mean by Event-Driven Computation?

13. Write the difference between Primitive and Object Data Type.

14. What is Implicit Type Conversion?

15. List out some of Screen output keyboard input.

16. Write the types of Popup Boxes.

17. List out the Standard Objects in Java Script.

PART-B

1. Explain the concept of CSS and its uses with an example.

2. Explain the following

a. Write a Java Script program to find largest among 5 numbers.

b. Write a Java Script program to create Popup box, alert and confirm box.

3. Discuss in detail about Java Script.

4. Write short notes on the following a. Operators in Java Script

b. Variable and Data type.

5. Explain the following

a. Write a Java Script program to print the numbers from 0 to 50. b. Write a Java Script program to create table.

6. Explain in detail about Array with an example of Positive and negative numbers.

7. Write a Java Script program to create user registration form.


UNIT-III

PART-A


1. What is DOM?

2. Write the history of DOM.

3. List out the levels of DOM.

4. List out the some of basic terminologies used in DOM tree.

5. How to access the element in Java Script?

6. Write the difference between Event and Event Handling.

7. How to create text box and button in DOM?

8. Write the few of events and tags in DOM.

9. List out the phases of DOM2.

10. Define Event Propagation.

11. What is Event Handler Registration?

12. Differentiate between Applets and Servlets.

13. Write the uses of Servlets.

14. How Servlet Works?

15. How to execute Servlet?

16. Write the Life Cycle of Servlet.

17. List out the Servlet API.

18. Difference between HTTP-GET and POST requests.

19. What is Cookies and its uses?

20. Define JDBC.

21. How JDBC work?

22. Sketch Role of JDBC.

23. List out the components of JDBC architecture.

PART-B

1. Explain in detail about DOM.

2. Write short notes on the following a. Events, Attributes and Tags b. DOM2 event model.

3. Describe in detail about Servlet.

4. Explain the following

a. Write short notes on JDBC .

b. Write a servlet program to display the message by using Cookies.

5. Explain in detail about Servlet Database Connectivity with an example of Student database.

6. Describe in detail about HTTP-GET and POST requests.

7. Discuss the following

a. Write a servlet for creating Student Entry form. b. Write a servlet for creating Department details.


UNIT-IV

PART-A


1. Define XML.

2. Write the use of XML.

3. Write the rules for writing XML.

4. List out the versions of XML

5. What is Namespaces?

6. Define DTD.

7. Write the Merits and Demerits of DTD.

8. How AJAX works?

9. Define XML DOM.

10. How to create node tree in hierarchical representation of XML.

11. Differentiate between DOM and SAX.

12. List out the parts of XSL.

13. Sketch processing of XSLT document.

14. How to create XSL Style sheet?

15. Define JSP.

16. Write the Anatomy of JSP Page.

17. Write the Working of JSP;

18. What is JSTL?.

19. List out the core tag in JSTL.

20. What are all the steps involved in JSP-MS access Connectivity?

21. Define Session Tracking.

22. Write the various scope bean and JSP.

PART-B

1. Explain in detail about XML with an example.

2. Describe in detail about XML DOM with an example of Students details.

3. Write short notes on the following a. DOM and SAX

b. DOM based XML processing.

4. Explain in detail about JSP with an example of currents date and simple message.

5. Discuss in detail about Action elements in JSP with an example of display current time and color.

6. Describe in detail about JSTL with an example of print natural numbers from 1 to 100.

7. Write short notes on Script lets with an example of check the given value is odd or even.

8. Explain about JSP-MS Access Connectivity with an examples of Employee Entry form.


UNIT-V

PART-A


1. What is Web Services with example?

2. How to installing JWSDP?

3. How to writing the We4b-Service?

4. What is WSDL?

5. List out the elements in WSDL.

6. How to representing data types in XML schema.

7. How to write Simple Schema?

8. Write some of the Advantage and disadvantage of Schema.

9. List out data types that are available in Web-Service.

10. Define Complex types.

11. Write the steps for Empty Element.

12. Sketch the Structure of SOAP.

13. What is SOAP?

14. How to storing Java Objects as Files?

15. Differentiate between SOAP and HTTP.

16. What is Indicators?

17. List out the types of Indicators.

PART-B

1. Write short notes on the following a. JAX-RPC concepts.

b. Steps for creating the Web-Services.

2. Explain in detail about writing the Web-Service and Java Web Service Client.

3. Describing Web-Services in WSDL with an example.

4. Discuss in detail bout XML Schema with an example.

5. Explain in detail about Data Types in Web-Services.

6. Write short notes on Complex types in Web-Services.


Anna University - WEB TECHNOLOGY - Two Marks Question Bank

WEB TECHNOLOGY Two Marks Question Bank 

UNIT I 

1. What is the difference between node and host?
2. What is the purpose of routers?
3. Define protocol.
4. Why are the protocols layered?
5. Define encapsulation.
6. Define port.
7. What do you mean by well-known ports?
8. What is meant by Name Resolution?
9. Define protocol tunneling.
10. Define URI, URL, URN.
11. What are the components of HTTP URL?
12. Define URL encoding.
13. What are the issues of next generation IP?
14. What is the difference between TCP and UDP?
15. What does ICMP provide?
16. Define IGMP.
17. List the goals of SGML.
18. What is the role of server?
19. What are the necessities of using HTML forms?
20. What are the sequences of steps for each HTTP request from a client to the server?
21. Define MIME.
22. List the predefined MIME content types.
23. Define HTML.
24. What is meant by loop back address?
25. Define CGI -Common Gateway Interface.
26. Write a note on Internet Information Server (IIS).
27. What are ISAPI (Internet Server API) and NSAPI (Netscape Server API)
28. What is API -Application Program Interface?
29. What do you understand about DOCTYPE in HTML?
30.How Cell Padding is differ from Cell Spacing?
31.How you define index document?
32. How you define HEAD in HTML?
33. How to link the Images with in HTML?
34. How you define href,target and name Attributes?
35. What are the Hyperlink,Anchors and Link in the HTML?
36. What are the Deprecated Tags and Attributes?
37. How you define HTML Style Attribute in HTML
38. What do you understand about DOCTYPE in HTML?
39. How Cell Padding is differ from Cell Spacing
40. HTML is case sensitive or not?
41. How you understand about Forms output?
42. How you use Form's Action. Attribute and Submit Button in HTML?
43. How we define Src Attribute and Alt Attribute in HTML?
44. How to use Line Break and Horizontal Line tags in HTML?
45. Discuss about the client/server strategies in Internet. 
46. What is FTP? Describe about it.
47. Write short notes on scripting languages.
a) VBscript b) JavaScript
48. Explain about lttablegt & ltframegt tags in detail. 
49. Explain about Internet servers. 
50. Explain the elements of WWW. 
51. Explain POP3 protocol in detail. 
52.Briefly explain the operational scenario of SMTP protocol.
53. Explain applet life cycle in detail. 
54. Explain HTML forms in detail along with form elements, attributes & methods.

UNIT II 

1. What are Style Sheets?
2. List down the ways of including style information in a document. Define cascading.
3. What are the style precedence rules when using multiple approaches?
4. Give the syntax to specify a characteristic in linked style sheet.
5. List down font characteristics permitted in style sheets.
6. Write a note on content positioning characteristic "Visibility".
7. Write a way by which you can do something on the close of the window ?
8. How to create an Object in JavaScript ?
9. What is the result of below given line of code in Java Script? 5+4+'7
10. What is undefined value means in JavaScript?
11. Which method is used to Clear an array using JavaSctipt?
12. What will be the Output of the following using JavaScript document.Write(Math.Round(6.7));
13. Which of the following is not considered a JavaScript keyword?
14. What should appear at the very end of your JavaScript? The <script
LANGUAGE="JavaScript">tag
15. For generating random numbers we have to used the following function?
16. What does is Nan function do?
17. What Boolean operators are not supported by JavaScript?
18. How to create an Object in JavaScript ?
19. How to get value from RadioButtonList control?
20. How to toggle display an HTML element?
21. Mention the rules of well-formed XML. 
22. What is DTD? Explain it with example. 
23. Explain about CSS. 
24. Write short notes on ASP. 
25. Write short notes on JSP. 
26. Explain about plug-ins.
UNIT III 

1. What is the DOM?
2. What is the HTML DOM?
3. What is the XML DOM?
4. What is the XMLHttpRequest Object?
5. What is XSL-FO?
6. What is XSL-FO Documents? Explain XSL-FO Documents structure.
7. What is XSL-FO Processors?
8. What is DOM?
9. What is an XML encoding error?
10. What are XML indexes and secondary XML indexes?
11. Explain XML Attributes with an example.
12. XML Elements vs. Attributes.
13. What are the problems with using XML attributes?
14. What is XSLT?

UNIT IV 
1. What are the roles of XSLT?
2. What is XSLT? Explain its relationships with XSL.
3. What is XSLT stylesheet?
4. Discuss the role of XPATH.
5. Explain the XSLT data model.
6. Why the need for XHTML?
7. Explain the XHTML syntax rules.
8. What is the XMLHttpRequest Object?
9. Explain common XMLHttpRequest Object Properties. i.e. onreadystatechange, readyState, responseText, responseXML, status, statusText.
10. Explain common XMLHttpRequest Object Methods.
11. What is RSS? Explain the purpose RSS?
12. Explain how RSS Works with an example.
13. Describe the steps to get your RSS file up on the web.
14. Explain RSS Element.
15. Explain child elements of <channel>.
16. Why syndicate your headlines with RSS?
17. Explain the Relation between RSS and XML?
18. Describe how to create an RSS file.
19. Benefits to RSS
20. Why Create RSS?
21. RSS more effective than Email. Comment
22. Explain how to use RSS as an autoresponder with RSS Autopublisher.
23. What is the difference between news aggregators and feed readers?
24. What Is Atom in RSS?
25. An example of RSS document with explanation.

UNIT V 

1. What is SOAP?
2. What is WSDL?
3. What is a Web service?
4. What is UDDI?
5. Does the W3C support any Web service standards?
6. What is new about Web services?
7. What is the Web service protocol stack?
8. What is XML-RPC?
9. What is the Secure Transaction Platform?
10. What are Web services?
11. Why do Web services need enhanced security?
12. What are Foundation Security Services?
13. What is the Entrust Identification Service?
14. What is the Entrust Entitlements Service?
15. What is the Entrust Verification Service?
16. What is the Entrust Privacy Service?
17. Is the Entrust Secure Transaction Platform a PKI?
18. What standards does the Secure Transaction Platform conform to?
19. Will the Secure Transaction Platform work with my existing Entrust products?
20. What application servers and platforms does the Entrust Secure Transaction Platform Support?
21. What gateways does the Entrust Secure Transaction Platform support?