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

Class 10 Computer Application Sample Paper Set 12

The Class 10 Computer Application Sample Paper Set 12 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)
32 views

Class 10 Computer Application Sample Paper Set 12

The Class 10 Computer Application Sample Paper Set 12 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/ 7

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/12 Set ~ 12
Roll No. Q.P Code 15/12/12
Candidates must write the Q.P Code
on the title page of the answer-book.

 Please check that this question paper contains 03 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. ________ is an essential part of any electronic transaction that takes place over the Internet. [1]

a) Networking b) Communication

c) Security d) Password
2. A two way audio visual conversation is called: [1]

a) Video conferencing b) Video communication

c) Audio video chat d) Video chatting


3. Credit card fraud refers to: [1]

a) Theft of credit card. b) Stealing credit card and making payments.

c) None of these. d) Theft of credit card details.


4. Which voluntary group is concerned with the evolution of Internet Architecture and the smooth operation of the Internet and is [1]
open to any interested individual?

a) IETF b) IBM

c) IAB d) IANA
5. You can subscribe to an internet connection through an: [1]

a) Company b) Organization

c) Web browser d) ISP


6. In an ordered list, each item cannot be preceded with [1]

a) roman numerals b) bullets

c) counting numbers d) arabic numbers


7. Which section is used for text and tags that are shown directly on your Web pages? [1]

a) Table b) Meta

c) Head d) Body
8. Which of the below is the correct way to set a font size? [1]
a) h2 { font-size: 200 px;} b) h2 {font-size:200;}

c) Both h2 { font-size: 200 px;} and h2 {font- d) h2 { font-size:200%;}


size:200;}
9. With which code you can make an image works as link? [1]

a) b)
<A HREF="ABC.html"><IMG SRC="graphic.gif">Click
<A REF=mailto:<IMG
Here</A> SRC = graphic.gif>Click Here<

c) <A REF=mailto:<IMAGE SRC = d)


<A HREF = "URL">Text</A>
graphic.gif>Click Here</A>

10. ________ attribute is used to specify the location of an image file. [1]

a) alt b) src

c) name d) align
11. Assertion (A): Same CSS file can be used on multiple web pages. [1]
Reason (R): CSS stands for Cascading Style Sheet

a) Both A and R are true and R is the correct b) Both A and R are true but R is not the correct
explanation of A. explanation of A.

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


12. Assertion (A): Different style elements can be used to define styles for different HTML tags. [1]
Reason (R): The border-color property is used to specify the background colour of an HTML tag. It can be used with any
HTML element to specify its background colour.

a) Both A and R are true and R is the correct b) Both A and R are true but R is not the correct
explanation of A. 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? [2]
14. Name two web browsers of Internet. [2]
OR
Vinod works for a multinational company in Bombay. Due to some medical reasons he is not able to attend a meeting in Delhi. So he
decides to attend it via video conferencing from his place only. Suggest which equipment will be needed for this purpose.
15. What is the use of the <VLINK> attribute? [2]
16. Name two types of software in terms of licensing. [2]
OR
What is information security?
17. Which CSS property controls the thickness of the border? [2]
18. List and define different types of paragraph alignments. [2]
OR
What is the use of the href attribute of the <A> tag? Give an example.
19. Name the attributes of <SELECT> tag which are used to create drop-down menus. [2]
Section C
20. What is digital unite? Mention the measures to bridge the gap between digital divide and digital unite. [3]
21. What is a search engine? Discuss its role in WWW. [3]
22. Explain the cascading style sheet. [3]
OR
What is a CSS rule? What are its components? How will you declare a style in CSS?
23. What are the three ways to protect digital property rights? [3]
Section D
24. Create a static web page which defines all text formatting tags of HTML in tabular format code. [4]
OR
Explain the <HEAD> tag.
Section E
25. Read the text carefully and answer the questions: [4]
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.
(a) What are void elements? Give an example.
(b) What is the method of viewing the source code of the current page in the web browser?
(c) While writing HTML code, how do you find out how your Web page would look like?
(d) Write one basic difference between bgcolor and background attributes.
26. Read the text carefully and answer the questions: [4]
Anjali is a faculty in a well known IT college where she teaches Network Engineering. Todays lecture is on protocols.
(a) Poonam, a student in Anjali’s class wants to know that what does S stands for in HTTPS?
(b) Anjali is downloading an image from the internet. Which protocol is being used?
(c) ________ protocol establishes communication between browser and the web server.
(d) Kavita, a student in her class wants to Know the full form of POP.

You might also like