WEB DESIGNING-I — Major (End Semester) 2024 question paper
MMMUT Computer Science and Engineering previous year question paper for WEB DESIGNING-I (BCS-111), semester 1, Major (End Semester) 2024. All 24 questions are listed below, each with a written answer on Nexsus.
Paper details
Subject: WEB DESIGNING-I (BCS-111)
Branch: Computer Science and Engineering
Semester: 1
Exam: Major (End Semester) 2024
Questions: 24
Questions asked in WEB DESIGNING-I Major (End Semester) 2024
Q1. Attempt any Five parts of the following.
Q1(a). Differentiate between static and dynamic websites with an example. [2 marks]
Q1(b). Explain the purpose of HTML in web development and describe the basic structure of an HTML document. [2 marks]
Q1(c). List the different types of lists in HTML and provide an example to demonstrate their usage. [2 marks]
Q1(d). List the different types of CSS stylesheets and their advantages and disadvantages with a suitable example. [2 marks]
Q1(e). Describe event handling in JavaScript and include an example in your explanation. [2 marks]
Q1(f). Describe filters in AngularJS and explain their functionality with an example. [2 marks]
Q1(g). Explain AngularJS and discuss its advantages over traditional JavaScript. [2 marks]
Q2. Attempt any Two parts of the following.
Q2(a). Write the syntax for creating hyperlinks in HTML and demonstrate their usage with an example. [5 marks]
Q2(b). Write HTML code to create a table displaying employee details with columns for Name, Department, and Salary. [5 marks]
Q2(c). Explain the purpose of HTML forms and write HTML code to create a login form with fields for username and password. [5 marks]
Q3. Attempt any Two parts of the following.
Q3(a). Explain the CSS Box Model and describe its components with an example. [5 marks]
Q3(b). Differentiate between CSS ID and Class selectors and provide an example of their usage. [5 marks]
Q3(c). Describe text styling properties in CSS and write a CSS code snippet to style a paragraph with font size 16px, font colour blue, and justified alignment. [5 marks]
Q4. Attempt any Two parts of the following. [1 marks]
Q4(a). Explain the importance of form validation in JavaScript and write a function to validate a password field with a minimum length of 8 characters. [5 marks]
Q4(b). Write a JavaScript program to allow users to change the background colour of a webpage dynamically. [5 marks]
Q4(c). Create an HTML and JavaScript program that displays a popup alert when a button is clicked. [5 marks]
Q5. Attempt any Two parts of the following.
Q5(a). Develop an AngularJS application to calculate and display the sum of two numbers entered by the user. [5 marks]
Q5(b). Define AngularJS and explain the MVC architecture it follows with an example. [5 marks]
Q5(c). Explain how to create and use a directive in AngularJS to extend HTML functionality and bind dynamic content to specific elements on a webpage. [5 marks]