Você está na página 1de 7

JNTU World

or

ld

www.alljntuworld.in

JN
TU

PART A (SHORT ANSWER QUESTIONS)


S. No.

1
2
3
4
5
6
7
8
9
10

1
2
3
4
5
6
7
8
8

Questions

Blooms
Taxonomy Level

Course
Outcome

Remember
Remember
Remember
Remember
Remember
Remember
Remember
Remember
Remember
Remember

2
2
2
10
2
3
3
2
10
3

Remember
Remember
Remember

4
4

Understand
Remember
Understand
Remember
Understand
Remember

1
4
1
1
4
10

UNIT - I

What is PHP?
What is the difference between $name and $$name?
What are the differences between Get and post methods.
How can we create a database using PHP and MySQL?
What is the use of header() function in PHP ?
How can we get second of the current time using date function?
List out the predefined classes in PHP?
What type of inheritance that PHP supports?
What are the advantages/disadvantages of MySQL and PHP?
What is the difference between PHP and Javascript?

UNIT II

Define XML? What are the advantages of xml?


List the XML syntax rules in detail.
Define an xml scheme show how an XML Scheme can be
created?
Explain a brief note on XML parsers?
Define how it is different from HTML?
Explain the purpose of XML schema?
List out the advantages of schema over DTD?
Explain about XML parsing done with SAX?
List out the three flavours of Document Type declaration?

Downloaded From JNTU World (http://www.alljntuworld.in)

www.alljntuworld.in

10

JNTU World

Distinguish between SAX AND DOM?

Remember

Remember
Remember
Understand
Remember
Remember
Understand
Remember
Apply

1
1
2
2
1
9
9

Understand
Remember
Remember
Remember
Remember

9
9
9
10

Remember
Understand

10
10

UNIT III

9
10
11
12
13
14
15

List out difference between web server and application server?


Which HTTP method is non-idempotent?
Explain difference between GET and POST method?
List out MIME Types?
Discuss the web application and what is its directory structure?
Explain about Servlet?
List out various phases of Servlet life cycle?
Build a Servlet program to illustrate parameter reading and
parameter initializing. ?
Explain how to override service () method?
List the methods defined in HttpServletRequest?
How do you get ServletContext reference inside Servlet?
Which open source tag library have you used?
What are the differences between GET and POST method in
HTTP protocol?
List different types of statements in JDBC?
Explain different types of JDBC drivers?

8
9

JN
TU

10

What are the differences between custom JSP tags and Serlets?
Explain the difference between JSP include directive and JSP
include action.
Explain about Scriptlet tag?
Explain how to use JavaBeans from JSP pages.
Explain about various implicit objects?
How many JSP scripting elements and what are they?
How JSP pages the preferred API for creating a web-based
client program?
Define Tag library descriptor (TLD)?
Explain the categories of JSP tags - Directives, Scripting
elements, Actions?
List out differences between including action and include
directive in JSP?
How do you define application wide error page in JSP?
Explain how to load the drivers?
Explain how to insert an image file (or other raw data) into a
database?
List the Java packages which contains JDBC classes and
interfaces, Java.SQL, Javax.SQL
Define how to open a database connection using JDBC.

3
4
5
6
7

or

UNIT IV
1
2

11
12
13
14
15
1
2
3
4
5
6

7
8
9
10

ld

1
2
3
4
5
6
7
8

10

Remember
Understand

Understand
Understand
Understand
Remember
Remember

6
8
8
9

Remember
Understand

Remember
Remember
Understand
Understand
Remember

9
6
9
10
10
9

Remember

10

Understand
Remember
Remember

1
5

Remember
Understand

UNIT V

Explain how to embed JavaScript code in an HTML document.


Define arrays in JavaScript?
List the differences between Client side JavaScript Server side
JavaScript?
Define how to create a Date Object?
Explain dynamic html? What is the main difference between
DHTML and HTML?
Explain the various control statements available with
JavaScript.
Explain about a function using function constructor?
Explain about the Accessing Elements using JavaScript?
Define a boolean operator that a JavaScript support?
Explain about String object in JavaScript?

Understand
Understand
Understand
Remember
Understand

Downloaded From JNTU World (http://www.alljntuworld.in)

1
5
5
5
5
5

www.alljntuworld.in

JNTU World

PART B (LONGANSWER QUESTIONS)

S. No.

Questions

Blooms
Taxonomy Level

Course
Outcome

Remember
Remember
Understand
Understand
Remember
Remember
Understand
Understand
Remember

2
2
3
2
2
10
3
2

UNIT-I

ld

10

What are the different types of errors in PHP?


What is the functionality of the function strstr and stristr?
Explain about various datatypes in PHP.
Explain about Arrays in PHP.
List and Explain the string functions in PHP.
List the statements that are used to connect PHP with MySQL.
How PHP is different from PHP Script? Explain.
Explain PHP form processing with an example.
How can I retrieve values from one database server and store
them in other database server using PHP?
What are the differences between Get and post methods in
form submitting. Give the case where we can use get and we
can use post methods?

10

Remember

or

1
2
3
4
5
6
7
8
9

UNIT II

2
3
4
5
6

JN
TU

7
8

Explain and show how XML is useful in defining data for web
applications.
Explain the various terms related to Document Type
Definition.
Design an XML schema for hospital information management.
Include every feature available with schema.
Explain how styling XML with cascading style sheets is done
for the library information domain.
List and Explain the important features of XML which make
it more suitable than HTML for creating web related services.
Define an xml scheme to show how an XML Scheme can be
created
Define Attributes in XML .Also different types of attributes
List the elements in XML .Also different types of content of
Elements.
How do you define the elements of an XML document in an
XML Schema?
How do you set default and fixed values for simple Elements?

10
1
2
3
4
5
6
7
8

9
10

1
2

Understand

Understand
Remember

Understand
Understand
Remember
Remember
Remember
Remember
Remember

1
4
4
4
4
4
5
4
4
1

UNIT III

Define a session tracker that tracks the number of accesses and


last access data of a particular web page.
What is the security issues related to Servlets.
Explain how HTTP POST request is processed using Servlets
Explain how cookies are used for session tracking?
Explain about Tomcat web server.
What is Servlet? Explain life cycle of a Servlet?
What are the advantages of Servlets over CGI
What is session tracking? Explain different
mechanisms of session tracking?
What is the difference between Servlets and applets?
What is the difference between doGet() and doPost()?
UNIT - IV
Explain about the JSP processing
Explain the mechanism to include resources dynamically and
to forward request to other JSPs?

Remember
Remember
Understand
Understand
Understand
Remember
Remember
Understand

1
5
9
7
9
9
9
10

Remember
Remember

Understand
Understand

Downloaded From JNTU World (http://www.alljntuworld.in)

www.alljntuworld.in

JNTU World

Explain about JSP Elements?


List the different Action Tags used in JSP with their
functionality
5 Explain the types of Scripting tags and Directive tags in JSP.
6 Explain about the usage of JavaBean Component in JSP.
7 Explain briefly about the Problem with Servlets
8 Describe the Anatomy of JSP Page
9 Explain the MVC architecture and write a JSP program which
prints the current date?
10 List the types of JSP Implicit Objects.
11 How application data can be shared in JSP. Explain.
12 Explain sharing and application data in JSP application
Development
13 List the methods in request object.
14 Explain about the JSP Directive Elements? Explain each one
of them in detail?
15 Explain JSP application design with suitable example?

UNIT V

Understand
Remember
Understand
Remember
Understand

5
8
6
9

Remember
Remember
Understand

9
9

Remember
Understand

Understand

Apply
Apply

Understand

Understand
Understand
Remember
Remember
Understand
Remember
Remember

JN
TU

4
5
6
7
8
9
10

or

Build a JavaScript program to convert distance in kilometers,


miles to meters or inches
Build a java script to verify a phone number, email-id and date
formats.
Compare and contrast HTML and DHTML with suitable
examples.
Explain the need for scripting languages in web programming.
Explain the features of Java Script.
What is JavaScript? Write the features of JavaScript?
Write the code in JavaScript to open a new window when a
Explain
objectsThe
of JavaScript
link on a any
pagethree
is clicked.
new window opened, is closed by
What
is
form
validation?
Explain
with
example?
placing a button on the window and
writing
JavaScript code on
What
is
an
event?
How
can
we
handle
events
in JavaScript?
the OnClick event of the button

Understand
Remember

ld

3
4

Downloaded From JNTU World (http://www.alljntuworld.in)

5
5
1
5
5
5
1
5
5
5

www.alljntuworld.in

JNTU World

PART C (PROBLEM SOLVING AND CRITICAL THINKING QUESTIONS)

S. No.

Blooms
Taxonomy
Level

Questions

Course
Outcome

UNIT - I

5
6
7
8
9
10

Understand
Understand

Remember
Remember

ld

3
4

List and Explain PHP development framework


Explain about database connectivity with PHP with suitable
examples.
How strings are declared in PHP? Explain string operators.
How array is declared in PHP. Also explain various types of
array with proper examples.
Build simple calculator using PHP.
Build a program using PHP that creates the web application
for result publication
Build application to send a email using PHP
Build a shopping cart application using PHP with use of
cookies.
Explain about the control statements in PHP with example.
Explain about cookies in PHP with example.

Apply
Apply

Apply
Apply

Understand
Understand

2
3

or

1
2

UNIT - II

Build an XML File using the following information structure


including DTD section appropriately:-

Apply

JN
TU

<Accounting>
<Inventory>
<Inventory_item>
<Invoices>
<Invoice>
<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).

Convert the given information into a XML file and then


convert this XML File data into HTML file as it is.
Roll No.
11
12
13

3
4

Name
Ram
Shyam
Krishna

Subject
Web Tech
DBMS
SE

Understand

Marks
78
65
82

Define the Document type Definition (DTD) in XML. What is


difference between Internal and External DTD?
What do you mean by XML? What are its Differences and
similarities from HTML & CSS? Also explain the concept of
Entities & Attributes in XML?
Build a document with two links to an external document. The
first link should lead to the beginning of the external document.
The second link should lead to a particular section in the
external document.
How to write and read XML documents and How XML
structures documents?

Remember

Remember
4
Apply
1
Remember

Downloaded From JNTU World (http://www.alljntuworld.in)

www.alljntuworld.in

7
8
9
10

JNTU World

How and why XML was developed. typical applications of


XML, with examples
Build XSLT code to display Employee details in a table from
which is stored in XML.

Remember

Explain how data types are represented in XML Schema.

Understand

Get the students details like name, register number and mark
using form. Generate DTD for this XML document.

Remember

Apply

Regno
Mark
Xyz
1000
90
Abc
1001
80
Pqr
1002
87
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.

4
4
4

or

ld

UNIT - III

Understand

Build a Servlet that generates HTML page and explain the


process of generation of HTML page.
List and explain the classes and interfaces of javax.servlet.http
package.
Build a Servlet that handles HTTP get Request

Apply

Describe about session tracking with relevant code snippet.

Knowledge

Servlet offer several advantages over CGI. Justify.

Evaluate

Explain about Security Issues in Servlet

Understand

Explain about Servlet? Explain lifecycle of a Servlet. Illustrate


with an example program.
Build a Servlet program to illustrate parameter reading and
parameter initializing.
Explain Cookies session tracking with relevant code snippet.

Understand

Understand

List the methods defined in HttpServletRequest.

Remember

9
9

JN
TU

10

Apply

Apply

1
6

9
6

UNIT - IV

Explain about the JSP processing

Understand

Explain the mechanism to include resources dynamically and


to forward request to other JSPs?
Explain about JSP Elements?

Understand

Remember

List the different Action Tags used in JSP with their


functionality
Explain the types of Scripting tags and Directive tags in JSP.

Understand

Interpret about the usage of JavaBeans Component in JSP.

Understand

Describe the Anatomy of JSP Page

Knowledge

Describe the MVC architecture and write a JSP program which


prints the current date?
Explain JSP application design with suitable example?

Knowledge
Understand

Explain about JSP with a Bean in the session scope.

Understand

9
10

Understand

UNIT - V

Downloaded From JNTU World (http://www.alljntuworld.in)

9
9
1

www.alljntuworld.in

JNTU World

Apply
1

Apply
Apply
Understand

5
1
5

Apply
8

ld

1 Build a JavaScript to analyze a subject code for subject in a


semester. The subject code may be visualized like 12 CS 43
where 12 represents year of syllabus, CS indicates the
engineering discipline as Computer Science and Engineering
and 4 gives the semester details as 4 them, and 3 gives the
subject information.
2 Build a JavaScript that displays the as per the following:
(calculates the squares and cubes of the numbers from 0 to 10)
3 Insert an image into a webpage. Build a script which displays a
message when the mouse is over the image.
4 Interpret how JavaScript can handle the events? JavaScript is
event driven. What is meant by an event?
5 Build a Web page ,which accept user information and user
comments on the web site to check if all the Text fields have
being entered with data else display an alert.
6 Build a JavaScript which accepts the text in lower case and
displays the text in uppercase.
7 Build a java script to validate a form consisting of user name
.Also navigate to another web pages after navigation
8 Build a java script that read four integers and display the largest
and displays the largest and smallest integers from the given
integers.
9 Build a java Script program to determine whether a given
number is an Armstrong number or not.

Apply
Apply

or

Apply

Apply

1
5

Apply

JN
TU

10 Build a JavaScript that reads list of ten numbers and displays


the count of negative numbers, the count of positive numbers
and the count of zeros from the list.

Downloaded From JNTU World (http://www.alljntuworld.in)

Você também pode gostar