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

22CST503 Web Programming Model Imp

The document contains a list of important questions related to web programming, covering topics such as HTML, CSS, JavaScript, PHP, and AngularJS. It is divided into three parts, with each part containing various questions that test knowledge and practical skills in web development. The questions range from theoretical analysis to practical coding tasks, aimed at assessing the understanding of web programming concepts.

Uploaded by

nesansiva553
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)
7 views

22CST503 Web Programming Model Imp

The document contains a list of important questions related to web programming, covering topics such as HTML, CSS, JavaScript, PHP, and AngularJS. It is divided into three parts, with each part containing various questions that test knowledge and practical skills in web development. The questions range from theoretical analysis to practical coding tasks, aimed at assessing the understanding of web programming concepts.

Uploaded by

nesansiva553
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

22CST503 Web Programming Model Imp.

Questions

Q.NO Questions Marks CO BL


1 Analyze the web 2.0? Give an example. 2 CO 1 K3
2 Develop HTML code to display an image 2 CO 1 K6
3 Give the syntax of a CSS rule. 2 CO 2 K1
4 Create a web page to create a fixed background image 2 CO 2 K6
5 Write the JavaScript to print "Good Day" using IF-ELSE condition. 2 CO 3 K2
6 What do you mean by exception handling 2 CO 3 K1
7 What is session handling in web programming? 2 CO 4 K2
8 Classify any four built-in functions in PHP. 2 CO 4 K2
9 What are ng-attributes in AngularJS? Give an example. 2 CO 5 K2
10 Briefly explain the role of $scope in AngularJS. 2 CO 5 K2
PART B (5×13 = 65 Marks)

i) Analyze the structure of HTTP request and response messages.


ii) Write a HTML code to display following table
JNN Institute of Engineering
11 (a) Section A Section B 13 CO 1 K4
CSE Dept.
Third Year Gold Medalist Distinction Gold Medalist Distinction
No. of
3 6 4 8
Students

i) Examine the concepts of HTML5 audio and video controls in detail.


11 (b) 13 CO 1 K4
ii) Explain the drag and drop and control elements in HTML5.
12 (a) Classify the various types of Cascading Style Sheets with an example. 13 CO 2 K3
i) Explain in detail about CSS text and Shadow with an example.
12 (b) 13 CO 2 K4
ii) Explain in detail about 2D transformations in CSS with an example
13 (a) Explain how functions can be written in JavaScript with an example. 13 CO 3 K3
13 (b) Evaluate the features of JSON, syntax, objects and JSON with arrays. 13 CO 3 K3
14 (a) Sketch the servlet architecture and life cycle of a servlet with example. 13 CO 4 K4
14 (b) Analyze the various program control statements in PHP with examples. 13 CO 4 K5
i) Explaining the features of Angular JS and MVC architecture in detail.
15 (a) 13 CO 5 K4
ii) Analyze the style directives in Angular JS.
OR
Explain the built in services- $http service & $timeout service in Angular JS
15 (b) 13 CO 5 K2
with an example.
PART C (1×15 = 15 Marks)
Develop a HTML form for online user registration (Banking) using Text, Text
16 (a) area, Check box, Radio buttons, Submit & Rest Button, Dropdown Menu 15 CO 1 K6
items.
Consider a database table with the following schema.(PNR No., Status). Write
16 (b) 15 CO 3 K6
a Servlet program to display the status, given the PNR number.
Q.NO Questions Marks CO BL
1 List the different basic protocols used in Internet. 2 CO 1 K2
2 How will you create password field in a HTML form? 2 CO 1 K1
3 Give example for inline style sheet. 2 CO 2 K1
4 Write a CSS which adds background images and indentation 2 CO 2 K2
5 What is a JavaScript statement? Give an example. 2 CO 3 K1
6 What is JSON? Whether it is platform dependent? 2 CO 3 K1
7 What is the difference between Difference between doGet() and doPost()? 2 CO 4 K2
8 Write the PHP script to print “Hello” message on the screen. 2 CO 4 K2
9 How does data binding work in AngularJS? 2 CO 5 K1
10 Define an AngularJS module. What is its purpose? 2 CO 5 K1
PART B (5×13 = 65 Marks)

i) Explain the purpose and way of creating lists in HTML documents.


11 (a) 13 CO 1 K2
ii) What is the difference between HTML and XHTML.
Develop an interactive web page for student registration using HTML form
11 (b) 13 CO 1 K2
elements
Illustrate in detail about the different types of CSS selectors used in internet
12 (a) 13 CO 2 K4
programming?
12 (b) Discuss in detail about transition and animation in CSS with an example. 13 CO 2 K4
13 (a) Explain in detail about JavaScript Document Object Model with an example. 13 CO 3 K2
i) Illustrate the following JavaScript built in objects.
a) Math object b) Date object.
13 (b) ii) Develop a HTML page to display one image when user presses mouse 13 CO 3 K4
button and another image gets displayed when user releases the mouse button.
Examine the session tracking and management using session Id with an
14 (a) 13 CO 4 K4
example.
14 (b) Explain in detail about Form validation in PHP with an example. 13 CO 4 K2
i) How to implement the expression and data binding in Angular JS
15 (a) 13 CO 5 K2
ii) Explain the two conditional directives in Angular JS with an example.
What is the use of controller in Angular JS? Explain it with the help of an
15 (b) 13 CO 5 K2
example.
PART C (1×15 = 15 Marks)
Write a JavaScript to validate a for consisting of Name, Age, Address,
16 (a) 15 CO 1 K6
EmailID, Hobby (checkbox), Gender (radio box), Country (Drop down menu).
Write a Java Servlet to display net salary of employee, use jdbc connectivity
to get employee details from database. (Apply Tax - 6% & PF -10%))

16 (b) Deduction 15 CO 3 K6
Emp ID Emp Name Gross Salary Net Salary
(Taxes + PF)
11071 Nitheesh 45000
11072 Hithesh 50000

You might also like