Part - A (Short Answer Questions) : Unit - I
Part - A (Short Answer Questions) : Unit - I
com
Specworld.in jntuworld.xyz
smartworld.asia smartzworld.com
Specworld.in jntuworld.xyz
smartworld.asia smartzworld.com
Bloom’s Course
S. No. Questions
Taxonomy Level Outcome
UNIT-I
1 What are the different types of errors in PHP? Remember 2
2 What is the functionality of the function strstr and stristr? Remember 2
3 Explain about various datatypes in PHP. Understand 3
4 Explain about Arrays in PHP. Understand 2
5 List and Explain the string functions in PHP. Remember 2
6 List the statements that are used to connect PHP with MySQL. Remember 10
7 How PHP is different from PHP Script? Explain. Understand 3
8 Explain PHP form processing with an example. Understand 2
9 How can I retrieve values from one database server and store Remember
10
them in other database server using PHP?
10 What are the differences between Get and post methods in Remember
form submitting. Give the case where we can use get and we 3
can use post methods?
UNIT – II
1 Explain and show how XML is useful in defining data for web Understand
1
applications.
2 Explain the various terms related to Document Type Understand
4
Definition.
3 Design an XML schema for hospital information management. Remember
4
Include every feature available with schema.
4 Explain how styling XML with cascading style sheets is done Understand
4
for the library information domain.
5 List and Explain the important features of XML which make Understand
4
it more suitable than HTML for creating web related services.
6 Define an xml scheme to show how an XML Scheme can be Remember
4
created
7 Define Attributes in XML .Also different types of attributes Remember 5
8 List the elements in XML .Also different types of content of Remember
4
Elements.
9 How do you define the elements of an XML document in an Remember
4
XML Schema?
10 How do you set default and fixed values for simple Elements? Remember 1
UNIT – III
1 Define a session tracker that tracks the number of accesses and Remember
1
last access data of a particular web page.
2 What is the security issues related to Servlets. Remember 5
3 Explain how HTTP POST request is processed using Servlets Understand 9
4 Explain how cookies are used for session tracking? Understand 7
5 Explain about Tomcat web server. Understand 9
6 What is Servlet? Explain life cycle of a Servlet? Remember 9
7 What are the advantages of Servlets over CGI Remember 9
8 What is session tracking? Explain different Understand
10
mechanisms of session tracking?
9 What is the difference between Servlets and applets? Remember 9
10 What is the difference between doGet() and doPost()? Remember
9
UNIT - IV
1 Explain about the JSP processing Understand 9
2 Explain the mechanism to include resources dynamically and Understand
9
to forward request to other JSPs?
Specworld.in jntuworld.xyz
smartworld.asia smartzworld.com
Specworld.in jntuworld.xyz
smartworld.asia smartzworld.com
Bloom’s
Course
S. No. Questions Taxonomy
Outcome
Level
UNIT - I
1 List and Explain PHP development framework Understand 2
2 Explain about database connectivity with PHP with suitable Understand
3
examples.
3 How strings are declared in PHP? Explain string operators. Remember 2
4 How array is declared in PHP. Also explain various types of Remember
2
array with proper examples.
5 Build simple calculator using PHP. Apply 3
6 Build a program using PHP that creates the web application Apply
3
for result publication
7 Build application to send a email using PHP Apply 3
8 Build a shopping cart application using PHP with use of Apply
2
cookies.
9 Explain about the control statements in PHP with example. Understand 2
10 Explain about cookies in PHP with example. Understand 3
UNIT - II
1 Build an XML File using the following information structure Apply
including DTD section appropriately:-
<Accounting>
<Inventory>
<Inventory_item>
<Invoices>
<Invoice> 4
<Item>
<Sales>
Note:
a) Inventory_Item has an attribute namely id (Required).
b) Inventory_Item, Item & Sales can be Empty too.
c) Item has 3 attributes namely id (Required), qty & price.
Sales has an attribute namely ids (Required).
2 Convert the given information into a XML file and then Understand
convert this XML File data into HTML file as it is.
Specworld.in jntuworld.xyz
smartworld.asia smartzworld.com
Regno Mark
Xyz 1000 90
Abc 1001 80
Pqr 1002 87 4
Rst 1003 89
Generate the collected information in the descending order of
marks using XSLT. Results should be displayed in the above
format. Write a source code and explain the same.
UNIT - III
1 Build a Servlet that generates HTML page and explain the Apply 1
process of generation of HTML page.
2 List and explain the classes and interfaces of javax.servlet.http Understand
6
package.
3 Build a Servlet that handles HTTP get Request Apply 6
4 Describe about session tracking with relevant code snippet. Knowledge 9
5 “Servlet offer several advantages over CGI”. Justify. Evaluate 6
6 Explain about Security Issues in Servlet Understand 6
7 Explain about Servlet? Explain lifecycle of a Servlet. Illustrate Understand
9
with an example program.
8 Build a Servlet program to illustrate parameter reading and Apply
6
parameter initializing.
9 Explain Cookies session tracking with relevant code snippet. Understand 8
10 List the methods defined in HttpServletRequest. Remember 9
UNIT - IV
1 Explain about the JSP processing Understand 9
2 Explain the mechanism to include resources dynamically and Understand
9
to forward request to other JSPs?
3 Explain about JSP Elements? Understand 9
4 List the different Action Tags used in JSP with their Remember
1
functionality
5 Explain the types of Scripting tags and Directive tags in JSP. Understand 6
6 Interpret about the usage of JavaBeans Component in JSP. Understand 8
7 Describe the Anatomy of JSP Page Knowledge 9
8 Describe the MVC architecture and write a JSP program which Knowledge
9
prints the current date?
9 Explain JSP application design with suitable example? Understand 9
10 Explain about JSP with a Bean in the session scope. Understand 8
UNIT - V
Specworld.in jntuworld.xyz
smartworld.asia smartzworld.com
10 Build a JavaScript that reads list of ten numbers and displays Apply
the count of negative numbers, the count of positive numbers 5
and the count of zeros from the list.
Specworld.in jntuworld.xyz