(Download) CBSE Class-10 Sample Paper And Marking Scheme 2020-21 : (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 Applications


Class: X Session: 2020-21

Computer Applications (Code 165) Sample Question Paper (Theory)

Time Allowed: 2 hour

Maximum Marks: 50


 General Instructions:

1.  This question paper contains two parts A and B. Each part is compulsory.

2.  Part A carries 20 marks while part B carries 30 marks.

3.  Part-A consists very short answer and case based MCQ Questions and Part-B is Descriptive Paper.

4.  Both Part A and Part B have choices.

Part – A:

1.  It consists two sections- I and II.

2.  Section I has 13 questions of very short answer type. An examinee is to attempt any 10 out of 13 questions.

3.  Section II has two case studies. Each case study has 7 case-based sub-parts. An examinee is to attempt any 5 out of 7 sub-parts.

Part – B:

1.  Question No. 16 to 20 are short answer Type (SA-I) questions of 2 mark each, Question No 21 to 25 are Short Answer Type (SA-II) questions of  3 marks each and Question No 26 is Long Answer Type question of 5 marks.

2.  Internal choice is provided in 1 question of 2 marks, 1 question of 3 marks and 1 question of 5 marks.

Question

No.

Part-A

Marks

allocated

 

Section-I

This  section consists of  13 questions of very short answer type. Question no. 4 to 8 are of 'fill in the blank' type. Fill the blank with the most appropriate answer. Attempt any 10 questions from question no 1 to 13.

 

1

What is a Homepage?

1

 

2

Which heading element gives the most prominent

headings?

1

3

Give one use of anchor tag.

1

4

           tag is used for a horizontal line.

1

5

An empty HTML element has a             tag but no           

tag.

1

6

           tag creates a bulleted list.

1

7

The code for inserting an image in an HTML page is

<imgsrc=" " alt=" ">. The alt attribute is used for           

1

8

Ravi was trying to log-in to his net-banking account. He

noticed that the URL of the net banking starts with 'https'. The 's' in 'https' stands for           

1

9

Sarita is designing a webpage and wants to change the

name of the font (font-type) for certain text. Which attribute of the FONT tag she should use.

1

10

What is the use of <br> tag in HTML Code?

1

11

What is the significance of the URL?

1

12

What is the importance of vlink attribute of <BODY> tag?

1

13

What is the method of using comment line in the HTML

code?

1

 

section-II

Both the Case study based questions are compulsory. Attempt any 5 questions (out of 7 questions) from each case study. Each question carries 1 mark

 

14

Internet Protocols

For communication over the Internet, the communicating devices must follow certain rules. These rules are called Internet protocols. For email communication, we use SMTP

 

 

and POP. For communication between browser and server HTTP  and  HTTPS  protocols  are  used.  We  can  use TELNET to access services available on a remote computer.

 

(i)

Which of the following is an Internet Protocol.

a) HTTP

b) FTP

c) both (a) and (b)

d) None of the above

1

(ii)

SMTP protocol is

a) used for composing an emailmessage.

b) used in receiving incoming emails by pulling the message from server to client

c) used in sending outgoing emails by pushing the message from client to server

d) None of the above

1

(iii)

POP protocol is

a) used for composing an emailmessage.

b) used in receiving incoming emails by pulling the message from server to client

c) used in sending outgoing emails by pushing the message from client to server

d) None of the above

1

(iv)

Which of the following internet protocols provides secure data transmission between server and browser with the help of encryption.

a) HTTP

b) HTTPS

c) TELNET

d) ARPANET

1

(v)

The full form of POP (email protocol) is

a) Post Order Protocol

b) Push Order Protocol

c) Post Office Protocol

d) Pull Over Protocol

1

(vi)

Which of the following protocol is used for delivering data from the source to the destination.

a) TCP

b) IP

c) SMTP

d) ARPANET

1

(vii)

The Full Form of SMTP is

a) Secure Mail Transfer Protocol

b) Secure Mail Transmit Protocol

c) Simple Mail Transmit Protocol

d) Simple Mail Transfer Protocol

1

15

Secure data transmission

Secure data transmission means that data/information is not being received or modified by an unauthorized person, over a network, from source to destination. For secure data transmission, we can convert an actual message (which is in readable form) into an unreadable message (called an encrypted message) with the help of the concept of encryption. This unreadable message is sent through the network to the destination. If a hacker tries to read this message, he/she receives an unreadable message that cannot be easily converted into the actual message. The unreadable message can be converted to the original message by the receiver at the destination.

Caesar   Cipher   is   one   of   the   common   encryption techniques. In this technique, each letter of the word is replaced  by  a  letter  some  fixed  number  of  positions (usually called as key) down the alphabet. For example, if the key is 3, each 'A' will be replaced by 'D' (Letter 'D' is 3 positions down Letter 'A' in the alphabet), each 'B' will be

 

 

 

replaced by 'E' and similarly, each 'Z' will be replaced by

'C'. The receiver can identify the original message by using the reverse technique of encryption. This reverse technique is called decryption.

 

(i)

Secure data transmission means

a) Data can be accessed by any unauthorized person during transmission.

b) Data can not be accessed by any unauthorized person during transmission.

c) Transmission of data

d) None of the above

1

(ii)

Which of the following techniques can be used for security of data.

a) Authentication

b) Authorisation

c) Encryption

d) All of the Above

1

(iii)

Caesar Cipher is

a) used for conversion of the actual message into an encrypted message

b) an encryption technique

c) both (a) and (b)

d) None of the above

1

(iv)

Person 'X' has received an encrypted message and wants to convert this message into the actual message (message before encryption). The technique he should use is called

a) Conversion

b) Encryption

c) Decryption

d) None of the above

1

(v)

A sender wants to send a message having the text as 'COMPUTER' to a receiver using 4 as the key. What will be the encrypted message?

a) GSQTZXIV

b) GSQTYXIV

c) GSXTYXIV

d) GSQSYXIV

1

(vi)

An encryption algorithm is used to transform a readable message into:

a) Text message

b) Simple message

c) Converted message

d) Encrypted message

1

(vii)

In Ceaser Cipher, for which of the following values of key, the encrypted message will be the same as original message.

a) 0

b) 26

c) both (a) and (b)

d) None of the above

1

 

Part –B

All questions are compulsory.  In case of internal choices, attempt any one.

 

16

Sarvesh, a student of Class X, is not able to understand the difference between web client and web-server. Help him in understanding the same by explaining their role and giving suitable example of each.

2

17

Write the full form of Cc and Bcc (used in emailcommunication). Explain the difference between them.

2

18

What is the use of <sub> and <sup>tag. Explain with suitable example.

2

19

Sunil wants to insert an image 'elearning.jpg' into a webpage. Write the name and the syntax of the HTML Tag she should use. The alternate text for the image should be 'E-learning Image'

2

20

Define the following

(i) Intellectual Property Rights

(ii) Plagiarism

OR

What is e-commerce? Write any two preventive measuresto be taken for secure online transaction.

2

21

Shalini, a web designer, wants to create a webpage to display a list where each item is listed by a number. Which type of list she should use? Explain the role of start and type attributes.

3

22

What are the roles of Rowspan and Colspan attribute? Explain with suitable HTML example.

3

23

Saroj, a student of Class X, wants to represent a table in webpage but she is unaware about the table tag. Explain her the role of <th>, <tr> and <td> tag. Write HTML code of a table and show the use of <th>, <tr> and <td> tag.

3

24

What is the digital divide? Write any two reasons for digital divide in India.

3

25

Define Internet and write its two uses in our daily life. How is it different from the World Wide Web (www).

 

OR

 

What is e-learning? Explain any two merits of e-learning.

3

 

download

Click Here To Download Full Sample Paper

Click Here To Download Full Marking Scheme

CBSE (Class X) Previous Year Papers Printed Books

<<Go Back To Main Page 

Courtesy:CBSE