CBSE Class 10 Computer Applications Exam 2024 : Most Important Questions Answers for Last-Minute Revision

SHARING IS CARING
If our Website helped you a little, then kindly spread our voice using Social Networks. Spread our word to your readers, friends, teachers, students & all those close ones who deserve to know what you know now.
CBSE 10th exams are going on and your Computer Applications Paper is on 13th March 2024. You have only a few hours left for the Computer Applications exam.
Therefore, we have introduced students to the best last minute revision tool – the Most Important Questions!
In this article, we have provided questions based on practice papers for CBSE Class 10 Computer Applications exam in 2024. Students can solve these questions, which were developed by subject experts.
Through solving these practice paper questions, students will also be able to develop an efficient time management strategy and will be able to take the exam with more confidence.
CBSE Class 10 Computer Applications Board Exam 2024 practice papers are developed as per the latest CBSE Class 10 Computer Applications syllabus, exam pattern and official CBSE 10th Computer Applications sample papers. You can also check the solutions to help you in quick revision and score high marks in your upcoming board exam.
Read Also
CBSE Class 10 Computer Science Important Questions for 2024 Board Exam
1. Which of the following not a factor of digital divide ?
(a) Digital literacy
(b) Economic Inequality
(c) Technology gap
(d) Software Licensing
Ans. (d) Software Licensing
2. Website https://digilocker.gov.in comes under which of the following category?
(a) E-Commerce
(b) E-Reservation
(c) E-Governance
(d) E-Banking
Ans. (c) E-Governance
3. Which one of the following is not a Search Engine ?
(a) Google
(b) Bing
(c) AltaVista
(d) Firefox
Ans. (d) Firefox
4. What is the full form of SSH Protocol ?
(a) Secure Socket Handshake Protocol
(b) Socket Secure Shell Protocol
(c) Shell Socket Secure Protocol
(d) Secure Shell Protocol
Ans. (d) Secure Shell Protocol
5. The first page of website is called __________ .
(a) Web Page
(b) House Page
(c) Home Page
(d) Multimedia Page
Ans. (c) Home Page
6. Which of the following is an open-source software ?
(a) Microsoft Edge
(b) Mozilla Firefox
(c) Google Chrome
(d) Safari
Ans. (b) Mozilla Firefox
7. The HTML tag used to make the text/character appearance as superscript :
(a) <sub>
(b) <p>
(c) <s>
(d) <sup>
Ans. (d) <sup>
8. Which HTML tag is used to create heading in a table ?
(a) <td type=heading>
(b) <thead>
(c) <Head>
(d) <th>
Ans. (d) <th>
9. The commonly used extensions of HTML file is/are.
(a) .htm
(b) .html
(c) .xml
(d) Both a and b
Ans. (d) Both a and b
10. The <EMBED> tag element is used in HTML to attach which type of file?
(a) Image Only
(b) Video Only
(c) Audio Only
(d) Image, Video and Audio
Ans. (d) Image, Video and Audio
Questions No-11 & 12 are Assertion and Reason types. Each question consists of two statements, namely, Assertion (A) and Reason (R). Select the most suitable option considering the Assertion & Reason.
11. Assertion (A) : Patents comes under IPR(Intellectual Property Rights).
Reason (R) : Patent is exclusive right granted to the user for an invention.
(a) Both Assertion (A) and Reason (R) are true and Reason (R) is a correct explanation of Assertion (A).
(b) Both Assertion (A) and Reason (R) are true but Reason (R) is not a correct explanation of Assertion (A).
(c) Assertion (A) is true and Reason (R) is false.
(d) Assertion (A) is false and Reason (R) is true.
Ans. (a) Both Assertion (A) and Reason (R) are true and Reason (R) is a correct explanation of Assertion (A).
12. Assertion (A) : Net-Banking frauds can be classified as cyber crimes.
Reason (R) : Net-Banking frauds includes the use of Internet.
(a) Both Assertion (A) and Reason (R) are true and Reason (R) is a correct explanation of Assertion (A).
(b) Both Assertion (A) and Reason (R) are true but Reason (R) is not a correct explanation of Assertion (A).
(c) Assertion (A) is true and Reason (R) is false.
(d) Assertion (A) is false and Reason (R) is true.
Ans. (a) Both Assertion (A) and Reason (R) are true and Reason (R) is a correct explanation of Assertion (A).
13. Define the following terms :
(a) IPR
(b) Open-Source Software
Ans.
(a) IPR (Intellectual property rights) are the rights given to 1 persons over the creations of their minds. There are several types of intellectual property rights like patent, copyright, N trademark, etc.
(b) Open source software (OSS) is a software whose source code is available in the public domain.
14. Name any two major e-governance projects in India.
Ans. Any two e-governance projects :
(1) National Scholarship Portal
(2) My Gov initiative
(3) Digilocker
(4) Income Tax
(5) RTI
15. Explain the term Remote login? Name the protocol used for Remote Login.
Ans. Remote Login : It allows users to access services
(Software/Database or any other application) hosted on a remote computer.
Protocol : Telnet.
16. Mention HTML Code to display the following formula/equation in a web page.
(i) H2SO4
(ii) (a+b)2 = (a2+b2+2ab)
Ans.
(i) H<SUB>2</SUB>SO<SUB>4</SUB>
(ii) (a+b)<SUP>2</SUP>=(a<SUP>2</SUP>+b<SUP>2</SUP>+2ab)
17. What is margin and float with respect to CSS ?
Ans. CSS Margin properties enables to create space around an HTML element.
SYNTAX :
<P style="MARGIN:VALUE;">TEXT</P>
The float property in CSS is used for positioning and formatting content. it specifies whether an element should float to the left, right, or not at all.
Syntax :
<img style="FLOAT:VALUES" src="filename.jpg">
<p>TEXT</P>
18. What are heading tags in HTML. Write HTML statement(s) to illustrate the usage of these tags.
Ans. An HTML heading tag is used to define the headings of a page. There are six levels of headings defined by HTML. These 6 heading elements are h1, h2, h3, h4, h5, and h6; with h1 being the highest level and h6 being the least.
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
19. Priya, a student of class X, is not aware about use of HTML and CSS. Help her by telling any one use of HTML and CSS each.
Ans. HTML is a markup language use to create static web pages. CSS is cascading style sheets and is used to style web pages.
20. Sam, a newly appointed web designer in a Software Company, designs a web page. Help him in getting the following tasks done correctly :
(i) If he wants to change the name of the font(font-type) for certain text, which attribute of the font tag he should use or refer?
(ii) If he needs to insert an image "logo.jpg" into a web-page, suggest the tag which he should use.
(iii) If he needs to link a web page to another web page, suggest the tag which he should use.
Ans.
(i) Font tag with Face attribute can be used to change the font type.
Syntax : <FONT face="TIMES NEW ROMAN">COMPUTER APPLICATION</FONT>
(ii) <img src="logo.jpg" height=100 width=200>
(iii) <a href="eternallinkingpage.html"> Click here</a>
21. Consider the URL : https://www.python.org and answer the following questions :
(a) Which component identifies the type of protocol ?
(b) What is the significance of "s" in https ?
(c) What does www stand for ?
Ans.
(a) https
(b) Secure transmission
(c) World Wide Web.
22. Paridhi, a student of class X, wants to align text in center using CSS but she does not know the syntax for the same, help her to align text to center.
Ans. <p style:" Text-Align: center;"> THIS TEXT IS CENTER ALIGNED </p>
23. Raju wants to write the HTML Code to generate a web page with the following specifications :-
• Title of the page should be "CODING SKILL SUBJECT AS PER NEP 2020"
• The background colour should be green.
• Web page should display content/text as "NEP 2020 Suggests Coding Skill subjects to be implemented from early education" as H1 Heading with style colour White.
Help Raju to generate a web page with above specifications.
Ans.
<html>
<head>
<title> CODING SKILL SUBJECT AS PER NEP 2020
</title>
</head>
<body BGCOLOR="GREEN">
<H1 STYLE="COLOR:WHITE";>NEP 2020 Suggests Coding Skill
subjects to be implemented from early education. </H1>
</body>
24. Write the HTML code to design the web page as shown : -
Ans. HTML code to design form :
<html><head><title> APPLICATION</title> </head><body>
<form BGCOLOR="LIME">
<H1>APPLICATION FORM</H1> <BR>
USERNAME: <input type="TEXT" NAME="ENAME1"
SIZE="30" VALUE="ENTER USER NAME"> <BR>
HOBBIES:<BR>
<INPUT TYPE="CHECKBOX" NAME="HOBIES"
VALUE="READING" CHECKED >READING <BR>
<INPUT TYPE="CHECKBOX" NAME="HOBIES"
VALUE="TRAVELLING">TRAVELLING <BR>
<INPUT TYPE="CHECKBOX" NAME="HOBIES"
VALUE="PLAYING GAMES">PLAYING GAMES <BR>
<INPUT TYPE="CHECKBOX" NAME="HOBIES"
VALUE="SINGING & DANCING" >SINGING AND
DANCING<BR>
SELECT STREAM:<SELECT NAME="LIST NAME">
<OPTION>SCIENCE
<OPTION>COMMERCE
<OPTION>HUMANITIES
</SELECT>
<BR>
<INPUT TYPE="BUTTON" NAME="BUTTON" VALUE="SUBMIT"
></form></body>
25. Case Study - 1
Mr. Nirbhik is working as a Zonal Manager in ABFD Ltd Bank posted in the Nagpur. He wants to hold an Online Review meeting with branch managers working under his zone,
(a) Which Web Service Mr. Nirbhik should use to communicate with branch managers in online face to face mode ?
(b) Mr. Nirbhik also wants to sends an email to branch managers requesting them to prepare the balance sheet. Which network protocol is involved during this email communication ?
(c) Mr. Nirbhik needs to send some high security documents to Branch Managers. He uses an application which supports the ____________ protocol.
(d) In order to gather some information on latest accounting trends, Mr. Nirbhik has to do some research. He can do this by locating sites online using a ____________.
Ans.
(a) Video conferencing or VOIP (Voice over Internet protocol) Service.
(b) SMTP OR POP3.
(c) Secure Shell (SSH) protocol.
(d) Search Engine.
26. Case Study - 2
Consider the following scenario and answer the questions which follow :
"A student Naitik is expected to write a research paper on a particular topic. The student had a friend Jaitik who took a similar class five years ago. The student asks Jaitik for a copy of his paper and submitted the entire paper as his own research work".
(a) Has Naitik done the right thing ?
(b) Which activity does appropriately categorises the act of Natik ?
(c) What kind of offence is made by the student Naitik? Explain Patent with respect to IPR (Intellectual property rights).
(d) Suggest two Cyber Ethics that Natik should be aware of.
Ans.
(a) No it is not the right act.
(b) This act is called plagiarism.
(c) Violation of Copyright IPR(Intellectual Property Rights)
Patent : A patent is an exclusive right granted for an invention.
Generally speaking, a patent provides the patent owner with the right to decide how - or whether - the invention can be used by others.
(d) Any two netiquettes :
• He should not violate copyright.
• He should give credit to the author and takes proper
• permission from author before submission of own work with its usage.
-
--
CBSE Class 12 Study Materials
--