MMMUT Computer Science and Engineering previous year question paper for Web Designing-I (BCS-111), semester 1, Minor 2024. All 12 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: Minor 2024
Questions: 12
Questions asked in Web Designing-I Minor 2024
Q1. Attempt any Two parts of the following.
Q1(a). Explain the difference between static and dynamic websites. Provide two examples of each. [4 marks]
Q1(b). How does HTML5 differ from previous versions of HTML, and what new features does it introduce? [4 marks]
Q1(c). What is the role of Cascading Style Sheets (CSS) in web development, and how does it contribute to the visual presentation of a website? [4 marks]
Q2. Attempt any Two parts of the following.
Q2(a). Explain the significance of hyperlinks in web pages and discuss the various types of hyperlinks. [3 marks]
Q2(b). Design a webpage using HTML frames that includes a header, main content area, and footer. The layout should have the following specifications: The header should take up 10% of the total height of the page. The main content area should take up 80% of the height, with a sidebar on the left taking 20% of the width and the main content on the right taking 80% of the width. The footer should occupy… [3 marks]
Q2(c). Describe the purpose and implementation of HTML forms. Highlight some common form controls. [3 marks]
Q3. Attempt any Two parts of the following.
Q3(a). Create a webpage that links an external stylesheet shared by two HTML files. defines styles for the <p> and <h1> elements within the <head>. and applies custom styles to the <h2> and <h3> elements directly in the HTML tags. [3 marks]
Q3(b). Describe how you would style a link to look different when it is unvisited, already clicked, when a user hovers over it, and when it is being clicked. Explain why the sequence of these styles matters in CSS. [3 marks]
Q3(c). How can you modify the appearance of markers in unordered and ordered lists using CSS? Provide examples of different styles for both types of lists. [3 marks]