Attempt any Eight questions.
[8*5=40]
4.
What is HTTP protocol? Define HTTP Request and Response. [5]
5.
How jQuery animate can be used to create custom animation? Write syntax with sample script. [5]
6.
What is the use of JSON? How can you parse a JSON, illustrate with an example. [5]
7.
What is XML? Create an XML file containing records of employee having elements of simple and complex types. [5]
8.
How XSD of a XML file is created? Illustrate with an example. [5]
9.
How can you define variables in PHP? Define any two variable of string types and display their results after concatenation. [5]
10.
How web pages can be made responsive using media queries? Illustrate with an example. [5]
11.
Create a HTML page with tags header, article and footer. Insert alink containing mail to info@iost.edu.np in the footer tag. Set the keywords 'iost', 'csit' using Meta tag in the page. [5]
12.
Why inline frames are used? Create a HTML page containing iframe within a paragraph. The iframe have source to http://www.tuiost.edu.np and its height and width are 200px and 400px respectively. [5]