Wednesday, May 8, 2019

WIT LAB EXPs for External Lab


1.       Creating web page based on list tags
2.       Creating web page based on form related tags for BIO-DATA Form
3.       Creating Time Table using Table related tags
4.       Creation of web page using frame tags
5.       How apply CSS to HTML web pages
6.       Write a java script to sort strings
7.       Write a java script to handle user defined exceptions on strings
8.       Write the procedure how to install TOMCAT web server and create a web application for life cycle of Servlet
9.       Create a web application to read form data using get method
10.   Create a web application to understand Cookies in Servlet
11.   Create a web application to display the date and time using JSP
12.   Create a web application to get data from the form using JSP
13.   Write a procedure for XAMPP installation and execute PHP simple script like Hello world message
14.   Write a PHP script to display Current Date and Time
15.   Write a PHP script to process email address
16.   Write a PHP script to read form data using get method
17.   Write a XML for displaying BOOK STORE details using normal XML
18.   Write a XML for displaying BOOK STORE details using DTDs
19.   Write a XML for displaying BOOK STORE details using Schema






II MID Questions 2Marks and 10Marks

                                                                                                                                                       UNIT-3


                                                                                                                                                   2-marks



1.How to pass a variable by reference in php?
2.What do you mean by casting of data types in php?
3.How to define a variable accessible in function of php script?
4.List the statements that are used to connect php wit MySQL?
5.What are the server side programming advantages?
6.Advantages of php compare JavaServlets&JSP?
7.Who was created by php and what is present version of php?
8.Why php is loosely typed language?and How many classifications of data types and What are those?
9.What are the ways to write string in your program?
10.What are the kinds of array in php?

                                                                                                                                                      10-marks


1.Write a php program that receives the value of N using HTML form and displays the first fibonacci numbers as HTML list?
2.Write php code to upload  the image file?
3. Write a php program to sort the elements in descending order of array?
4.Explain about cookies in php?
5.Explain about session in php?

                                     
                                                                                                                                                       UNIT-4


                                                                                                                                                   2-marks



1.What is PCDATA in XML?
2.What is Document type definition?
3.List the applications of XML?
4.Why XML uses tree based parsing and streaming?
5.Full form of XSL and XSLT?
6.What are the essential  ways to prevent multiple submissions?
7.Difference between Global and SuperGlobal variables?
8.What is the purpose of $_GET & $_POST?
9.What is the purpose of form in php?
10.Why we need to work with multiple forms?

                                                                                                                                                      10-marks


1.Explain about different DTD's with examples?
2.What is Xml schema and Explain with examples?
3.a.Difference between DTD vs XSD?
    b.What are the difference between SAX and DOM?
4.Explain about Xml Schema Data Types?
5.Explain about common form issues?
                                 
                                                                                                                                                       UNIT-5


                                                                                                                                                   2-marks



1.What is an acronym of AJAX and where it is used?
2.What is Web service?What are web services?
3.Full form of SOAP?Write down the purpose?
4.When we can use call back function?
5.What is the full form of WSDL&IDE?
6.What are the advantage of AJAX?
7.Difference between proxied and proxyless calls in AJAX?
8.What is script manager in AJAX?
9.What is Synchronous request in AJAX?
10.Are AJAX applications easier to develoop than traditional web application?

                                                                                                                                                      10-marks


1.Discuss the components of web services in AJAX?
2.Explain about HttpRequest object along with methods?
3.Write about AJAX client-server Architecture?
4.Explain the SOAP Web services in AJAX?
5.Explain about Java Web Services in AJAX?
                                     




BITS for WIT Second MID 2018-19


         BITS
1.      $a && $b Logical Operator will true, if both a and b are equal                
2.      $a = “123”; expression assigns string value 123  to the variable “ a ” in PHP
3.      AJAX stands for Asynchronous JavaScript and XML
4.      asort() function is used to sort an associative arrays in ascending order, according to the value.
5.      A variable starts with the $ sign in PHP
6.      Round predefined Math Function would Round fractions up in PHP?                             
7.      In PHP, continue keyword is used to halt the current iteration of a loop but it does not terminate the loop.         
8.      Dot operator is used to join two strings together
9.      strtoupper() function will convert a string to all uppercase?
10.  Setcookie() function defines a cookie to be sent along with the rest of the HTTP headers.                      
11.  Trim() function removes any blank space found at the beginning or end of the submitted string.
12.  3 is  the possible value for the readyState property when the request is in process.
13.  What is the root element of the for the ATOM <feed>
14.  A variable defined in a function is called a local variable whereas outside the function is called global variable.
15.  PHP stands for Hypertext Preprocessor
16.  Print() statement outputs data passed to it just like echo() in PHP.
17.  PCDATA stands for Parsed Character Data
18.  What is the full form for SOAP Simple Object  Access Protocol
19.  Get method is used to appended to the URL at the browser
20. the main features of XML :Text data description ,Human- and computer-friendly format
, Handles data in a tree structure having one-and only one-root element.