(Download) CBSE Class-10 Sample Paper And Marking Scheme 2021-22 : Computer Application
Disclaimer: This website is NOT associated with CBSE, for official website of CBSE visit - www.cbse.gov.in
(Download) CBSE Class-10 Sample Paper And Marking Scheme 2020-21 : Computer Application
Sample Question Paper (Term-1) 2021-22
Class : Xth
Subject: Computer Application
Subject Code: 165
1 Which one of the following software comes under Open-Source Software category?
a. Photoshop
b. Ms-Paint
c. Linux
d. Windows
2 HTML tag to draw horizontal line:
a. <hl>
b. <hr>
c. <hline>
d. None of the above
3 Secure data transmission means
a) Data is accessible by any unauthorized person during transmission.
b) Data can not be accessed by any unauthorized person during transmission.
c) Transmission of data happens easily
d) Noone can access it
4 The correct HTML code to display(P+Q)2 is:
a. <SUB>(P+) 2</SUB>
b. P+Q <SUP> 2 </SUP>
c. ( P + Q)<SUP> 2 </SUP>
d. <SUP> (P+Q) 2</SUP>
5 Which HTML tags cause browsers to render text as italics?
a. <text style = “italics”></text>
b. <ital.></ital.>
c. <i></i>
d. <b></b>
6 The correct HTML code for inserting an image is :
a. <img href=”image.gif”>
b. <img> image.gif</gif>
c. <image src = “image.gif”>
d. <img src = “image.gif” >
7 Which attribute is NOT valid for the <body> tag?
a. background b. color
c. vlink d. bgcolor
8 ____________attribute is used to specify the location of an image file.
a. alt
b. src
c. align
d. name
9 Which of the following is NOT an example of Intellectual Property rights?
a. Patent
b. Trademark
c. Password
d. Industrial Design
10 The_________ attribute of <img> tag specifies an alternate text for an image, if the image cannot be displayed due to any reason.
a. alt
b. alternate
c. tooltip
d. text
11 While creating a Web document, which unit is used to express an image’s height and width?
a. Centimeters
b. Pixels
c. Dots per inch
d. Inches
12 Preeti needs to send a very confidential message to her colleague in office over a secure channel.
She uses a technique wherein an actual message (which is in readable form) can be converted into an unreadable message. This concept is known as________________
a. Encryption
b. Decryption
c. Plagiarism
d. Data Security.
13 Which is the correct way to comment out something in HTML?
a. Using ## and #
b. Using <!-- and -->
c. Using </-- and -/->
d. Using <!-- and -!>
14 The default alignment of images, that are inserted in Web page, is:
a. left
b. right
c. inline with text
d. middle
15 Which of the following techniques can be used for security of data?
a. Authentication
b. Authorisation
c. Encryption
d. All of the Above