0% found this document useful (0 votes)
25 views11 pages

SQP Computer

Sample question paper

Uploaded by

Vijay Kumar
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)
25 views11 pages

SQP Computer

Sample question paper

Uploaded by

Vijay Kumar
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/ 11

CHAPTER-1 COMPUTER

APPLICATIONS
Introduction to HTML

U <b>: Displays text in bold for emphasis. HTML supports two types of elements
<i>: Displays text in italics for emphasis. Formatting Container Element: Consists of start
U
Elements HTML U
U <u>: Underlined text to draw attention. and end tags enclosing content.
Elements
U Empty Elements: Lack an end tag, like
U <p>: Defines paragraphs, a block-level <br> for line breaks.
element and always starts with a new line.
U Adds space before and after text. HTML HTML: Hypertext Markup Language, the
U You can use <br> within <p> to insert line Paragraphs standard language for creating webpages.
breaks. Introduction
U Purpose: Defines the structure and
to HTML
U <h1> to <h6>: Define headings from most content of webpages.
important (h1) to least important (h6). HTML U Hyperlinks: Links connecting webpages
U Text is displayed in bold, and the size Headings or other external files.
decreases from h1 to h6.
U Browser Role: Browsers interpret HTML
Line to display content in the correct format.
U <br>: Inserts a line break within text.
Breaks Introduction to U Case Sensitivity: HTML tags are not case
U <!-- Comment Text -->: Used for HTML sensitive, but lowercase is recommended
documentation or to hide content. HTML for consistency.
U Comments are not displayed in the
Comments
browser. Basic <!DOCTYPE html>
U <hr>: Adds a horizontal line to visually HTML <head>
separate content. Structure <title>Title of the Webpage</title>
U Example : Applying HR Attributes Horizontal
Rule </head>
U <hr style=‟height:4px; width: 50%; text-
align: right; margin-left:0; background- <body>
color:red;”>
HTML <h1>First Heading</h1>
Tags <p>This is a paragraph.</p>
U <html>: The root element, a container for HTML
other elements. Versions </body>
U <head>: Holds metadata about the HTML </html>
document.
U <title>: Specifies the title displayed in the HTML 1.0 (1993)
browser’s title bar. U First version of HTML.
U <body>: Contains the visible webpage content. U Introduced basic elements like headings, paragraphs, lists, and links.
HTML 2.0 (1995)
1. Open a text editor. U Added support for tables and forms.
Creating and
2. Write HTML code. Accessing HTML 3.2 (1997)
3. Save with a .html or .htm extension. HTML U Introduced new features like image maps, applets, and text formatting.
4. Open in a web browser. Documents U Improved support for tables and forms.
HTML 4.01 (1999)
U Text Editor: Software like Notepad, U Enhanced support for styles and scripting (CSS and JavaScript).
TextEdit, Notepad++, or Visual Studio Tools for U Introduced the <div> and <span> elements for layout and styling.
Code to create HTML files. HTML HTML 5 (2014)
U Web Browser: Used to view and test U Introduced new structural elements like < header>, <nav>, <section>,
HTML pages (e.g., Chrome, Edge, Safari). and <article>.
U Supported multimedia with <audio> and < video> elements.
Roll No. Q.P. Code 01
Candidates must write the Q.P. Code
on the title page of the answer book.

SAMPLE QUESTION PAPER-1


COMPUTER APPLICATIONS
Time allowed: 2 hours Maximum Marks: 50

NOTE:
(i) Q.P. Code given on the right hand side of the question paper should be written on the title page of the answer-book by the
candidate.
(ii) Please check that this question paper contains 26 questions.
(iii) Please write down the Serial Number of the question in the answer-book before attempting it.
(iv) 15 minutes of time has been allotted to read this question paper. The students will read the question paper only and will
not write any answer on the answer-book during this period.

GENERAL INSTRUCTIONS:
Read the following instructions carefully and strictly follow them:
1. This Question Paper has 5 Sections A-E.

2. All questions are compulsory. However, an internal choice of approximately 30% is provided.

3. Section A consists of 12 objective type questions carrying 1 mark each.

4. Section B has 7 Very Short Answer (VSA) type questions carrying 2 marks each.

5. Section C consists of 4 Short Answer (SA) type questions carrying 3 marks each.

6. Section D consists of 1 Long Answer type question carrying 4 marks.

7. Section E consists of 2 Source-based/Case-based/Passage-based Questions carrying 4 marks each.


SECTION – A
All questions are compulsory
1. What does plagiarism involve? 1
(a) Using someone else’s work without permission (b) Copying text from Wikipedia
(c) Paraphrasing with proper attribution (d) Using public domain content
2. Which of the following is needed to create a webpage? 1
(a) Text-editor (b) Search-engine (c) Web-browser (d) Both (a) and (c)
3. Which of the following tags can be used to draw a horizontal line in a webpage? 1
(a) line (b) <hrule> (c) <hr> (d) <rule >
4. What is the primary purpose of freedom of information (FOI) laws? 1
(a) To restrict access to government information (b) To promote transparency and accountability
(c) To control the distribution of copyrighted materials (d) To limit online communication
5. Which input type allows users to enter a single line of text? 1
(a) <input type=‟text”> (b) <input type=‟textarea”> (c) <input type=‟line”> (d) Both (a) and (c)
6. What is the primary purpose of CSS? 1
(a) Structuring the content of a webpage (b) Adding interactivity to web elements
(c) Styling and formatting the presentation of a webpage (d) Defining server-side functionality
7. The attribute of the <img> tag used to specify the location of an image is __________. 1
(a) img (b) src (c) alt (d) name
8. Which code snippet demonstrates changing the font color of the text to red using the <font> tag? 1
(a) <font color=‟red”>This text is red.</font> (b) <font style=‟color: red;”>This text is red.</font>
(c) <font font-color=‟red”>This text is red.</font> (d) <font font-color=‟red”>This text is red.</font>
9. What does cybersafety focus on? 1
(a) Encouraging risky online behaviors (b) Protecting personal information
(c) Encouraging the sharing of passwords (d) All of these
10. In Ordered list, by default the list items will be marked with _______ .  1
Questions No-11 & 12 are Assertion and Reason types. Each question consists of two statements, namely, Assertion (A) and
Reason (R). Select the most suitable option considering the Assertion and reason.
(a) 
Both Assertion (A) and Reason (R) are true and Reason (R) is the correct explanation of Assertion (A).
(b) 
Both Assertion (A) and Reason (R) are true, but Reason (R) is not the correct explanation of Assertion (A).
(c) Assertion (A) is true, but Reason (R) is false.
(d) Assertion (A) is false, but Reason (R) is true.
11. Assertion (A): Downloading files means transferring files from the internet to your host computer.
Reason (R): Uploading files refers to the process of transferring data or files from a local or client device to a remote server,
network, or cloud storage system. 1
12. Assertion (A): HTML is a programming language.
Reason (R): HTML is used to define the structure of a webpage. 1

SECTION – B
(2 marks each)
13. What is the horizontal rule in HTML? How can anyone insert a horizontal line in a webpage? 2
14. What is the difference between a newsgroup and a blog? 2
15. What is an <image> tag in HTML? Explain with syntax.
OR
What is a title tag in HTML? Where should you put the title tag in an HTML document? 2

36 COMPUTER APPLICATIONS
16. What do you mean by netiquette? Write one netiquette for using social media platforms. 2
17. What is e-commerce? Write the names of the types of e-commerce. 2
18. Write any two advantages of e-learning.
OR
Write any two privacy concerns in e-commerce. 2
19. What is the difference between superscript and subscript tags? Explain with syntax. 2

SECTION – C
(3 marks each)
20. Which software will be called open-source software? Mention any two popular open-source software.  3
21. Explain the following:
(a) Inline CSS (b) External CSS (c) Internal CSS 3
OR
What is the use of comments in an HTML document? Explain how comments are added. 3
22. What is e-mail? Write two advantages of using it. 3
23. What is the difference between FTP and SFTP? Which one is preferable for data sharing? 3

SECTION – D
(4 marks each)
24. Write the code to design the given webpage as given below by considering the specification.
COMPUTERS

Types of Computers
We can categorize computers in two ways: on the basis of data handling capabilities and size.
1. On the basis of data handling
○ Analogue Computer
○ Digital Computer
○ Hybrid Computer
2. On the basis of size
 Super Computer
 Mainframe Computer
 Mini Computer
 Workstation Computer
 Micro Computer

Sample Question Paper-1 37



Specification 1: The heading ‟Computer” should be the second level of the heading at the center of the page and the background

color should be ‟crimson”.
Specification 2: A desktop image picture 1.jpg should be placed as shown in the image.

Specification 3: The heading ‟Types of Computers” should be a third-level heading in the center of the page. The paragraph

line also should be in the center of the webpage.
Specification 4: The page should consist of a nested list and the data should be the same as given in the image. The outer list

should be a numbered list and the inner list should be a bulleted list with the style given in the image. 4
OR
Write the HTML code to design the below-shown web page considering the specifications as given below:

Our Country: India

India is spread over a large geographical area. In terms of area, it is the 7th largest country while in
terms of population, it is the 2nd largest country in the world. Some facts about India are as follows
• Area: Approx 3.28 million sq. km
• North to South extension : Approx 3,200 km

• East to West extension: Approx 2900 km
Specification 1: The background color of the page should be yellow.

Specification 2: Heading ‛Our Country: India’ should be the first level of the heading

Specification 3: The image named ‛India.jpg’ should be placed at the center.

Specification 4: Formatting style for the paragraph:

• Font Size: 5
• Font Name: Times New Roman
• Color: Red
Specification 5: Superscript and subscript tags should be used wherever required.

Specifications 6: Facts (as shown in the above web page) should be written with the help of the unordered list.
4

SECTION – E
(5 Marks Each)
Case-Study

25. You’re designing a website’s menu bar. It should have a blue background and white text. Each menu item should look like
it has a line under it, and there should be some space between each menu item. The text should be slanted (italic), and a bit
bigger than usual. The menu should be in the center of the page.
1. Which of the following attributes is used to add the background color to the webpage? 1
(a) Color (b) Bgcolor (c) Text-color (d) None of these
2. Which of the following tags can be used to format the menu text slanted in the webpage? 1
(a) <border> (b) <italic> (c) <i> (d) Both (b) and (c)

38 COMPUTER APPLICATIONS
3. Which tag should be applied to make each menu item appear to have a line under it? 1
(a) <ul> (b) Margin (c) <u> (d) Underline
4. What should be the alignment of the menu bar within the webpage? 1
(a) Left-aligned (b) Center-aligned (c) Right-aligned (d) Justified
5. What CSS property is used to increase the font size of the menu text? 1
(a) font-weight (b) font-size (c) font-style (d) text-size
26. Rohan is a small business owner who wants to expand his local bakery’s online presence. He’s heard about the Internet and the
World Wide Web but is not sure how they can benefit his business. Rohan has been relying primarily on traditional advertising
methods and word-of-mouth referrals to attract customers. He’s also heard about various online tools and platforms but is
uncertain about which ones would be most suitable for his bakery.
6. What is the primary reason for Rohan’s interest in expanding his bakery’s online presence? 1
(a) To reduce the cost of traditional advertising (b) To attract more customers and grow his business
(c) To improve the quality of his bakery products (d) To compete with other local businesses
7. Which technology did Rohan hear about but is uncertain about its potential benefits for his bakery? 1
(a) Television advertising (b) Social media
(c) Internet and World Wide Web (d) Local community events
8. What is the primary method Rohan has been using to attract customers before considering an online presence for his
bakery? 1
(a) Online advertising (b) Traditional advertising methods
(c) Social media marketing (d) Email marketing
9. Which concept is the World Wide Web (WWW) built upon? 1
(a) Hypertext (b) Television broadcasting
(c) Postal services (d) Telephone communication
10. In the context of the case, what would be the most suitable objective for Rohan’s Bakery when expanding its online presence?1
(a) Reducing the variety of bakery product (b) Expanding to a global market
(c) Strengthening word-of-mouth referrals (d) Attracting more local and nearby customers

Sample Question Paper-1 39


SAMPLE QUESTION PAPER-1
(Explanations)
1. (a) Plagiarism involves using someone else's work, ideas, files refers to transferring data or files from a local
or intellectual property without proper permission or or client device to a remote server. (1 M)
attribution. This includes copying text, images, or any 12. (d) While HTML is used to define the structure of
other content without giving credit to the original a webpage, it is not considered a programming
creator. (1 M) language. HTML is a markup language used to
2. (d) To create a webpage, you need a text editor to write structure content on the web. (1 M)
and edit the HTML, CSS, and JavaScript code that
makes up the webpage's content and design. You also 13. A horizontal rule in HTML, represented by the <hr> tag,
need a web browser to view and test the webpage is used to create a thematic break or a visible horizontal
once it's created. A search engine is not needed to line on a webpage. It is often used to separate content or
create a webpage; it's used to find information on the section on a webpage. (1 M)
internet. (1 M) A horizontal line can be added using the following code:
3. (c) The <hr> tag in HTML is used to insert a horizontal <!DOCTYPE html>
rule or line on a webpage. It creates a visible
<head>
horizontal line, typically used to separate content
or sections on a webpage. It is not used for creating <title>Horizontal Rule Example</title>
hyperlinks, defining HTML headers, or adding page </head>
breaks. (1 M) <body>
4. (b) Freedom of information laws aim to ensure <h1>Welcome to My Website</h1>
transparency and accountability in government <p>This is some content on my webpage.</p>
actions by allowing individuals to access information <hr> <!-- This is the horizontal rule -->
held by public bodies. (1 M)
<h2>More Information</h2>
5. (a) The <input type = “text”> allows you to add a single
line of text. (1 M) </body>
6. (c) The primary purpose of CSS is to style and format </html> (1 M)
the presentation of a webpage, such as colors, layout,
fonts, etc. (1 M)
Nailing the Right Answer
7. (b) The “src” attribute in the <img> tag is used to specify
the file path or URL of the image to be displayed on ● To create a horizontal rule, simply use the <hr> tag.
the webpage. (1 M) It is a self-closing tag, so there’s no need for a closing
8. (a) The<font> tag was traditionally used to define tag (</hr>).
font properties in HTML, and the “color” attribute ● You can add optional attributes to customize the
specifies the text color. In this case, the text will be appearance of the horizontal rule. Common attributes
displayed in red. (1 M) include width, color, and size
9. (b) Cyber safety involves following rules and precautions
to protect personal information and ensure a secure 14. Newsgroups are online discussion forums where users post
online experience. (1 M) and read messages on various topics. They typically use
10. (d) In an ordered list, list items are by default marked the Usenet protocol. Newsgroups are more discussion-
with numbers, specifically numerals (1, 2, 3, etc.). oriented. Newsgroups are often organized by topic or
Each item is sequentially numbered, starting from 1 interest. (1 M)
and increasing with each subsequent item in the list Blogs, short for weblogs, are individual or group websites
 (1 M) where authors publish articles or posts on specific subjects.
11. (b) Downloading files refers to transferring files from Blogs are content-centric. Blogs are typically authored by
the internet to your host computer, and uploading individuals or groups. (1 M)
15. The image tag in HTML is used to insert images into a and conduct themselves in various online environments,
webpage. It is represented by the <img>tag. (1 M) such as social media, email, forums, and chat rooms.
Syntax: Practicing netiquette is crucial for maintaining a positive
<img src=“image-source-url” alt=“alternative-text”> and respectful online atmosphere. (1 M)
- `src` specifies the image file's source URL. One important netiquette rule for social media is:
- `alt` provides alternative text for accessibility and Respect Privacy: Before sharing personal information
describes the image. (1 M) about others, especially photographs or sensitive details,
make sure you have their consent. Not everyone wants
their private life to be public, so respect their boundaries
Mistakes 101 : What not to do! and choices. Additionally, be cautious about sharing your
own personal information online to protect your own
● The src attribute is required in the <img> tag, as it privacy and security. (1 M)
specifies the source (URL) of the image. Omitting 17. The term “e-commerce” refers to the exchange of products
this attribute will result in a broken image or an error. and services over the Internet. It includes business-
● Providing incorrect file paths or URLs in the src to-business (B2B), business-to-consumer (B2C), and
attribute can result in images not being displayed. consumer-to-consumer (C2C) online transactions. The
Make sure the path is correct and that the image file ability to buy goods and services online from anywhere,
exists at that location. at any time, has changed how businesses run and how
customers shop. (1 M)
OR Types of e-commerce:
The <title> tag in HTML is used to define the title of a Types of e-commerce include B2C (Business-to-
web page. It is not visible on the web page itself but is Consumer), B2B (Business-to-Business), C2C (Consumer-
displayed as the title of the browser window or tab when to-Consumer). (1 M)
the webpage is loaded. Additionally, search engines use
18. Advantages of E-learning:
the title tag to understand the content of the page and
display it in search results. (1 M) Flexibility: Learners can access course materials and
study at their own pace and convenience. (1 M)
The <title> tag is placed within the <head> section of the
HTML document. It should be placed between the opening Access to a Variety of Resources: E-learning provides
<head> tag and the closing </head> tag, like so: access to a wide range of multimedia and interactive
<!DOCTYPE html> learning materials. (1 M)
<head> OR
<title>My Webpage Title</title> 1. Data Security: E-commerce involves sensitive
</head> data like credit card details. Privacy concerns arise
<body> when customers worry about the security of this
<h1>Welcome to My Webpage</h1> information, fearing data breaches and identity theft.
<p>This is some content on my webpage.</p>  (1 M)
</body> 2. Data Collection and Tracking: E-commerce sites
</html> (1 M) collect user data for personalization and marketing.
However, this can lead to privacy concerns as
customers may feel uncomfortable with their online
Nailing the Right Answer behavior being monitored and used for targeted
advertising without clear consent. (1 M)
● The <title> tag in HTML is like the name of your
19. Difference between Superscript and Subscript Tags:
webpage. It should tell people what your webpage is
about in a clear and simple way. The <sup> tag is used for superscript text, which appears
above the baseline (e.g., exponents). (½ M)
● You should have only one <title> tag in the <head>
part of your HTML. The <sub> tag is used for subscript text, which appears
below the baseline (e.g., chemical formulas). (½ M)
16. Netiquette, short for “network etiquette” refers to the Syntax:
set of rules, conventions, and guidelines for polite and Superscript: 2<sup>nd</sup> (Displays as 2nd) (½ M)
respectful behavior on the internet. It encompasses how
individuals should interact with each other, communicate, Subscript: H<sub>2</sub>O (Displays as H2O) (½ M)

108 COMPUTER APPLICATIONS


 <p class=“blue-text”>This is a blue text with
styles from an external CSS file.</p>
Nailing the Right Answer </body>
● Use the <sub> tag when you need to represent text </html>
or characters that should appear as subscripts. This is Example (styles.css):
commonly used in chemical formulas, mathematical .blue-text {
equations, and some abbreviations. color: blue;
● Ensure that the <sup> tag is placed immediately before font-size: 16px;
or after the content you want to be in superscript. } (1 M)
(c) Internal CSS: Internal CSS is defined within the
20. Open-source software is software that is released with HTML document's <style> tags in the <head>
a license that allows anyone to view, use, modify, and section. It applies styles to specific elements on that
distribute its source code. Open-source software typically page.
adheres to the principles of transparency and collaboration, Example:
and it encourages a community of developers and users <!DOCTYPE html>
to contribute to its development. Here are two popular <head>
open-source software programs: (1 M)
<style>
1. Linux Operating System: Linux is a widely- p{
used open-source operating system kernel. Various color: green;
distributions (distros) of Linux, such as Ubuntu, font-size: 18px;
Debian, and CentOS, build upon the Linux kernel to
}
create complete operating systems. Linux is known for
its stability, security, and flexibility, and it is used on </style>
servers, desktops, embedded systems, and more.(1 M) </head>
<body>
2. Mozilla Firefox: Mozilla Firefox is an open-source
<p>This is a green text with a font size of
web browser developed by the Mozilla Foundation.
It is known for its speed, privacy features, and robust 18px.</p>
support for web standards. Firefox is available on </body>
multiple platforms, including Windows, macOS, </html> (1 M)
Linux, and mobile devices, and it has a large
community of contributors who help improve
and extend its functionality through open-source Mistakes 101 : What not to do!
collaboration. (1 M) ● One common mistake is overusing inline styles. While
21. (a) Inline CSS: Inline CSS involves adding CSS styling they can be convenient for quick styling, it’s best to
directly within HTML elements using the "style" reserve them for specific situations where inline styles
attribute. It affects only the specific element it's are necessary, such as individual element overrides.
applied to.
● Placing CSS code directly in the HTML document
Example: without enclosing it within a <style> tag in the <head>
<p style=“color: blue; font-size: 16px;”>This is a section should be avoided.
blue text with a font size of 16px.</p> (1 M)
● Providing incorrect file paths in the HTML document
(b) External CSS: External CSS is a separate CSS file to link to external CSS files can result in styles not
linked to an HTML document. It allows you to apply being applied.
styles consistently across multiple web pages.
Example (HTML):
OR
<!DOCTYPE html>
Comments in an HTML document serve the purpose of
<head> providing human-readable explanations or notes within
<link rel=“stylesheet” type=“text/css” the code. They are not visible to the website's visitors
href=“styles.css”> but are essential for developers, designers, or anyone
</head> working on the HTML code to understand its structure,
<body> and purpose, or make notes for future reference.(1½ M)

Sample Question Paper-1 109


HTML comments are added using the <!--- and --> tags Data transferred via FTP is not encrypted, which means it
to enclose the comment text. Anything placed between can potentially be intercepted or accessed by unauthorized
these tags is treated as a comment and is not rendered on parties during transmission. (1 M)
the webpage. SFTP (SSH File Transfer Protocol):
<!DOCTYPE html> SFTP is an extension of the Secure Shell (SSH) protocol
<head> and is designed for secure file transfers over a network.
<title>My Webpage</title> Data transferred via SFTP is encrypted, providing a high
</head> level of security. This encryption makes it difficult for
<body> unauthorized parties to intercept or access the data during
<h1>Welcome to my webpage</h1> transmission. (1 M)
<!-- This is a comment --> SFTP is generally considered the preferable choice for data
<p>This is some content on my webpage.</p> sharing when security is a concern. It offers encryption
<!-- Comments can be used to explain the purpose and secure authentication, making it a safer option for
of HTML elements --> transferring sensitive or confidential data (1 M)
<a href=“https://www.example.com”>Visit Example 24. <!DOCTYPE html>
Website</a> <head>
</body> <title> Webpage </title>
</html> (1½ M) </head>
<body style=“background-color: crimson;”>
<h2 style=“text-align: center;”>COMPUTERS</h2>
Nailing the Right Answer <img src=“picture1.jpg”alt=“desktop picture”
● Failure to update or remove outdated comments can width=“100%” height=“250px”>
lead to confusion. If you make changes to the code, <h3 style=“text-align: center;”> Types Of
remember to update the corresponding comments. Computers</h3>
● Adding excessive comments can clutter your HTML <p style=“text-align: centre;”>We can categorize
code and make it harder to read. Only include computers in two ways: based on data handling capabilities
comments when they provide valuable information and size.</p>
or context. <ol>
<li>On the basis of data handling </li>
22. Email (electronic mail) is a method of exchanging digital <ul type= “disc;”>
messages between people using electronic devices such as <li>Analogue Computer </li>
computers, smartphones, and tablets. It is one of the most <li>Digital Computer</li>
widely used forms of communication on the Internet and <li>Hybrid Computer</li>
offers several advantages: (1 M) </ul>
Advantages of Using Email: <li>On the basis of size </li>
1. Speed and Efficiency: Email allows for real-time <ul type= “square”>
communication, enabling messages to be delivered <li>Super Computer </li>
and received quickly regardless of geographical
<li>Mainframe Computer</li>
distances. This speed and efficiency are especially
<li>Mini Computer</li>
valuable for business communication.  (1 M)
<li>Workstation Computer</li>
2. Cost-Effective: Email is a cost-effective means of
<li>Micro Computer</li>
communication, particularly for long-distance and
international correspondence. Unlike traditional </ul>
postal mail or phone calls, email typically does not </ol>
incur per-message charges, making it an economical </html> (4 M)
choice for personal and business communication. OR
 (1 M) <!DOCTYPE html>
23. FTP (File Transfer Protocol): <head>
FTP is an older, standard protocol for transferring files <title> My webpage </title>
over a network, typically using unencrypted connections. <style >

110 COMPUTER APPLICATIONS


body{ 25. 1. (b) You can use the bgcolor attribute to set the
background-color: yellow; background color for a specific HTML document
} or a webpage. (1 M)
h1{ 2. (c) The <i> italic tag is used to format the text in a
text-align: center; slanted format. (1 M)
}
3. (a) To make each menu item appear to have a line
img{
under it, <u> underline tag can be used. (1 M)
width: 300px;
height: 300px ; 4. (b) The menu bar should be centered within the
} webpage, as mentioned in the case. (1 M)
p{ 5. (b) The CSS property ‘font-size’ is used to increase
font-face: Times New Roman; the size of the font for the menu text. (1 M)
font-size: 5;
color: red;
} Nailing the Right Answer
</style> When answering case-based questions, begin by reading
</head> the case scenario or question carefully. Pay attention to
<body> the details, context, and any specific information provided.
<h1>Our Country India </h1>
<center> <img src=“india.jpg”></center> 26. 6. (b) Rohan’s primary goal in expanding his bakery’s
<p> India is spread over a large geographical area. In online presence is to attract more customers
terms of area, it is the 7<sup>th</sup> largest country and grow his business. He has been relying on
while in terms of population, it is the 2<sup>nd</sup> traditional advertising and word-of-mouth referrals,
largest country in the world. Some facts about India are indicating his desire to expand his customer base.
as follows</p>  (1 M)
<ul>
7. (c) Rohan is uncertain about the potential benefits of
<li>Area: Approx 3.28 million in sq. km</li>
the Internet and World Wide Web for his bakery.
<li>North to South extension: Approx 3,200 km</li>
This uncertainty is the central focus of the scenario.
<li>East to West extension:
Approx 2900 km</li>  (1 M)
</ul> 8. (b) Rohan has been relying primarily on traditional
</body> advertising methods to attract customers, as
</html> (4 M) mentioned in the scenario. (1 M)
9. (a) The Worldwide Web (WWW) is built upon the
Nailing the Right Answer concept of hypertext, where documents contain
● Carefully read and understand the provided hyperlinks that allow users to navigate to other
specifications or requirements. Pay attention to related documents by clicking on them. (1 M)
details regarding layout, colors, fonts, content, and 10. (d) Given that Rohan’s Bakery is a local business, the
any specific elements that need to be included in the
most suitable objective for expanding its online
webpage.
presence would be to attract more local and nearby
● Begin by creating the basic HTML structure of
customers. This aligns with his goal of growing
the webpage. Define the document type, set up the
<html>, <head>, and <body> elements, and include his bakery’s customer base within his immediate
essential meta tags. community. (1 M)

Sample Question Paper-1 111

You might also like