Reg. No.
M.C.A MODEL EXAMINATIONS, NOVEMBER/DECEMBER 2021
Third Semester
Master of Computer Applications
MC5024 – WEB DESIGN
(Regulations 2021)
Time: Three Hours Maximum: 100
Marks
Answer ALL questions
PART – A (10×2=20 Marks)
1. Define WWW.
2. List out the various protocols involved in Web design.
3. What is HTML?
4. What is CSS? List the Need for CSS.
5. Define z-index Layouts.
6. What is Bootstrap?
7. What are the core features of JavaScript and JSON?
8. Write JavaScript syntax and to display current time on the status bar.
9. What is PHP and Write the features of PHP.
10. What are the software components in WAMP?
PART–B (5 * 13 = 65 Marks)
11.a) i) Discuss in detail about the Understanding the working of Internet. (6)
(ii) Explain in detail about the Web Application Architecture. (7)
(OR)
b) Explain the various Technologies involved in Web development. (13)
12. a) Explain in detail about CSS and different ways of linking CSS to HTML.
Construct a webpage of your own using different style sheets in CSS. (13)
(OR)
b) i) Explain in detail about HTML svg andd HTML API’s-Audio & Video. (7)
ii) What is box-model. Explain how to create a box with relevant example. (6)
13. a) i) Explain in detail about Positioning with CSS. (7)
ii) Explain in detail about Responsive web design with media queries. (6)
(OR)
b) i) Explain in detail about Advanced CSS Effects -Gradients, opacity, box-shadow
with suitable example. (7)
ii) Explain in detail about CSS3 Animations. (6)
14. a) i) Write JavaScript code to check whether the user entered a valid
e-mail address and a valid date. (7)
ii) Explain JQuery Selectors with examples. (6)
(OR)
b) i) Explain any four jQuery AJAX methods in detail. (7)
ii) Construct an AJAX program for parsing a JSON file and the file contains
book information. (6)
15. a) i) Explain the steps how to connect MySQL database using PHP and write a
program for library management system using PHP and MySQL. (13)
(OR)
b) i) State the procedure for setting up the with WAMP server and PHPMYADMIN
environment. (7)
ii) Write PHP code to find factorial of a number. (6)
.
PART – C (1 * 15 = 15 Marks)
16. a) Write a program to accept book information viz. Accession number, title,
authors, edition and publisher from a web page and store the information in a
database and to search for a book with the title specified by the user and to
display the search results with proper headings using MySQL and PHP. (15)
(OR)
b) Create a PHP page and create a user form which asks for marks in five subjects
out of 100 and then displays the mark sheet of the student. Write a PHP Script
to update the values in the database with the new marks in subject 5 as "99" and
recalculating and updating database entries: total obtained and percent. (15)
******************************