Class 10 Computer Application Sample Paper Set 3
Class 10 Computer Application Sample Paper Set 3
Join School of Educators' exclusive WhatsApp, Telegram, and Signal groups for FREE access
to a vast range of educational resources designed to help you achieve 100/100 in exams!
Separate groups for teachers and students are available, packed with valuable content to
boost your performance.
Additionally, benefit from expert tips, practical advice, and study hacks designed to enhance
performance in both CBSE exams and competitive entrance tests.
Don’t miss out—join today and take the first step toward academic excellence!
COMPUTER APPLICATIONS
2. All Questions are compulsory. However, an internal choice of approximately 30% is provided.
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.
7. Section E has 2 Source based /Case-based /Passage based Questions carrying 04 marks each.
Section A
1. Which of the following is not considered as netiquette? [1]
a) GOl.gov.in b) India.gov.in
c) Cbse.nic.in d) Ncert.nic.in
3. The process of converting the original representation of the information (plaintext), into an alternative form [1]
(ciphertext) is known as:
a) Phishing b) Encryption
c) Decryption d) Plagiarism
4. The protocol that is used to send e-mails is ________. [1]
a) SMTP b) POP
c) FTP d) HTTP
5. Which one of the following is not a search engine? [1]
a) Yahoo b) Google
c) Rediffmail d) Bing
6. Which of the following attribute is used to add subject line to the e-mail link? [1]
a) Mailto b) Subject
c) Name d) Href
7. ________ attribute of <BODY> tag is used to specify the color of the Linked text. [1]
c) Clink d) Link
8. The CSS property used to control the element's font-size is: [1]
a) text-size b) font-size
c) text-style d) text-design
9. ________ is the default color of a hyperlink. [1]
a) Blue b) Green
c) Red d) Black
10. The two common attributes of the <img> and the <table> tag are: [1]
a) Both A and R are true and R is the correct b) Both A and R are true but R is not the
explanation of A. correct explanation of A.
a) Both A and R are true and R is the correct b) Both A and R are true but R is not the
explanation of A. correct explanation of A.
OR
Write the HTML code using table tag for the following browser view:
Section E
25. Read the text carefully and answer the questions: [4]
HTML Forms: These forms are very effective because they can easily collect data from the Internet and utilise
that information in other web page. Form starts with the <FORM> tag and ends with the </FORM> tag. It
contains various attributes which are as follows:
It contains various attributes which are as follows:
i. Name: It specifies the name of the form. The name attribute is optional if there is only one form on the web
page.
ii. Action: It provides the URL of the program (in the server) that receives the information from the form and
processes it.
iii. Method: This attribute is the HTTP method used to submit the form data.
The method attribute of <FORM> tag can take one of the following three values:
i. GET method sends the information to the server.
ii. POST method sends the form information in the HTTP environment.
iii. Form method opens a new form as per the URL specified in the action attribute.
So, a typical <FORM> tag is,
<FORM name = "form_name" action ="URL" method = "method">
(a) Which method on a web page allows a user to enter data.
(b) What is the full form of URL?
(c) Name some tag used in the <FORM>?
(d) Which provide URL of a program to receive the information from the form?
26. Read the text carefully and answer the questions: [4]
Anurag wants to search some content on internet for his geography project. He typed a URL in the web browser
to open the website.
(a) The URL he typed is also called ________ of the web site.
(b) Anurag wants to download the information for his project. Help him understand what is downloading?
(c) Anurag uses web browser to work on internet. Define web browser.
(d) Which type of software Anurag will use to find information on internet?