हिंदी

Computer Applications Official 2024-2025 English Medium Class 10 Question Paper Solution

Advertisements
Computer Applications [Official]
Marks: 50 CBSE
English Medium

Academic Year: 2024-2025
Date & Time: 18th March 2025, 10:30 am
Duration: 2h
Advertisements

General Instructions:

Please read the instructions carefully.

  1. This question paper has 5 Sections : Sections A, B, C, D, E.
  2. All questions are compulsory. However, an internal choice have been provided in some of the question.
  3. Section A has 12 questions carrying 1 mark each.
  4. Section B has 7 Very Short Answer (VSA) type questions carrying 2 marks each.
  5. Section C has 4 Short Answer (SA) type questions carrying 3 marks each.
  6. Section D has 1 Long Answer (LA) type question carrying 4 marks.
  7. Section E has 2 Source-based/Case-based/Passage-based questions carrying 4 marks each.

SECTION - A
[1]1

Arun is sending an e-mail to his office. Which protocol out of the following options will be used for the purpose?

FTP

HTTP

SMTP

SCP

Concept: undefined - undefined
Chapter:
[1]2

Which of the following is not an e-reservation portal in India?

https://www.amazon.in

https://www.yatra.com

https://www.makemytrip.com

https://www.irctc.co.in

Concept: undefined - undefined
Chapter:
[1]3

Which of the following attributes is not a valid attribute of the <font> tag in HTML?

face

type

size

color

Concept: undefined - undefined
Chapter:
[1]4

What is the full form of FTP?

File Transfer Protocol

File Transmission Protocol

Fast Transfer Protocol

Fast Transmission Protocol

Concept: undefined - undefined
Chapter:
[1]5

Which of the following attributes is not a valid attribute of the <body> tag in HTML?

text

background

bgcolor

width

Concept: undefined - undefined
Chapter:
[1]6 | Select the correct option to fill in the blank:

A ______ is an online platform or website where individuals or businesses regularly publish articles/journals, known as posts, on various topics.

Brower

Blog

News Group

Web Server

Concept: undefined - undefined
Chapter:
[1]7

The default value for the type attribute of an unordered list in HTML is ______.

circle

disc

square

triangle

Concept: undefined - undefined
Chapter:
[1]8

Which of the following is not a search engine available over the Internet?

Google

Bing

Diksha

Yahoo

Concept: undefined - undefined
Chapter:
[1]9

Which of the following options is a network protocol that enables secure and encrypted file transfers between a client and a server?

SFTP

Telnet

SCP

HTTP

Concept: undefined - undefined
Chapter:
[1]10

Which of the following options will set the font family of all paragraphs to ‘Arial’?

<style>p{font-family:arial;}</style>

<style>p{fontfamily:Arial;}</style>

<style>p{font:Arial;}</style>

<style>p{font-type:Arial;}</style>

Concept: undefined - undefined
Chapter:
[1]11 | Questions No. 11 and 12 are Assertion and Reason type questions. Each question consists of two statements, namely, Assertion (A) and Reason (R). Select the most suitable option considering the Assertion and Reason.

Assertion (A): FTP is a networking protocol used for transferring files.

Reason (R): FTP is used when we want to view some data from a website.

Both Assertion (A) and Reason (R) are true and Reason (R) is the correct explanation of Assertion (A).

Both Assertion (A) and Reason (R) are true, but Reason (R) is not the correct explanation of Assertion (A).

Assertion (A) is true, but Reason (R) is false.

Assertion (A) is false, but Reason (R) is true.

Concept: undefined - undefined
Chapter:
[1]12

Assertion (A): SMS is an acronym for Smart Message Service.

Reason (R): SMS is the most common technology for delivering short, concise and important messages quickly.

Both Assertion (A) and Reason (R) are true and Reason (R) is the correct explanation of Assertion (A).

Both Assertion (A) and Reason (R) are true, but Reason (R) is not the correct explanation of Assertion (A).

Assertion (A) is true, but Reason (R) is false.

Assertion (A) is false, but Reason (R) is true.

Concept: undefined - undefined
Chapter:
SECTION B
[2]13
[1]13.a

What is a digital property?

Concept: undefined - undefined
Chapter:
[1]13.b

Write any two examples of digital property.

Concept: undefined - undefined
Chapter:
[2]14
[2]14.a
[1]14.a.i

What is e-shopping?

Concept: undefined - undefined
Chapter:
[1]14.a.ii

Write names of any two commonly used e-Shopping portals.

Concept: undefined - undefined
Chapter:
OR
[2]14.b
[1]14.b.i

What is a social network?

Concept: undefined - undefined
Chapter:
Advertisements
[1]14.b.ii

Write the names of any two popular social networking sites on the Internet.

Concept: undefined - undefined
Chapter:
[2]15
[0.5]15.a

State whether the following statement is True or False:

<h1> is the highest level of heading and <h4> is the lowest level of heading in HTML.

Concept: undefined - undefined
Chapter:
[0.5]15.b

State whether the following statement is True or False:

A visited link is purple coloured by default in HTML.

Concept: undefined - undefined
Chapter:
[0.5]15.c

State whether the following statement is True or False:

The character ‘#’ is used to start a comment text in HTML.

Concept: undefined - undefined
Chapter:
[0.5]15.d

State whether the following statement is True or False:

<b> is an empty tag in HTML as it does not need to be closed.

Concept: undefined - undefined
Chapter:
[2]16
[2]16.a

Write the HTML code to create a link to the web page having URL as: www.festivals.com/india/diwali.html

The mentioned web page should get opened in a new window/tab on clicking the text, ‘FESTIVALS’.

Concept: undefined - undefined
Chapter:
OR
[2]16.b
[1]16.b.i

Write HTML code to display the following line of text in bold and italics.

Happiness is not by chance, but by choice.

Concept: undefined - undefined
Chapter:
[1]16.b.ii

Write the HTML code to set the background color of the web page as blue.

Concept: undefined - undefined
Chapter:
[2]17
[1]17.a

Write the purpose of the following HTML tag:

<BR>

Concept: undefined - undefined
Chapter:
[1]17.b

Write the purpose of the following HTML tag:

<DL>

Concept: undefined - undefined
Chapter:
[2]18
[2]18.a

An incomplete CSS code within <head> ... </head> is given below. Complete this code by filling in the blanks as per the specifications that follow.

<head>
<style>
body {__________ : __________; } <!--line 1 -->
p {
__________ : __________; <!--line 2 -->
__________ : __________; <!--line 3 -->
}
__________ <!--line 4 -->
{
Color : Blue;
}
</style>
</head>

Line 1: Page background color should be Yellow.

Line 2: Color of the paragraph text should be Red.

Line 3: Font family of the paragraph text should be Arial.

Line 4: The second biggest heading should be Blue in color.

Concept: undefined - undefined
Chapter:
OR
[2]18.b

The following HTML code is expected to create an ordered list for a web page:

<html>
<body _________ : yellow> <!--line 1 -->
<p>
<font _________ = Helvetica> <!--line 2 -->
FESTIVALS OF INDIA
</p>
<_________> <!--line 3 -->
     <_________> HOLI <_________> <!--line 4 -->
     <_________> DIWALI <_________> <!--line 5 -->
<_________> <!--line 6-->

Complete this code by filling in the blanks as per the specifications that follow:

Line 1: Background color of the web page should be Yellow.

Line 2: Font for the paragraph should be Helvetica.

Line 3 and Line 6: An ordered list should start and end.

Line 4 and Line 5: Listing of the ordered list items.

Concept: undefined - undefined
Chapter:
[2]19

Write any two differences between web server and web client.

Concept: undefined - undefined
Chapter:
SECTION C
[3]20
[1]20.a

The following HTML statement is not written properly. Re-write the correct statement with underlined correction. The desired purpose of statement is mentioned under it.

<BODY image="background.jpg">
<!--Page background should display the image named background.jpg-->
Concept: undefined - undefined
Chapter:
[1]20.b

The following HTML statement is not written properly. Re-write the correct statement with underlined correction. The desired purpose of statement is mentioned under it.

<FONT height=5>
<!--Font should be 5 in size--> 
Concept: undefined - undefined
Chapter:
Advertisements
[1]20.c

The following HTML statement is not written properly. Re-write the correct statement with underlined correction. The desired purpose of statement is mentioned under it.

<img src="img.jpg" text="An Image">
<!-Image source should be img.jpg and its alternate text should be "An Image">
Concept: undefined - undefined
Chapter:
[3]21
[3]21.a
[2]21.a.i
[1]21.a.i.1

Give the full form of the following:

TCP

Concept: undefined - undefined
Chapter:
[1]21.a.i.2

Give the full form of the following:

IP

Concept: undefined - undefined
Chapter:
[1]21.a.ii

Give the full form of the following:

SSH

Concept: undefined - undefined
Chapter:
OR
[3]21.b

Consider the given URL:

http://www.mypage.com/

Is it a secure website? Justify your answer.

Concept: undefined - undefined
Chapter:
[3]22
[3]22.a

Explain how to insert an audio on a web page using <audio> tag. Give example to support your answer.

Concept: undefined - undefined
Chapter:
OR
[3]22.b

Akhil, an entrepreneur, has made some videos for marketing purposes. He wants to create a web page and share these videos to increase his customers on the online platform. Help Akhil to do the same with the given instructions:

  1. Use HTML to put a video “products.mp4” in the web page.
  2. The video should autoplay in the width of 400 pixels and height 300 pixels in the browser window.
  3. The video controls buttons - Play, Pause and Volume should be visible.
Concept: undefined - undefined
Chapter:
[3]23
[2]23.a
[1]23.a.i

Write suitable HTML statement to display the following text on a web page:

Ca(OH)2

Concept: undefined - undefined
Chapter:
[1]23.a.ii

Write suitable HTML statement to display the following text on a web page:

2(A2 + B2)

Concept: undefined - undefined
Chapter:
[1]23.b

Give any one advantage of CSS.

Concept: undefined - undefined
Chapter:
SECTION D
[4]24
[4]24.a

Write the HTML code to design the web page as shown below:

Note:

  • The title of the page should be ‘Student Data Entry Form’.
  • The heading ‘Student Data Entry Form’ on the web page should be of largest possible size.
Concept: undefined - undefined
Chapter:
OR
[4]24.b

Write the HTML code to design the web page as shown below (Table border should be 1, height = 150 and width = 350 with cellpadding = 15):

Concept: undefined - undefined
Chapter:
[4]25
Sujata is a class 10 student and has to submit her project work to her teacher. She uses the Internet to find out content related to her project work and prepares her document by copying the contents into her submission.

With respect to the given case study, answer the following questions:

  1. What is the name of the act that Sujata has committed by copying contents from Internet to her projects?
  2. The content available over the Internet which Sujata is copying could be another person’s ______ property. (Digital/Physical)
  3. To copy someone else’s content from the Internet is not considered as good behaviour. What is the term used for good behaviour that should be followed on the Internet?
  4. Sujata is violating IPR of the original content creator. Expand the term IPR.
Concept: undefined - undefined
Chapter:
[4]26
Jessica runs a small graphic design company called ABC Vision. To save money, she decided to use a pirated version of a popular design software instead of buying a licensed software. Her legal advisor told her to go for open source software instead of pirated software.

Answer the questions based on the above case study:

  1. What is open source software?
  2. Give any two examples of open source software.
  3. Mention any two advantages of open source software.
  4. Define the term “Software License”.
Concept: undefined - undefined
Chapter:

Other Solutions



































Video TutorialsVIEW ALL [1]

Submit Question Paper

Help us maintain new question papers on Shaalaa.com, so we can continue to help students




only jpg, png and pdf files

CBSE previous year question papers Class 10 Computer Applications with solutions 2024 - 2025

     CBSE Class 10 question paper solution is key to score more marks in final exams. Students who have used our past year paper solution have significantly improved in speed and boosted their confidence to solve any question in the examination. Our CBSE Class 10 question paper 2025 serve as a catalyst to prepare for your Computer Applications board examination.
     Previous year Question paper for CBSE Class 10 -2025 is solved by experts. Solved question papers gives you the chance to check yourself after your mock test.
     By referring the question paper Solutions for Computer Applications, you can scale your preparation level and work on your weak areas. It will also help the candidates in developing the time-management skills. Practice makes perfect, and there is no better way to practice than to attempt previous year question paper solutions of CBSE Class 10.

How CBSE Class 10 Question Paper solutions Help Students ?
• Question paper solutions for Computer Applications will helps students to prepare for exam.
• Question paper with answer will boost students confidence in exam time and also give you an idea About the important questions and topics to be prepared for the board exam.
• For finding solution of question papers no need to refer so multiple sources like textbook or guides.
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×