0% found this document useful (0 votes)
18 views7 pages

10 Computer Applications SP 11

The document is a sample paper for Class 10 Computer Applications (165) for the academic year 2023-24, consisting of five sections with a total of 50 marks. It includes various types of questions such as multiple choice, very short answer, short answer, long answer, and case-based questions. The document also provides solutions to the questions, covering topics related to HTML, CSS, and internet concepts.

Uploaded by

aryasoni1234567
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)
18 views7 pages

10 Computer Applications SP 11

The document is a sample paper for Class 10 Computer Applications (165) for the academic year 2023-24, consisting of five sections with a total of 50 marks. It includes various types of questions such as multiple choice, very short answer, short answer, long answer, and case-based questions. The document also provides solutions to the questions, covering topics related to HTML, CSS, and internet concepts.

Uploaded by

aryasoni1234567
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/ 7

myCBSEguide

Class 10 - Computer Applications (165)


Sample Paper - 11 (2023-24)

Maximum Marks: 50
Time Allowed: : 2 hours

General Instructions:

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 has 12 questions carrying 01 mark each.
4. Section B has 7 Very Short Answer (VSA) type questions carrying 02 marks each.
5. Section C has 4 Short Answer (SA) type questions carrying 03 marks each.
6. Section D has 1 Long Answer (LA) type question carrying 04 marks.
7. Section E has 2 Source based /Case-based /Passage based Questions carrying 04 marks each.

Section A
1. The set of rules which specify guidelines for online behaviour of users is called ________.
a) Cyber law
b) Ethics
c) Cyber ethics
d) Netiquette
2. Kajal wants to purchase some clothes. Which of the following sites would you suggest her for shopping?
a) www.hdfc.com
b) www.yahoomail.com
c) www.msn.com
d) www.amazon.com
3. ________ means the protection of data from modification by unknown users.
a) Authentication
b) Integrity
c) Confidentiality
d) Non-repudiation
4. FTP is a standard Internet protocol for:
a) transmitting files among computers on the Internet.
b) creating a connection with the remote host.
c) secure remote login from one computer to another
d) providing bidirectional interactive communication
5. In all computers on the Internet, owned and operated by education institution form part of the
a) .edu domain
b) .com domain
c) .org domain
d) .mil domain
6. HTML files can be created using any:
a) photo editor
b) spreadsheet

Copyright © myCBSEguide.com. Mass distribution in any mode is strictly prohibited.


1/7
myCBSEguide
c) text editor
d) presentation software
7. ________ attribute of <BODY> tag is used to specify the color of the Linked text.
a) Lcolor
b) Link color
c) Clink
d) Link
8. ________ is designed primarily to enable the separation of document content from document presentation.
a) CSS
b) CS
c) HTML
d) FONT
9. Which of the following does the work of connecting the web pages?
a) List
b) Connector
c) Hyperlink
d) None of these
10. The default alignment of images, that are inserted in web page is:
a) right
b) middle
c) inline with text
d) left
11. Assertion (A): HTML forms are required when you want to collect some data from the visitors of a website. The FORM
and the INPUT tags are used to create a form.
Reason (R): Checkbox button control is used when out of many options, just one is required to be selected.
a) Both A and R are true and R is the correct explanation of A.
b) Both A and R are true but R is not the correct explanation of A.
c) A is true but R is false.
d) A is false but R is true.
12. Assertion (A): The title attribute in <A> tag lets you specify the tile of the document which you are linking.
Reason (R): The text written in the title attribute is always visible to the viewer on the front end.
a) Both A and R are true and R is the correct explanation of A.
b) Both A and R are true but R is not the correct explanation of A.
c) A is true but R is false.
d) A is false but R is true.
Section B
13. What is a search engine?
14. Students use the Internet quite frequently to study. Discuss the advantages and disadvantages of this for the student.

OR

What is DNS?
15. What are nested HTML elements?
16. Define freeware.

OR

What is cybercrime?

Copyright © myCBSEguide.com. Mass distribution in any mode is strictly prohibited.


2/7
myCBSEguide
17. Explain font-variant.
18. Give examples of a container element of form atting tag category in HTML.

OR

In which tag, <LINK> element can be used?


19. Write HTML code to display a password.
Section C
20. What is the digital divide? Write any two reasons for digital divide in India.
21. What is the significance of s in HTTPS?
22. Explain the cascading style sheet.

OR

State the difference between the internal and external style sheet with the help of their syntax.
23. What do you understand by Internal and External threats to a computer system?
Section D
24. Write the HTML code to generate the following output:
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4

OR

Write the steps to view an HTML document in a web browser.


Section E
25. Read the text carefully and answer the questions:
HTML stands for HyperText Markup Language. It is used to design web pages using a markup language. HTML is the
combination of Hypertext and Markup language. Hypertext defines the link between the web pages. A markup language
is used to define the text document within tag which defines the structures of web pages. This language is used to
annotate (make notes for the computer) text so that a machine can understand it and manipulate text accordingly. Most
markup language (e.g., HTML) are human-readable. The language uses tags to define what manipulation has to be done
on the text.
HTML is a markup language used by the browser to manipulate text, images, and other content, in order to display it in
the required format. HTML was created by Tim Berners-Lee in 1991. The first-ever version of HTML was HTML 1.0,
but the first standard version was HTML 2.0, published in 1999.
i. What are void elements? Give an example.
ii. What is the method of viewing the source code of the current page in the web browser?
iii. While writing HTML code, how do you find out how your Web page would look like?
iv. Write one basic difference between bgcolor and background attributes.
26. Read the text carefully and answer the questions:
Meenu is a 65 year old retired teacher. Her son Aman bought a new smartphone for her. He taught his mother how to
operate a smart phone and also what other internet services she can use from her mobile.
i. In her spare time, Meenu uses online service that provide a place for users to communicate in real time. This is
called ________.
ii. Meenu wants to online search her old friends. Suggest any three websites that could be helpful for her.
iii. Aman has started an online course. Name any two websites that provide online courses.
iv. Meenu wants to explore more on her new mobile phone by doing online purchasing. Suggest any two sites that
she can use for the same.

Copyright © myCBSEguide.com. Mass distribution in any mode is strictly prohibited.


3/7
myCBSEguide

Class 10 - Computer Applications (165)


Sample Paper - 11 (2023-24)

Solution

Section A
1. (d) Netiquette
Explanation: Netiquette
2. (d) www.amazon.com
Explanation: Amazon is the world’s largest online retailer where a customer can find a large variety of products.
Yahoomail is a mailserver, www.hdfc.com is an e-banking site and www.msn.com is a news portal.
3. (b) Integrity
Explanation: Integrity
4. (a) transmitting files among computers on the Internet.
Explanation: transmitting files among computers on the Internet.
5. (a) .edu domain
Explanation: The domain name edu provides domain registration at no cost to educational institutions.
6. (c) text editor
Explanation: text editor
7. (d) Link
Explanation: Link
8. (a) CSS
Explanation: CSS is designed primarily to enable the separation of document content from document separation,
including aspects such as layout, colors and fonts.
9. (c) Hyperlink
Explanation: Hyperlink
10. (c) inline with text
Explanation: inline with text
11. (c) A is true but R is false.
Explanation: A is true but R is false.
12. (c) A is true but R is false.
Explanation: A is true but R is false.
Section B
13. A search engine is a software on the Internet that will conduct a search of its own database of websites based on the
terms we have entered. An example of a popular search engine is www.google.com.
14. Advantages:
i. Latest information available.
ii. Easier to produce neatly presented work.
iii. Huge amount of information.
iv. Faster access to information.
Disadvantages:
i. Danger of accessing doubtful websites.
ii. Inefficient searching.
iii. Credibility of information.
iv. Can get easily distracted.

Copyright © myCBSEguide.com. Mass distribution in any mode is strictly prohibited.


4/7
myCBSEguide
OR

It is practically impossible for a person to remember the IP address of all the computers one may have to communicate
with. Therefore, a system has been developed which assigns names to some computers and maintains a database of these
names and corresponding IP addresses. These names are called Domain Name System (DNS).
15. The nested HTML elements are the elements that are contained inside the other HTML elements.
16. Freeware is a software which is available free of cost and which allows copying and further distribution. Modification is
not allowed. Its source code is not available as well.

OR

Cybercrime consists of using the internet for wrong intentions. It includes e-mail spoofing, cyber defamation, sending
threatening emails, etc.
17. Font-variant is a property in CSS that lets the user choose between normal and small-caps variants. Normal is the default
variant while small-caps variant displays the text in capital letters but smaller in size.
18. <P>, <B>, <CENTER>

OR

The <LINK> element goes inside the <HEAD> section.


19. HTML code to display a password

<HTML>
<BODY>
<FORM>
Password:<input type = "password" name= "Password" value = "pass"/>
</FORM>
</BODY>
</HTML>

Section C
20. Digital divide refers to the differing amount of information between those who have access to ICT and those who don’t
have access.
Reasons:
i. Due to the unequal distribution of wealth, poverty is higher in rural areas.
ii. Less literacy rate in rural India.
21. Hyper Text Transfer Protocol Secure (HTTPS) is the secure version of HTTP, the protocol over which data is sent
between your browser and the website that we are connected to. The ‘S’ at the end of HTTPS stands for ‘Secure’ It
means all communications between our browser and the website are encrypted.
22. Cascading Style Sheets (CSS) referred to as CSS, is a simple design language intended to simplify the process of making
Web pages presentable. CSS handles the look and feel part of a Web page using CSS, you can control the color of the
text, the style of fonts, the spacing between paragraphs, layout designs etc. CSS is easy to learn and understand but it
provides powerful control over the presentation of an HTML document. Most commonly, CSS is combined with the
markup languages HTML or XHTML.

OR

Internal or Embedded Style Sheet: The internal or embedded style sheet is the one that we define in the same HTML
page in which we want to use the styles. The internal style sheet is used when we want to define the styles for a single

Copyright © myCBSEguide.com. Mass distribution in any mode is strictly prohibited.


5/7
myCBSEguide
web page. In the case of this style sheet, the style rules are mentioned in the header section of the HTML page. The
<STYLE></STYLE> tags are used to define the styles and contain the styles.
Syntax of the Internal Style Sheet:

<HTML>
<HEAD>
<TITLE> ... </TITLE>
<STYLE TYPE = "text/css">
{
Style rules ...
...............
...............
}
</HEAD>
<BODY>
HTML tags and content
</BODY>
</HTML>

External Style Sheet: Instead of defining the style rules in the same HTML page. We can even define all the style rules
in a separate style file and can link this file to web page(s). This external style sheet will be saved as a separate text style
sheet file with the extension .css. We can define all the style rules in this style sheet file, and link this to any HTML
document. The <LINK> tag is used to link an external .css file into an HTML page.
Syntax of the External Style Sheet:

<HTML>
<HEAD>
<TITLE> ... </TITLE>
<LINK TYPE = "text/css" HREF = "filename">

The <LINK> tag includes an external .css file in an HTML page. One common CSS file can be linked to different web
pages using the same syntax.
23. Internal Threats: Data and programs within a computer system are vulnerable to deliberate and accidental destruction
both from within an organisation and from outside it. When it is floppy disk, which after months of the project loading
without complaint. Comes up with a message, disk unreliable, then it is termed as internal Threat to the system.
External Threats: Criminals hacking into major banks computer system can steal millions or rupees i.e., by transferring
money to phony accounts or making fund credit and purchased. This phenomenon is called as External Threat to the
system.
Section D
24. The HTML code is:

<html>
<table border="2">
<tr align="center">
<th>Sun</th>
<th>Mon</th>

Copyright © myCBSEguide.com. Mass distribution in any mode is strictly prohibited.


6/7
myCBSEguide
<th>Tue</th>
<th>Wed</th>
<th>Thu</th>
<th>Fri</th>
<th>Sat</th>
</tr>
<tr align="left">
<td colspan="3"></td>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
</tr>
</table>
</html>

OR

We perform the below mentioned steps to view an HTML document in a web browser.
Step 1: We open the Internet Explorer window.
Step 2: We click on the Open option in the File menu. The Open dialog box will appear.
Step 3: Next, we click on the Browse button. The Windows Internet Explorer dialog box will appear.
Step 4: In the Windows Internet Explorer dialog box, select the name of the HTML file to be opened. We click on the
Open button.
Step 5: The path of the selected file appears in the Open dialog box. Click on OK. The selected HTML file opens up in
the Internet Explorer window.
Section E
25. i. Elements that do not contain content and so do not have a closing tag, e.g., <input>, <br>.
ii. Right-click on the web page and then select View Source from the context menu.
iii. For this, open the HTML code file in a Web browser (e.g., Firefox or Chrome).
iv. The bgcolor attribute is used for colouring the background of the document while the background attribute
specifies a background image for a document.
26. i. 1. Chat room
ii. Facebook, Pipl, and Yahoo search.
iii. Udemy and Coursera
iv. amazon.com, flipkart.com

To practice more questions & prepare well for exams, download myCBSEguide App . It provides complete study
material for CBSE, NCERT, JEE (main), NEET-UG and NDA exams. Teachers can use Examin8 App to create
similar papers with their own name and logo.

Copyright © myCBSEguide.com. Mass distribution in any mode is strictly prohibited.


7/7

You might also like