CBSE Class 10 CA 165 Sample QP 2019-20 with Solution

Preparing for board exams becomes easier when you practice with the right resources. This CBSE Class 10 Computer Applications (Code 165) Sample Question Paper for session 2019–20 is designed to help students understand the exam pattern, important topics, and question types.

CBSE-Class-10-CA-165-SQP-2019-20-Download-with-Solution

This CBSE Class 10 Computer Application 165 Sample QP 2019-20 with Solution is a valuable resource for students aiming to score high marks in their Computer Applications board exam. It includes detailed solutions that help you understand the correct approach to solving each question.

CBSE Class 10 CA 165 Sample QP 2019-20 with Solution

You can download the free PDF of Class 10 Computer Application Code 165 Sample Pre-board Question Papers from our website and start practicing today. Download Link available in last.

The Year-Wise CBSE Class 10 Computer Application (Code 165) Pre-Board and Sample Question Papers with Solutions are provided at the bottom of this post.

CBSE Class 10 CA 165 Sample Question Paper Session (2019-20)

CBSE | DEPARTMENT OF SKILL EDUCATION
COMPUTER APPLICATION (SUBJECT CODE - 165)
Sample Question Paper (SQP) Solution for Class X (Session 2019-2020)

Max. Time: 2 Hours
Max. Marks: 30

General Instructions:

  1. The paper contains 4 sections – Section A , Section B and Section C and Section D
  2. Section A and B has to be attempted by all students.
  3. Students may attempt any one of the two - Section C (Scratch ) OR Section D (Python)
SECTION A

Q.1 Expand SMTP.
Ans: Simple Mail Transfer Protocol

Q.2 Consider the following HTML statement:
<body bgcolor =”Blue” alink =”red” vlink=”yellow”>
In the above statement, what do you mean by ‘alink’ and ‘vlink’?
Ans: 

Q.3 Rashmi has to send an email to Raees. She also wants to send the same e-mail to Vandana but does not want Raees to know about it. Which option out of ‘cc’ or ‘bcc’ should Rashmi use to enter the email address of Vandana?
Ans: 

Q.4 Geetu is an artist. She posts her artwork on the internet. One day she comes to know that Shreyas has downloaded one of the paintings that she had posted without her permission. He had further printed that image on an invitation card.
Has Shreyas done the right thing? Which right of Geetu has he infringed?
Ans: 
OR
Define plagiarism.
Ans: 

Q.5 Give one difference between 3G and 4G.
Ans: 

Q.6 Define the term Digital Divide.
Ans: 

Q.7 Ritwik wants to use a software but does not want to pay for it. Which type of software can he use?
Ans: 

SECTION B

Q.8 Write any one application each of e-Governance and e-commerce.
Ans:

Q.9 Kuhu has just learnt how to do online banking. Name any two precautions that she should take to prevent online fraud.
Ans:

Q.10 Name the following with respect to HTML:
(i) Attribute for changing bullet type of list tag.
Ans:
(ii) Element to create a hyperlink
Ans:

Q.11 Write HTML code to display the unordered list (with square bullets) of two cities “DELHI” and “MUMBAI”. The web page should have a yellow background and the title of the page should be ‘My Cities’
Ans:

OR

Write HTML code to display an ordered list (with uppercase roman numbers) listing any three subjects being taught in your school. The web page should have a red background and the title of the page should be ‘My Subjects’
Ans:

Q.12 Form a CSS code within the <head>….</head> for the following specifications:
Background colour: blue
For the paragraph, font family is Dotum and colour of the text is red, Heading should be in black colour
Ans:

Q.13 Write the HTML code to do the following:
(i) To display a horizontal line of green colour.
Ans:
(ii) To create a hyperlink on the word CLICK to an image named testimage.jpeg
Ans:

Q.14 Write output of the following HTML code.
<html>
    <head>
        <title>Table</title>
    </head>
    <body>
        <table border="1">
            <tr>
                <td align="center" rowspan="2">ONE</td>
                <td>TWO</td>
                <td>THREE</td>
            </tr>
            <tr>
                <td>Rose</td>
                <td>Lily</td>
            </tr>
            <tr>
                <td align="center">Pansy</td>
                <td align="center" colspan="2">Dahlia</td>
            </tr>
        </table>
    </body>
</html>
Ans:

OR

Observe the following table and write the HTML code to generate it:
-----table
Ans:

SECTION C (SCRATCH)

Q.15 Differentiate between
-----image
Ans:

OR

Differentiate between
-----image
Ans:

Q.16 Study the scripts given below and answer the questions.
(i) What will be the final position of the cat (Scratch mascot) after running the following script?
-----image
Ans:
(ii) What happens when the sprite does not touch the edge of the stage?
-----image
Ans:
(iii) In question (ii) above, what happens when the sprite touches the edges.
Ans:

Q.17 Name the tab and category of blocks that should be selected to do the following:
(i) Ask the user’s name
Ans:
(ii) Add a variable to store points of the game
Ans:

SECTION C (PYTHON)

Q.18 Which of the following are valid variable names in Python?
1plus2 , if, my_book, yes&no, helloworld
Ans:

Q.19 What will be output of the following expressions?
#Considering Python 2.7
>>> print (‘Test’ * 3)
>>> print (‘7’+’8’)
Ans:

OR
#Considering Python 3.x
>>> print (‘Test’ * 3)
>>> print (‘7’+’8’)
Ans:

Q.20 What will be output of the following code if the user enters Principal amount as 20000 and Time as 10 years.
#Considering Python 2.7
P = input("Enter Principal amount:")
T = input("Enter Time:")
if T>10:
    SI = P*T*10/100
else:
    SI = P*T*15/100
print("Simple Interest = ",SI)
Ans:

OR

#Considering Python 3.x
P = input("Enter Principal amount:")
T = input("Enter Time:")
if T>10:
    SI = P*T*10/100
else:
    SI = P*T*15/100
print("Simple Interest = ",SI)
Ans:

Q.21 Write a code that displays the sum of first 10 natural numbers.
Ans:

Download Now - CBSE Class 10 CA 165 Sample Question Paper (SQP) 2019-20 with Solution

CBSE-Class-10-CA-165-Sample-Question-Paper-Download-with-Solution

Year wise Pre-Board and CBSE Sample Question Papers with Complete Solution – Class 10 Computer Application (Code 165)

CBSE Class 10 CA 165 Sample QP 2026-27 with Solution

CBSE Class 10 CA 165 Sample QP 2025-26 with Solution

CBSE Class 10 CA 165 Sample QP 2024-25 with Solution

CBSE Class 10 CA 165 Additional Sample QP 2023-24 with Solution

CBSE Class 10 CA 165 Sample QP 2023-24 with Solution

CBSE Class 10 CA 165 Sample QP 2022-23 with Solution

CBSE Class 10 CA 165 Sample QP 2021-22 Term 2 with Solution

CBSE Class 10 CA 165 Sample QP 2021-22 Term 1 with Solution

CBSE Class 10 CA 165 Sample QP 2020-21 with Solution

CBSE Class 10 CA 165 Sample QP 2019-20 with Solution

Post a Comment

Previous Post Next Post