0% found this document useful (0 votes)
21 views7 pages

ip(imp question)

The document is a comprehensive question bank for Internet Programming, covering various topics across six units including web technology, front-end development, back-end development, rich internet applications, PHP and XML, and ReactJS. Each unit contains multiple questions that assess understanding of concepts such as HTTP, CSS, JavaScript, servlets, AJAX, and XML. The questions range from definitions and explanations to coding tasks, providing a broad overview of essential web programming knowledge.

Uploaded by

majorproject2324
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views7 pages

ip(imp question)

The document is a comprehensive question bank for Internet Programming, covering various topics across six units including web technology, front-end development, back-end development, rich internet applications, PHP and XML, and ReactJS. Each unit contains multiple questions that assess understanding of concepts such as HTTP, CSS, JavaScript, servlets, AJAX, and XML. The questions range from definitions and explanations to coding tasks, providing a broad overview of essential web programming knowledge.

Uploaded by

majorproject2324
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Internet Programming Question Bank

Unit 1: Introduction to Web Technology


1. What is URL
2. Differentiate between TCP and UDP
3. What is IP
4. Write a note on HTTP
5. Explain in brief different protocols used in email?
6. Explain three ways of inserting a CSS to a document using example?
7. Describe the structure of the HTTP request and response message
8. Write a simple code to explain the concept of Image Map
9. Define CSS and list its features
10. When user enters URL address, into a web browser, assess how the specific document
is retrieved from a web browser?
11. State and explain the tag which can be used to download a file when clicked on a
given hyperlink
12. Write an HTML-CSS code for showing following animation (Observe the animation
mentioned)

Light Green
blue

Move down

Dark blue Move diagonally

13. Differentiate between GET and POST method


14. Write an HTML code to add an audio and video file
15. What is the use of forms in HTML
16. Why HTTP is stateless protocol
17. How is cell padding different from cell spacing. Explain with examples
18. Write a note on various protocol used in Internet
19. Differentiate between website and webserver
20. In how many ways can we position an HTML element? Or what are the permissible

values of the position attribute?


21. What is an HTTP response status code? List some of the status codes along with their
phrases
22. Write an HTML Code to create the following table

23. Write an HTML Code to create the following form

24. List and explain the image and text element properties and values used in CSS.
25. List and explain various CSS Transition properties
26. Explain CSS Box Model with example
27. State the syntax of shorthand property of following CSS Properties

i. Background
ii. Border
iii. Text-decoration
iv. Padding
v. Merging
28. Explain any 5 semantic tags
29. Some Animation and transformation question
30. Write HTML code to drag and drop a specific image

31. Write an HTML code for following Image. When clicked on


a page showing information of C should open
andandand when
and when clicked on a page showing information on JavaScript should open. Make sure
others areas are not clickable

Unit 2: Front End Development


1. Differentiate between HTML and DHTML
2. How exceptions are handled in JavaScripts. Explain with the help of an example
3. What is validation. Create a form that has following fields, "Username", "Password"
and "Confirm Password". Validate each field as follows:
a) Username should of minimum 10 characters
b) Password should contain 1 upper case letter, 1 lower case letter, 1 digit and
1 special character and the length of the password should be minimum 8.
c) Confirm password should match password entered.
4. Write a Javascript program to find biggest of three numbers using Math object. (Use
button and text box
5. Write a Javascript code to change an image when mouse hover over the image and get
the previous image when mouse moves out of the image
6. Explain the concept of Regular expression and various function supported in detail.
Support your answer with examples
7. Write a Java Script to find factorial of a number
8. Explain Java Script Objects with example
9. Write a JavaScript function to get the month name from a particular date
10. Write a short note on JavaScript DOM Model
11. What are different ways of creating functions in JavaScript. How is it different from
arrow function.
12. Explain onmousedown, onmouseup events in Javascript. Support your answer with
example
13. Explain String Object of JavaScript with any 5 built-in functions
14. What is an array object? How to create an array object? Explain any six array methods?
15. Differentiate between client-side and server-side programming
16. Write a Javascript program to change HTML attribute value
17. Write a Javascript program to sort an array and display it in an ordered list format with
the click of a button
18. Explain onload and onunload events in Javascript. Support your answer with example
19. Explain with examples what are the various ways by which JavaScript displays output
20. Explain various types of error objects supported in JavaScript
21. Write a JavaScript program to associate some styling to HTML text displayed on
webpage
22. Design a JavaScript Code to explain following event handling techniques
i. onmouseover ii. onmouseout
iii. onclick iv. onmousedown
Unit 3: Back End Development
1. HTTP is a stateless or stateful protocol? Justify your answer
2. What are servlets? Explain Java Servlet Architecture in detail
3. Explain life cycle of Java Servlet
4. What are the advantages of Servlet over CGI?
5. Differentiate between GET and POST method in Java Servlet? Explain giving
example
6. What is Session Tracking. Explain various ways of session tracking?
7. How is session managed using cookies. Explain with the help of an example
8. What are cookies. Give its anatomy. Explain advantages and disadvantages
9. Explain Constructors and methods of Cookies. How to create and delete cookies.
10. What is JSP. Explain its advantages and disadvantages
11. Explain Life Cycle of JSP
12. Explain various JSP Scripting elements with example
13. Write a program to perform all arithmetic operations using servlet
14. Write a program in JSP to calculate factorial of a number
15. Write a servlet application to print the current date and time.
16. Write a servlet program to Calculate area of Rectangle when length and breadth are
entered by user
Unit 4: Rich Internet Application (RIA)
1. State characteristics of Rich Internet Application (RIA)
2. Explain the working of AJAX
3. How is AJAX architecture different from the traditional Web application model
4. How to create XMLHttpRequest object in AJAX.
5. Explain AJAX methods provided by jQuery with example
6. State the various ways of receiving response from server using AJAX. Support your
answer with an example
7. How jQuery uses GET and POST methos to request data from server

Unit 5: Web Extensions: PHP and XML


1. Distinguish between echo and print statement in PHP
2. State and explain various types of arrays in PHP
3. Write a PHP program to reverse a number
4. Create an HTML form that accepts Emp_Id, First_Name, Last_Name and Gender
from user. Write a PHP code to store this information into Employee table using
MySQL database
5. Display the following information using XML and XSLT

6. State the syntax of “foreach loop” in PHP with example


7. State advantages and disadvantages of PHP
8. How are objects created in PHP? Explain using example
9. Explain the concept of static keyword using example
10. Write a PHP program to check if the entered string is palindrome
11. Distinguish between XML and HTML
12. Write a short note on XML Validation
13. State various rules to be followed for checking Well Formedness of XML document
14. Create a DTD for catalogue of cars, where each car element has the child elements
make, model, year , color, engine and doors. The engine element has the child
elements no_of_cylinders and fuel_type
15. How XML Schema is an XML-based alternative to DTD
16. Write a short note on: XML DOM

Unit 6: ReactJS
1. State features of ReactJS
2. Create a simple application using ReactJS
3. Describe characteristics of ReactJS

You might also like