0% found this document useful (0 votes)
9 views

Important Questions

Uploaded by

sevoni9384
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

Important Questions

Uploaded by

sevoni9384
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Department of Artificial Intelligence and Data Science

U19CS301- Internet Programming Important Questions


SNo Questions
2 Marks
Unit I
1 What is web 2.0?
2 Show the differences between website and web server.
3 Give the differences between internet and intranet.
4 Tabulate the differences between TCP and UDP
5 Write the function of a web server.
6 What is HTML5?
7 What is meant by Web client?
8 Define web crawler.
9 How RIA differs from traditional web application?
10 How will you create lists in HTML5?
11 Classify different table tags.
Create an ordered list using HTML for below-mentioned items
1. Red.
2. Blue.
3. Green.
12 4. Yellow
Outline HTML5 code to display
AB
13 CD
14 What is the use of frames in HTML?

15 What is the use of forms in HTML?


16 What is XHTML?
17 What are the types of positioning in CSS?
18 Define CSS and list the features
19 Create simple code for inline style sheet
Tabulate the differences between client-side scripting and
20 server-side scripting.

Unit II

1 Show the features of JavaScript


2 List the JavaScript methods to retrieve date and time
3 Enlist any four mouse events.
4 What is DOM? What are the uses of DOM tree?
5 What are the levels of DOM?
6 What are getElementByID() and innerHTML properties?
7 What is validation?
8 What are the differences between HTML and DHTML

9 Write a JavaScript program to display “welcome” message in


the alert box.
10 What do you mean by DOM tree?
In your e-commerce website, you need to retrieve a list of
11 products with a price lower than Rs. 50. Describe the SQL
statement you would use to achieve this.
12 What do you mean by Exception Handling?
13 State the differences between Real DOM and Virtual DOM.
14 What is the scope of Angular JS?
15 List two significant drawbacks of React.
16 What is meant by React Hooks?
17 What is an event in React?
Unit III
1 Define servlet.
2 List out the advantages of Servlet
3 What is servlet container?
4 What are the uses of cookies?
5 What are the methods and phases of servlet life cycle?
6 Mention the differences between GET and POST
7 What are session tracking techniques?
8 How session handling is archived by URL rewriting?
9 What is hidden form field?
10 What is URL rewriting?
Distinguish between Apache Web server and Tomcat Web
11
server.
12 What are services provided by Tomcat?
13 What is JDBC? What are its uses? Mention its types.
14 What are the different types of JDBC Drivers?
15 What is JSP?
16 What are the differences between JSP and servlet?
17 List out the various JSTL tags
18 What is JSTL? What are its advantages
19 What are HttpServletRequest and HttpServletResponse?
20 What are JSTL and custom tags in JSP?
21 What are the differences between JSP and HTML
What are the ways by which a server and a browser do
22
communicate?
23 Define JSP.List out some advantages of using JSP.
Unit IV
1 What is XML? What are the advantages of XML?
2 Differentiate XML and HTML
3 Mention the features of XML
4 Show the declaration for elements in XML.
5 What are the rules in XML declaration?
6 What are the advantages of XML?
7 What are the types of XML tags?
State the differences between nodeValue and nodeName in XML
8 DOM Node

9 Recall DTD for XML Schema.


10 How to access the data types in XML Schema?
11 Define XML Parse Tree.
12 Define XML parser
13 Differentiate DOM and SAX
14 Show any two advantages of Ajax.
15 State the difference between DTD and XSD
16 Discuss the work of IETF, W3C and JCP.
17 What is XSLT?
18 List the various features of RSS.
19 What is mean by news feed?
With the Client - Server - Internet give a block diagram and
20 explain how AJAX Works?
21 Describe the significance of <submission> Element in XForms.
Explain how you would represent a collection of different
animals using an XML DOM Node Tree. Provide an example tree
22
structure and briefly describe the purpose of each node in the
tree.
23 List out the features of ATOM.
24 Define RSS
25 Define ATOM
Unit V
1 Classify the main services that are offered by MVC.
2 List the advantages of MVC
3 What do you mean by partial view of MVC?
4 List the functional models of Core Interface of Hibernate.
5 Name the different modules in Hibernate.
6 Core Interface of Hibernate.
7 List any 4 Spring Data Annotations and its uses
8 Explain the importance of using Spring Boot Framework.
9 What is Spring Framework?
10 Define Maven.
11 Define ORM.
12 Outline the dependency injection.
What is the difference between adding routes to a webform
13
application and an MVC application?
14 Write down the various steps to create the request object.
How is the root application context in Maven Dependencies
15
loaded?
16 What do you understand by Maven Project?
17 What is the difference between Temp data, View data, and View Bag?
18 What are the different phases involved in Maven Build Lifecycle?
Why do we go for ORM Frameworks with Spring? What could be
19 the significance of it.
What is the best lDE for Spring development: Eclipse or Sprint
20 Tool Suite (STS) Why?
State how javaX. persistence package and org.hibernate is
21
different between each other?
Department of Artificial Intelligence and Data Science
U19CS301- Internet Programming Important Questions
Sno Questions
14 Marks
Unit I
Describe the concept of the internet with its evolution,
1
connection types and protocol used in it.
Explain web 2.0 and RIA with its architecture, collaboration
2 tools, merits, and demerits.
Explain the features and flavours of HTML5. Develop a web
3
page
Designtoand
display Timetable
describe of your classcollaboration tools,
the architecture,
merits, and demerits of a Web 2.0-based Rich Internet
4 Application (RIA) for a project management and
collaboration platform named "CollabPlat."
Explain the following using HTML code:-
Header tag, Paragraph tag, divide tag, text alignment, change
5
font colour, change background colour, display an image,
and insert a hyperlink, lists.
List out and discuss the features of HTML5. Develop a
6 resume using text, text area, check box, radio buttons,
buttons, and dropdown menu items and so on.
Create a visually appealing and responsive HTML5 based
7 website to display your resume with key sections such as
Header, About Me, Skills, Projects, and Contact section.
Consider yourself as a freelancer, develop a personal
8 portfolio for a client who specializes in event photography
using the distinct types of Cascading Style Sheets.
As an aspiring web developer, you have been tasked with
creating the CSS styling for an online clothing store's
9
website. Apply the distinct types of CSS to achieve the
desired styling and layout.
You have a button with the id "styleButton" and a <p>
element with the id "myParagraph". Write JavaScript code
10
that changes the font color of the paragraph to blue when
the button is clicked.
You have an HTML document with a <div> element having
the id "content". Using JavaScript and the DOM, how would
11 you change the text inside this <div> to say "Hello, DOM!"
when a button is clicked?
Explain about the various style sheets with examples.
12 (Internal,External,Inline)

What is CSS3.0? Explain the types of CSS with examples


13 of selector classes.

Unit II
Write the JavaScript for the following:-
a. Find the biggest among three numbers
b. Find odd or even
1 c. Display squares of 10 numbers
d. Reverse a number
e. Sort array elements

2 Write a javascript program to Replace Characters of a String.


3 Explain DOM Model and its properties.
4 Summarize about SQL data definition commands.

Alex is an online shopper who loves buying books. He visits


your client's website, adds a couple of books to his cart,
5 and proceeds to checkout. As a part of the checkout
process, the cart data is sent to the server. Design a JSON
and explain the working model that can effectively
represent Alex’s shopping cart contents
Show JavaScript to find sum of first n even numbers and
6
display the result. Get the value of n as an input from user.
Discuss in detail the various phases and methods in React
7
component life cycle.
I)Write short notes on the components of ReactJS
8
II)Describe the life cycle of ReactJS in detail.
Explain the functional components and class components
9
of React.JS with an example.
What are interceptors in web development. Explain the
10
relevance of interceptors in React JS.
You are developing a chat application in React, and you
want to establish a WebSocket connection when a user
11 enters a chat room. Explain the various lifecycle method of
react components that are used to open the WebSocket
connection.
I)Explain the architecture of AngularJS
12
II)Discuss any 3 Angular Directives in brief.
Unit III
1 Explain the architecture and working of servlet.

2 Explain the three ways of creating servlet with examples. (or)


Explain the methods of implementing servlet.
3 Explain the different phases of Java Servlet Life Cycle.
4 Illustrate the different functionalities of a Servlet
5 Explain GET and POST methods in HTTP with examples
Explain how you can handle an HTTP POST request in a
6 servlet with an example.

7 Explain session tracking techniques with example.


8 Explain the working of JDBC with example
Demonstrate the procedure of installing and configuring
9
Apache Tomcat.
Assume that a database has a table Employee with two
columns EmployeelD and Name. Assume that the
10 administrator user id and password to access the database
table are, root and toor. Write a JDBC program that can
query and print all the entries in the table Employee.

You're working on a project that involves connecting to two


11 different JDBC drivers (e.g., MySQL and PostgreSQL). How
can you handle the different drivers dynamically?

Elaborate briefly about JDBC database connection pool.


12
How to setup in Java?
Explain the steps involved in establishing a database
13
connection in a JSP page using JDBC
14 Explain JSP scripting elements with examples
15 Explain MVC architecture of JSP with neat diagrams.
16 Explain JSP directives with examples
17 Explain JSTL tags with examples
Demonstrate with suitable example for core and
18
formatting tags in JSTL.
Design a JSP applications using java and databases to store Student
19
name, marks of five subjects.
Write a program in JSP that enables the user to input the
20 first name and in response outputs the last name.
Write down a client-server JSP program to find simple
21
interest and display the result in client.
Describe the purpose and usage of the <c:out> tag in JSTL
22 with an example.
A client needs a user registration form for their website.
How would you use JSP to implement this form, including
23
validation for fields like username, email, and password?
Unit IV
1 What is XML? Explain its syntax rules with examples.

2 Explain XML Schema with necessary examples


3 What is DOM? Explain with necessary examples.
Illustrate the DOM based XML processing event and
4 oriented paring: SAX parser in detail.
5 Explain XML parser in detail with Java program code.
Explain how can both Internal and External DTDs be used
6 in an XML file?
Write an xml program to get the student details and draw the tree based
7 structure representation of the above program
Summarize the role of XML development. What are the
8
waves of XML Development?
Write the difference between HTML forms and XFORMS.
9
Explain the use of DTD for structuring the XML document.
Explain the data types in XML Schema with example each.

10

11 Explain in detail the elements of XSL with examples each.


12 Explain newsfeed. Write notes on RSS and ATOM feeds.
Develop an XML DOM Node Tree for a Vehicle Instance.
Let the instance be, Vehicle as the header node and
13
classifying vehicles based on the mode of transport can
you build a node tree?
Unit V
List the dependency scope in Maven. Mention the
1 difference between Apache Ant and Maven?
Explain the different return types used by the controller
2 action method in MVC.
3 Explain the steps to use hibernate with annotation.

4 Discuss Spring boot architecture with suitable diagram.

5 Summarize the hibernate architecture with neat sketch.


Explain the advantages of using Spring Boot for application
6
Development.

7 What are the effects of running Spring Boot Application as


“Java Application”?
8 What is an advice? Explain its types in Spring.
How does the spring MVC flow look like? Show how does a
Dispatcher Servlet know what are the controller needs to
9 be called when there is an incoming request to the Spring
MVC?

You might also like