0% found this document useful (0 votes)
87 views2 pages

Important Questions for Web Technologies

Uploaded by

suresh t 12 A
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)
87 views2 pages

Important Questions for Web Technologies

Uploaded by

suresh t 12 A
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

WEB TECHNOLOGIES

PART - A

1. Write a HTML Code to display an image?


2. State the types of CSS.
3. Define Tags. What are the two different types of tags?
4. What is the purpose of CSS Box Model and mention its parts also.
5. Define Client and Server.
6. What is web 2.0? Give example.
7. State the purpose of http protocol.
8. Define Bootstrap Framework.
9. List the different methods defined in document and window object of JavaScript.
10. Write JS code to return the full URL of a document.
11. What is mean by intrinsic event handling?
12. Write a Java script that searches a word in sentence and returns the index of the word.
Write a DOM event handling code to change the style of the HTML element with id-“id1”, when the user
13.
clicks a button.
14. List out the methods in RegExp.
15. What are the primitive data types in javascript?
16. What is DOM event handling? Write example code .
17. List the applications of servlets.
18. What is the purpose of cookies?
19. What are advantages of using JSP?
20. What are Servlets?
21. List JSP tag libraries.
22. Define JDBC.
23. Write a Servlet code segment to print names and values of all the cookies within a webpage.
24. What are Applets?
25. How comments are made in PHP.
26. Differentiate echo() and print() function.
27. What are associative arrays in PHP?
28. What is meant by a XML namespace?
29. How an XML document can be displayed on a browser?
30. Define XML namespace
31. What are the types of directives in PHP?
32. How is XML parsing done?
33. What is Angular JS?
34. Define UDDI.
35. Define data binding in Angular JS?
36. What is Node JS?
37. What is the need for SOAP?
38. Define WSDL.
39. How can you find out that an AJAX request has been completed?
40. What is Django?
PART-B

1. Write in detail the working of Hyper Text Transfer Protocol (HTTP).


2. Explain the different types of lists used in HTML with suitable example for each.
3. Explain HTML elements in detail also State the types of lists supported by HTML and explain them in
detail.
4. Write a JavaScript program to remove duplicate items from an array ignoring case sensitivity.
5. Write a JavaScript function to convert an Array object into a list of „[key, value]‟ pair.
6. Write a program using DOM to Access HTML element using [Link]() property.
7. Write a program using DOM event handling which changes the colour of a Text using mouse over and
mouse out events.
8. Explain how tables can be inserted into HTML document with example.
9. Create a HTML which uses CSS to display a paragraph element that has a 2px black border and a green
outline with a width of 10px.
10. Explain the way in which java script handles arrays with example.
11. Write a Java script program to create Popup box, alert and confirm box.
12. Write an application to auto refresh a page in Servlet.
13. Explain in detail about Servlet Database Connectivity with an example of Student / Library database.
14, Explain in detail about JSP with an example of current date and simple message.
15. Explain in detail about JSP with an example of current date and simple message.
16. Explain about cookies in PHP with example.
17, Explain the role of XML namespaces with examples.
18. Explain the steps in the PHP code for querying a database with suitable examples.
19. Illustrate the use of MVC architecture in JSP with an example.
20. Explain the use of XML Http Request in AJAX with an example.
21. With example explain about XSL and XSLT transformation.
22. Illustrate the Angular JS Conditional Directives with an example.
23. With a simple example illustrate the steps to create a java web service.
24. Create a registration form using HTML with fields: FullName, User Name, Email, State , Address and
Postal Code. Write Javascript code to perform the following validation for the form.
(i) Check for Empty Field: Has the user left required field empty. If the field is empty return alert
message.
(ii) Check for Numbers: User entered number in the Contact field.
(iii) Check for Alphabets: Has the user entered characters in alphabets in both name fields.
(iv) Check for Numbers and Letters in the message field.
(v) Check the length of UserName.
(vi) Implement Drop Down list for the list.
(vii) Validate the Email address.
25, Create a PHP application to insert and then retrieve the following employee details of a company from the
database and display.
(i) Employee ID
(ii) First Name
(iii) Last Name
(iv) Age
(v) Net Pay

You might also like