Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

WEB OQ Chapter Wise

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

CHAPTER 1 : INTRODUCTION

1. Internet and Web.

2. importance of web technology.

3. Explain How internet evolved.

4. Difference between internet and WWW.

5. Explain Client Server computing paradigm and provide its importance.

CHAPTER 2 : WEB BASICS

1. Explain CSS (Cascading Style Sheet). Explain its types with example.

2. How external style sheets can be inserted in a html document. Illustrate with example.

3. Explain rowspan and colspan attributes in html tables with example.

4. Design a webpage which contains a form where user can input name, gender, address, email and submit
button to submit the form" Also validate the form using JavaScript.

5. How is XHTML different from HTML.

6. Difference between GET and POST request.

7. Explain the working of web crawlers.

8. Write the HTMl code to accept input form a user for registering in IOE examination form. the required
inputs should be FirstName. LastName, Email, CollegeName. Gender, Examtype (i.e. Regular or Back). [10]

9. Explain Basics of HTML/ JAVASCRIPT.

CHAPTER 3: SERVER-SIDE PROGRAMMING

1. Explain how CGI server-side script execution works.

2. MVC and 3-Tier Architecture difference.

3. Client-side scripting and Server-side scripting.

4. Write the program to connect database and insert a data using server-side scripting language [Assume
database_name "employee". table*name "info" with columns id, firstname, lastname, address, post and
contact].

5. Explain multitier architecture?

6. Explain Model View Controller (MVC) pattern.

7. Explain any three-server-side scripting language used in web?


8. What is Java Servlet Technology? What are its advantages over CGI?

CHAPTER 4 : Client side Programming

1. What is Document Object Model (DOM)? Explain different document object method to access and
change the content in HTML document.

2. What are cookies? Discuss the importance of cookies in JavaScript using suitable example.

3. Explain Dialogue Boxes in JavaScript?

4. Make use of JavaScript function to display the date and time in either HTML document or console.

CHAPTER 5 : Web Applications

1. What is content management system?

2. Explain information system at different levels of management.

3. Distinguish between Content management System (CMS) and Web Application Framework. Describe
the working of the MVC (Model View Controller) architecture. [3+5]

4. Define web documents and web browser? Explain major steps of information retrieval.

5. List some advantages of using web application framework.

CHAPTER 6 : WEB 2.0

1. What is Web2.0?

2. Differentiate web1.0, web2.0 and web3.0.

3. Explain the working principle of AJAX request and response" Explain the term wikis and blogs.

4. Why Tagging-folksonomies are important?

5. Explain web 2.0 tools such as Blogs, Wiki and Social Networking.

CHAPTER 7: XML

1. Define XML, XSLT. Explain with appropriate example. [10]

2. Write internal and external DTD to describe "mail" as root element and "to" "from", "subject" and
"message" as the child elements.

3. Create a XML file to store information about a class on a module to record the student details where
each student has roll_no, name, faculty. Display the XML Using XSLT.
4. What is DTD (Document Type Definition)? Design well-formed XML document for teacher". Teacher
should have data such as Name, Address, Phone. Age and Email. Name should contain FirstName and
IastName.

CHAPTER 8 : WEB Services

1. What is service oriented architecture?

2. Explain SOAP.

3. What is REST? Mention the HTTP methods supported by REST.

4. Compare SOAP and REST.

CHAPTER 9: THE semantic web

1. What is Semantic Web? Explain the importance of semantic web with suitable example.

2. Explain the semantic web component RDF and OWL.

3. Explain the purpose of semantic web with suitable example.

SHORT NOTES ON:

1. AJAX

2. Resource Description Framework (RDF)

3. CORBA

4. JDBC

5. JavaScript DOM

6. RSS feed

7. Tagging and folksonomies

8. Crawling

9.CSS

10. Server-side programming

11. FTP

12. REST

You might also like