IP QuestionBank 23 24
IP QuestionBank 23 24
Question Bank
Academic year 2023-2024(Odd Sem)
Faculty Incharge : Mrs. Geocey shejy,Mrs. Prerna Solanke, Mrs. Pallavi Saindane
Descriptive Questions
Module 1
1. What is URL
2. Write a note on HTTP
3. Describe the structure of the HTTP request and response message
4. When a user enters a URL address, into a web browser, assess how the specific document is retrieved from
a web browser?
5. Explain format of URI.
6. Explain web-browser architecture
1 Write an external stylesheet and link it with HTML code. The stylesheet should include the following.
● The web page will have the background image “img1.jpg”.
● The table headings will have red background color.
● Background color of alternate paragraphs are different.
● The hyperlinks on the web page will not have underline.
3 Write HTML5 Code for embedding Audio and Video into HTML Web Page
4 Explain Geo-location and media query with an example in HTML5 and CSS3.
6 Write an HTML code to process placement registration form which accepts the student details like name,
address, email-id, contact-number, date of birth, percentage, branch (must be selected using radio button) and
technology-preferred (using checkbox). Write the JavaScript code to validate the following
i. valid email id (“@” and “.”)
ii. all the fields must be filled before submission of the form.
iii. percentage validation is minimum first class (= > 60 %)
7 Explain Window object of Javascript DOM. Write Javascript code to change the background color of a web
page automatically after every 5 seconds.
8 Write code to process online Alumni information for your college. Create forms to get name, address, date of
birth, and email id. Use check boxes for taking hobbies and radio buttons for selecting branch. Write
JavaScript code to validate the following:
i. User has filled all the fields prior to form submission
ii. Valid email-id (with ‘@’ and ‘.’)
iii. Age validation using DOB (>=22 years)
9 Write a script to display message “GOOD MORNING” or “GOOD DAY” immediately after page get loaded
10 Write a javascript code to add new HTML element to existing web page.
11 State and explain the tag which can be used to download a file when clicked on a given hyperlink 12.
12 Write an HTML-CSS code for showing following animation (Observe the animation mentioned)
14 Write a Javascript program to find biggest of three numbers using Math object. (Use button and text box )
15 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
16 Write a JavaScript function to get the month name from a particular date
17 What are different ways of creating functions in JavaScript. How is it different from arrow function.
Module 3:
2 Create a HTML form to accept name (TextField), address (TextArea), gender (Radio), and Country
(DropDown) fields from user, store it into the My SQL database using PHP program
3 Write XML document to describe a CD catalog. Define a suitable DTD for the same. Also display the
list of albums in tabular format using XSL.
5 Explain Session management in PHP
9 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
Module 2 1 What data types are a) int, float, b) int , c) int , string d) It has
available in char, string char dynamic
JavaScript? types defined
with keyword
var.
2 The A) $COOKIE B) C) D)
……………………… $_COOK $SET_COOKIE $ADD_COO
is a superglobal IE KIE
variable that stores
information passed
into the script through
HTTP cookies.