0% found this document useful (0 votes)
249 views

Class 10 Computer Application Sample Paper Set 3

The Class 10 Computer Application Sample Paper Set 3 is a comprehensive practice paper designed to help students prepare for their board exams in Computer Applications. It covers key topics from the CBSE syllabus, including programming fundamentals, database management, internet and communication technology, and understanding various software tools.

Uploaded by

Artham Resources
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
249 views

Class 10 Computer Application Sample Paper Set 3

The Class 10 Computer Application Sample Paper Set 3 is a comprehensive practice paper designed to help students prepare for their board exams in Computer Applications. It covers key topics from the CBSE syllabus, including programming fundamentals, database management, internet and communication technology, and understanding various software tools.

Uploaded by

Artham Resources
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Dear Teachers and Students,

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!

Join the Teachers and Students


Group by Clicking the Link Below
Series ARSP/03 Set ~ 3
Roll No. Q.P Code 15/3/3
Candidates must write the Q.P Code
on the title page of the answer-book.

 Please check that this question paper contains 04 printed pages.


 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.
 Please check that this question paper contains 26 questions.
 Please write down the serial number of the question in the answer-book
before attempting it.
 15 Minute times has been allotted to read this question paper. The question
paper will be distributed at 10:15 a.m. From 10.15 a.m to 10.30 a.m, the students
will read the question paper only and will not write any answer on the answer –
book during this period.

COMPUTER APPLICATIONS

Time allowed: 2 hours Maximum Marks: 50


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. Which of the following is not considered as netiquette? [1]

a) Avoid posting offensive comments b) Avoid trolling people by your comments

c) Sending unsolicited email d) Respect other people’s privacy


2. Web address of national portal of India is: [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]

a) Lcolor b) Link color

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) they do not have any common attributes b) BORDER AND SRC

c) HEIGHT AND WIDTH d) SRC AND HEIGHT


11. Assertion (A): <br> and <hr> are empty elements. [1]
Reason (R): Empty elements don't have ending tags.

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.

c) A is true but R is false. d) A is false but R is true.


12. Assertion (A): We need only a text editor and a web browser to write and test HTML code. [1]
Reason (R): We need an active internet connection to test the HTML code.

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.

c) A is true but R is false. d) A is false but R is true.


Section B
13. What is Veronica? [2]
14. What do you understand by uploading a file on Internet? Name software used for it. [2]
OR
Differentiate between LAN and WAN.
15. Explain the need of linking between web pages. [2]
16. Name two types of software in terms of licensing. [2]
OR
What is SET?
17. Why stylesheets are used? [2]
18. Where is the lang attribute used? Why is it required? [2]
OR
How is external linking different from internal linking?
19. Sometimes it is better to use the text area element instead of an input element of type text. Write a short note to [2]
explain when and why?
Section C
20. What do you mean by digital signatures and security certificates? [3]
21. Explain any two differences between 3G and 4G mobile technologies. [3]
22. Discuss different border properties. [3]
OR
Discuss the inline style sheets in detail.
23. Describe the different types of intellectual property rights. [3]
Section D
24. Carefully study the Web page given here. Identify 10 tags (Structural as well as formatting tags) that have been [4]
utilised in creating this Web page and write usage of each of them.

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?

You might also like