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

Web Tech 2 imp Q

The document outlines important questions for a Web Tech exam covering topics such as MVC architecture, cookies, XML parsers, JavaScript, PHP, Ajax, and CodeIgniter framework. It includes multiple-choice questions for different years, asking students to explain concepts, write code, and design forms. The questions are structured to assess knowledge and practical skills in web technologies and programming languages.

Uploaded by

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

Web Tech 2 imp Q

The document outlines important questions for a Web Tech exam covering topics such as MVC architecture, cookies, XML parsers, JavaScript, PHP, Ajax, and CodeIgniter framework. It includes multiple-choice questions for different years, asking students to explain concepts, write code, and design forms. The questions are structured to assess knowledge and practical skills in web technologies and programming languages.

Uploaded by

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

Web Tech 2 important Questions

April 2023

Q3) Attempt any TWO of the following.


a) Explain the workflow of MVC Architecture.
b) Which are the fields used in cookies?
c) What is XML parser? Explain it with its types.

Q4) Attempt any TWO of the following.


a) Write a JavaScript code to display message - ‘Exams are near, Prepare well for it” using alert,
prompt and confirm boxes. Accept proper input from user and display messages accordingly.
b) Write a php program to add or append in paragraph text and also in the numbered (ordered)
list in a given HTML document using jQuery selectors.
c) Write an Ajax program to search Student Name according to the character typed and display
list using array.

Q5) Attempt any ONE of the following.


a) Write XML syntax rules.
b) What are Query selectors? Explain in brief.

April 2024

Q3) Attempt any TWO of the following.


a) What is the SimpleXML extension? Explain any three SimpleXML parsing functions.
b) Explain the JavaScript alert box with a suitable example.
c) With a suitable diagram, explain the architecture of the CodeIgniter framework.

Q4) Attempt any TWO of the following.


a) Design the HTML form to accept customer name, age and mobile number. Write a PHP script
to store all the details in different session variable after clicking Submit button.
b) Write a JavaScript program to accept username and password. Validate it with a username
that should not be null and should not contain any numbers; the password should be at least
eight characters long and should contain at least one alphabet. Give proper alert boxes to show
error messages.
c) Write an Ajax program to suggest names according to the character typed in the input field.
Display a list of names using an array.

Q5) Attempt any ONE of the following.


a) What is a Window object in JavaScript? Explain any two Window object methods.
b) Write a short note on MVC development pattern used in CodeIgniter

November 2024
Q3) Attempt any Two of the following :
a) Explain working with Database in Codelgniter.
b) Explain Pop-up boxes in JavaScript.
c) How to get SERVER information? Explain with example.

Q4) Attempt any Two of the following :


a) Write php script to display the page visit count using Session.
b) Write an Ajax Program to display details of Students present in student.dat file. The
student.dat file contains information as Roll No., Name, Class, Contact No.
c) Write php script to read Book.xml file which contains following details in it and display the
Book Id attribute and Book Title. Mr. Patil 550.50 2000 Mr. Pawar 862.50 2015

Q5) Attempt any One of the following :


a) List the features of Codelgniter.
b) Differentiate between XML and HTML.

You might also like