0% found this document useful (0 votes)
6K views6 pages

Web Technology Important 2 Marks and 11 Marks

This document provides a summary of important topics and questions for 5 university units related to web technology. It includes: 1. Over 30 short 2-mark questions testing basic definitions and concepts for each unit. 2. Around 10 longer 11-mark questions requiring explanations of key topics like HTTP, JavaScript functions, XML schemas and building blocks, electronic commerce models, web services architecture, and AJAX. 3. A few programming problems related to JavaScript, servlets, and other web technologies. The document acts as a study guide covering a wide range of foundational as well as more advanced topics in web design and development.

Uploaded by

Jean Claude
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6K views6 pages

Web Technology Important 2 Marks and 11 Marks

This document provides a summary of important topics and questions for 5 university units related to web technology. It includes: 1. Over 30 short 2-mark questions testing basic definitions and concepts for each unit. 2. Around 10 longer 11-mark questions requiring explanations of key topics like HTTP, JavaScript functions, XML schemas and building blocks, electronic commerce models, web services architecture, and AJAX. 3. A few programming problems related to JavaScript, servlets, and other web technologies. The document acts as a study guide covering a wide range of foundational as well as more advanced topics in web design and development.

Uploaded by

Jean Claude
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
  • Unit 1
  • Unit 2
  • Unit 3
  • Unit 4

WEB TECHNOLOGY UNIVERSITY IMPORTANT 2 MARKS AND 11 MARKS

UNIT 1
2 MARKS
First Half
1. Define the following terms (a) Web page (b) Web site. **
2. Define internet. **
3. What is WWW? **
4. List out the services provided by the Internet? Or Applications of Internet.
5. What is meant by HTML?
6. Study the various HTML tags.
7. Define HTTP, SMTP, POP3, MIME and IMAP? ***
8. List the MIME header fields?
9. What are the components of HTTP URL?
[Link] is domain or domain name? **
[Link] DNS? List its types. **
[Link] is web browser? Name any four. **
[Link] is web server? **
[Link] is meant by CSS? **
[Link] the various types of CSS?
[Link] is the syntax or rules of CSS? **
[Link] the features of CSS? **
[Link] the various selectors in CSS? **
[Link] the various attributes in CSS? **

Second Half

[Link] is Client Side Programming? **


[Link] JavaScript? **
[Link] the advantages of JavaScript?
[Link] the syntax of JavaScript?
[Link] the Data Types, Statements, Operators and Literals in JavaScript?
**
[Link] the JavaScript Functions and Objects?
[Link] to create an array in JavaScript?
[Link] the various Built-in objects in JavaScript? **
[Link] is meant by JavaScript Debuggers? **
[Link] is regular expression in JavaScript? **

11 MARKS
First Half
1.
2.
3.
4.
5.

Explain various HTML tags?


Explain in detail about HTTP? **
Study all protocols SMTP, MIME, POP3 and IMAP? *****
Explain Web browser and Web server? **
Write a note on DNS?

Second Half

6. Explain the Data Types, Statements, and Operators in JavaScript? ***


7. Explain the JavaScript Functions with an example? ***

8. Explain the JavaScript Arrays with an example?


9. Explain the various Built-in Objects with an example? ***
[Link] a short note on JavaScript Debuggers? ****
[Link] the Regular Expression with an example? ****
UNIVERSITY PROGRAM PROBLEMS
1. Write a script that reads five integers and determines the largest and the
smallest integers in the group. (Apr 2012)
2. Write a script to find the number of occurrences of a given number in a set of
stored numbers. (Apr 2013)
3. Write a Java Script that uses a function Circle Area to prompt the user for the
radius of a circle and to calculate and print the area of that circle. (Apr
2014)
4. Write a function distance which calculates the distance between
two points (x1, y1) and (x2, y2). Incorporate the function into a
script that enables the user to enter the coordinates of the points
through an HTML form. **** (VERY IMPORTANT QUESTION. Refer My
Lecture Notes soft copy).
5. Write a recursive function to calculate the Fibonacci value of a given number.
6. Write a function that determines for a pair of integers whether the second
integer is a multiple of the first.
7. Write a script to count the number of characters entered by a user in a text
box and limit it to a particular number. **
8. Write a function that takes an integer value and returns the number with its
digits reversed. Display the result of the function in the status bar. **
9. Write a script to generate random numbers within 1 to 10 and display the
numbers in a table. **

UNIT 2
2 MARKS
First Half
1. Define Server Side Programming?
2. Define Servlets?**
3. List the advantages or Strength of Servlets? **
4. What are the alternatives of Servlets? **
5. What is the life cycle of a Servlets? **
6. Difference between the Generic Servlet and HTTP Servlet? **
7. How to pass Parameters to a Servlet?
8. Define Server Side Include (SSI)? **
9. Define Cookies? **
[Link] the various Cookie class?

[Link] Filters? **

Second Half

[Link] JSP? **
[Link] JSP engine Works? **
[Link] are the components of JSP? **
[Link] the JSP syntax?
[Link] are the various directives in JSP? **
[Link] is the use of Scriptlets?
[Link] the various JSP implicit objects? **
[Link] Session tracking? **
[Link] are the four ways to track a session?
[Link] J2EE? **
[Link] JavaBeans? **
[Link] EJB? **

11 MARKS
First Half
1. Explain the Servlets and its Advantages?
2. Write the note on Servlet Architecture? *****
3. Explain the Life Cycle of a Servlet? *****
4. Explain the Generic Servlet and HTTP Servlet?
5. How to pass a Parameter to a Servlet with an example?
6. Explain the Server Side Include (SSI) with an example? ****
7. Explain the Cookies with an example? ****
8. Explain the Filters with an example? ****

Second Half

9. Write a short note on JSP? How JSP search engine works? ****
[Link] the various components of JSP with an example? ****
[Link] a short note on JSP Implicit Objects?
[Link] Session tracking with an example? ****
[Link] a note on J2EE and EJB?

UNIT 3
2 MARKS
First Half
1.
2.
3.
4.
5.
6.
7.

Define XML? **
Write the XML Syntax Rules? **
What is XML markup?
How an xml elements and attributes are created?
Write the disadvantages of using XML attributes? **
What is meant by DTD? **
How to create an XML Schema? ***

8. Write about XML NameSpaces? ****


9. What are the advantages of XML? ***

Second Half

1. What are the three types of XFiles?


2. Define XLink? ***
3. List the various XLink attributes?
4. What is meant by XPointer? **
5. Define XPath? **
6. What is XPath Expression? **

7. List the Operators and Special Characters used in XPath?


8. List the various XPath Functions?
9. What is XSL? **
[Link] is XSL-FO? **
[Link] the components XSL-FO documents?
[Link] is SAX? **

11 MARKS
First Half
1. Explain in detail about XML basics?
2. Explain the building blocks of XML documents? (or) DTD Documents? ****
3. Explain in detail about XML NameSpace with an example?
4. Explain in detail about XML Schema with an example?

Second Half

5. Explain the XLink, XPointer and XPath in detail?


6. Explain the XSL?

UNIT 4
2 MARKS
1. Define term Multimedia? **
2. What is use of streaming audio technology? **
3. How audio and video is embed?
4. What is SVG? **
5. What are the common video file formats in multimedia? **
6. Define e-Commerce? **
7. Comment on E-Marketing? **
8. Define E-business model and its types? **
9. What are components of E-business model?
[Link] are the different 7 Cs of E-Marketing? **
[Link] the common online electronic payment system?
[Link] Search Engine? **
[Link] search engine is used?

[Link] is SEO? **
[Link] is web crawling? **
[Link] do you mean by n-Tier architecture? **

11 marks
First Half
1. Explain use the multimedia in web design.
2. Explain in detail about adding backgrounds sounds with the bgsound
element. (or) Audio and video speech synthesis and recognition. *****

Second Half

3. Discuss about Electronic Commerce. **


4. What is a business model? Explain the different categories of E-Business
model. *****
5. Explain E-Marketing? **
6. Explain online payment and security. **
7. Working of search engines -optimization Multimedia in web design. **

UNIT-5
2 marks
1. Define web services?
2.

How does web services Work?

3. List out the standard web services?


4. What are the various web services platform elements?
5. Define SOAP, WSDL and UDDI.
6. Distinguish between UDDI and WSDL?
7. What is WSA?
8. What are the advantages of web services?
9. What is AJAX?
[Link] down the four principles of Ajax.
[Link] AJAX rich clients
11 marks

First Half
1. Discuss the basis in web services. **
2. SOAP, WSDL and UDDI.****
3. Explain Web service Architecture? ******
4. Developing and Deploying Web services?

Second Half

5. Explain AJAX with an example?****

You might also like