Accounting and Financial Management (3) Analog and Digital Communication (2) Artificial Intelligence (2) BE(Civil) (2) BE(CSE) (83) BE(ECE) (11) BE(Mech) (10) Business Processes (3) C# and .NET Framework (2) Communication Skills (1) Compiler Design (1) COMPONENT BASED TECHNOLOGY (1) COMPUTER ARCHITECTURE (1) COMPUTER GRAPHICS and MULTIMEDIA SYSTEMS (6) COMPUTER INTEGRATED MANUFACTURING (1) Computer Networks (9) Computer Organization (2) Computer Programming (1) Consumer Behaviour (1) Control Systems (1) Cryptography and Network Security (3) Datastructures and Algorithms (10) Datawarehousing and Mining (1) DBMS (5) DESIGN AND ANALYSIS OF ALGORITHMS (9) DESIGN OF MACHINE ELEMENTS (1) DIGITAL PRINCIPLES AND SYSTEMS DESIGN (3) Discrete Mathematics (1) DISTRIBUTED COMPUTING (2) DSP (8) DYNAMICS OF MACHINERY (2) Economic Foundations (1) ELECTRICAL ENGINEERING (1) ELECTRICAL ENGINEERING AND CONTROL SYSTEMS (1) Electromagnetic Fields (3) ELECTRONIC CIRCUITS (1) ELECTRONIC COMMERCE (4) ELECTRONIC DEVICES AND CIRCUITS (1) EMBEDDED SYSTEMS (1) FUNDAMENTALS OF COMPUTING (2) Graphics and Multimedia (3) HEAT AND MASS TRANSFER (1) HUMAN RESOURCE MANAGEMENT (1) Internet Programming (9) INTRODUCTION TO FINITE ELEMENT ANALYSIS (1) Legal Aspects of Business (1) MANAGEMENT INFORMATION SYSTEMS (1) Marketing Management (1) MATHEMATICAL FOUNDATIONS OF COMPUTER SCIENCE (4) MATHEMATICS - I (1) MBA (9) MCA (83) MCA QUESTION BANK (2) MECHATRONICS (1) MicroProcessor and Controllers (4) MICROPROCESSORS AND APPLICATIONS (5) MIDDLE WARE TECHNOLOGIES (3) MOBILE COMPUTING (5) NETWORK PROGRAMMING (1) NUMERICAL METHODS (1) OBJECT ORIENTED ANALYSIS AND DESIGN (5) Object Oriented Programming (18) Operating System (2) OPERATING SYSTEMS (9) Organizational Behaviour (2) POWER ELECTRONICS (1) Principles of Management (8) PROBABILITY AND QUEUEING THEORY (2) Probability and Statistics (1) PROBLEM SOLVING AND PROGRAMMING (2) PROCESS PLANNING AND COST ESTIMATION (1) PROFESSIONAL ETHICS AND HUMAN VALUES (1) RANDOM PROCESSES (1) RESOURCE MANAGEMENT TECHNIQUES (2) ROBOTICS (1) Security analysis (1) Service Marketing (1) SIGNALS AND SYSTEMS (1) Software Engineering (8) SOFTWARE PROJECT MANAGEMENT (4) SOFTWARE QUALITY MANAGEMENT (2) System Software (2) TCP/IP PROTOCOL SUITE (3) Theory of Computation (4) Total Quality Management (2) UNIX AND NETWORK PROGRAMMING (4) Visual Programming (2) WEB GRAPHICS (2) WEB TECHNOLOGY (2) XML AND WEB SERVICES (4)

Tuesday, July 15, 2008

IT1451 – WEB TECHNOLOGY MAY08 (IP)

  V4223
B.E DEGREE EXAMINATION, APRIL/MAY 2008
IT1451 – WEB Technology

Part –a
1. What are the two major protocols for accessing email from servers.
2. Find the error in the following code segment and explain how to correct it for(y=0.1;y!=1.0;y+””)
Document.write(y+””);
3. What is the important feature of dynamic positioning .
4. List the possible opacity attributes of dynamic positioning.
5. Write some commonly used video file formats.
6. Explain the difference between get request and post request type.
7. What is XSL and why it is used.
8. Explain cookies.
9. What are the types of directives in JSP.
10. When it is useful to redirect a request to a different resource.

Part –b
11. A)
 i. Describe the java script global functions in detail.

ii. Use a one dimensional array and write a script to solve the following problem. Read in 20 numbers , each of which is between 10 and 100. As each number is read , print it only if it is not a duplicate of a number that has already been read.
Or
b) Write a script that inputs a telephone number as a string in the form (555)555-555. The script should use strings method split to extract the area code as token and the last four digits of the phone numbers as a token. Display the area code in one test field and the seven digit phone number in another text field.

12. A)
i. Create a web page that applies the invert filter to an image if the user moves the mouse over it.
ii. Explain the properties of the event object.
Or
b) demonstrate a simple use of data binding with the tabular data control to update the contents of a span element with a program.

13. A)
i. Describe the system architecture of a multi-tier application.
ii. Create a script that repeatedly flashes an image on the screen. Do this by changing the visibility of the image. Allow users to control the blink speed.

Or
  b) discuss the various models of e-business in a detailed fashion.
14. a) How document manipulation is done with XML document object module and explain in detail the various methods of DOM.


or
b)
i. Explain session tracking. How it provides personalized services to consumers.
 ii. Describe the features of ASP with examples.
15). A)
i. Describe the servlet architecture and the various interfaces invoked by the servlet container
ii. write a servlet program that handles HTTP get request containing data that is supplied by the user as a part of the request.

Or
b).
i. What does JSP scripting component include. Explain with a program.
ii. Describe JSP standard actions. How does standard actions provide JSP implementers with access to several of the most common tasks performed in JSP.

No comments:

Post a Comment