Sample Question Paper (Theory)
Computer Applications (Code 165)
Class: X Session: 2024-25
Maximum Marks: 50 Time Allowed: 2 hours
General Instructions:
1. This Question Paper has 5 Sections A-E.
2. All Questions are compulsory. However, internal choices have been provided in some of the questions.
3. Section A has 12 questions carrying 01 mark each.
4. Section B has 7 Short Answer (SA-I) type questions carrying 02 marks each.
5. Section C has 4 Short Answer (SA-II) type questions carrying 03 marks each.
6. Section D has 1 Long Answer (LA) type question carrying 04 marks.
7. Section E has 2 Source based /Case-based /Passage based Questions carrying 04 marks each.
Question 1:
Shreya wants to securely copy files between two servers or two connected machines over the Internet. Which protocol should she prefer for getting her task completed?
Options:
A. FTP
B. HTTP
C. SCP
D. Telnet
Answer:
C. SCP
Explanation:
SCP (Secure Copy Protocol) is designed for secure file transfer over networks, utilizing encryption to ensure security.
- FTP (File Transfer Protocol): Can transfer files, but it lacks encryption, making it insecure.
- HTTP (Hypertext Transfer Protocol): Primarily used for transferring web pages; not meant for secure file transfer.
- Telnet: A remote terminal protocol, not designed for file transfer.
Question 2:
Which of the following is not an e-governance project in India?
Options:
A. DRDO
B. Passport India
C. Income Tax India
D. Flipkart
Answer:
D. Flipkart
Explanation:
- DRDO, Passport India, and Income Tax India are government platforms offering public services and part of India’s e-governance projects.
- Flipkart is a private e-commerce company, not a government service.
Question 3:
Which tag, besides <b>
, can be used to make the text bold in HTML?
Options:
A. <strong>
B. <dark>
C. <fat>
D. <i>
Answer:
A. <strong>
Explanation:
<strong>
indicates text with strong emphasis, typically displayed as bold.<b>
also makes text bold but has no semantic meaning.<dark>
,<fat>
, and<i>
are not valid tags for bold text.
Question 4:
What is the full form of SMTP?
Options:
A. Simple Message Transmission Protocol
B. Secure Message Transfer Protocol
C. Simple Mail Transfer Protocol
D. Secure Mail Transmit Protocol
Answer:
C. Simple Mail Transfer Protocol
Explanation:
SMTP is the standard protocol used to send emails across networks, enabling communication between mail servers.
Question 5:
Which protocol is used for video conferencing among multiple participants?
Options:
A. Telnet
B. HTTP
C. VoIP
D. SFTP
Answer:
C. VoIP
Explanation:
VoIP (Voice over Internet Protocol) is used for transmitting voice, video, and multimedia communication over the internet. It’s widely used for video conferencing as well.
- Telnet is a protocol used for remote access to computers but does not support multimedia.
- HTTP is used for web page communication and is not for video conferencing.
- SFTP is used for secure file transfer and has nothing to do with video conferencing.
Question 6:
Select the correct option to fill in the blank:
A website may consist of ______
Options:
A. Static Webpages
B. Dynamic Webpages
C. Both A and B
D. Domain
Answer:
C. Both A and B
Explanation:
A website can consist of both static and dynamic webpages:
- Static Webpages are fixed content pages, whereas
- Dynamic Webpages change content based on user interaction or other variables.
- Domain is the address used to access a website but does not represent its content type.
Question 7:
Aman, a student of Class X, wants to create a numbered list in HTML. Which of the following tags should he use?
Options:
A. <UL>
B. <OL>
C. <DL>
D. <list>
Answer:
B. <OL>
Explanation:
<OL>
(Ordered List) is used to create numbered lists in HTML.<UL>
(Unordered List) creates a bulleted list, not numbered.<DL>
(Description List) is used for definition lists, not for numbering.<list>
is not a valid HTML tag.
Question 8:
Making a copy of your webpage on the computer is known as ……………?
Options:
A. Browsing
B. Uploading
C. Downloading
D. None of the above
Answer:
C. Downloading
Explanation:
- Downloading is the process of transferring a file from a remote server to your local machine (like copying a webpage to your computer).
- Browsing refers to viewing websites.
- Uploading refers to transferring files from your computer to a remote server.
Question 9:
Himani, a Class X student, wants to remotely access a computer system far from her house. Which protocol, out of the following, should she prefer to access or log into it remotely?
Options:
A. FTP
B. SMTP
C. TCP/IP
D. Telnet
Answer:
D. Telnet
Explanation:
- Telnet allows for remote terminal access, enabling users to log into remote systems and interact with them.
- FTP is used for file transfers, not remote access.
- SMTP is used for sending emails, not for remote access.
- TCP/IP is a suite of communication protocols used for network communication but does not specifically allow remote logins.
Question 10:
Anshu, a Class X student, is writing CSS code for making all <span>
elements bold. Choose the correct code for getting the desired output from the following options:
Options:
A. span {text=weight: bold;}
B. span {font-weight: bold;}
C. <span style="text-size:bold">
D. <span style="font-size:bold">
Answer:
B. span {font-weight: bold;}
Explanation:
font-weight: bold;
is the correct CSS property to make text bold.text=weight: bold;
and the other options are incorrect CSS syntax.<span style="font-size:bold">
would incorrectly use thefont-size
property to make text bold, but that property controls text size, not weight.
Question 11:
Assertion (A): A set of rules, used over the networks, is called a Protocol.
Reason (R): HTML is an example of a Protocol.
Options:
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.
Answer:
C. Assertion (A) is true and Reason (R) is false.
Explanation:
- Assertion (A) is correct because a protocol is a set of rules used for communication between devices over a network.
- Reason (R) is false because HTML (HyperText Markup Language) is not a protocol; it’s a markup language used for creating webpages, not for network communication.
Question 12:
Assertion (A): Chat and e-mail are live/real-time conversations between people/machines.
Reason (R): We have to be online in both.
Options:
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.
Answer:
A. Both Assertion (A) and Reason (R) are true and Reason (R) is a correct explanation of Assertion (A).
Explanation:
- Assertion (A) is true: Chat and email can be considered real-time communications, though chat is more real-time, while email typically has some delay.
- Reason (R) is also true: Both services generally require users to be online to exchange messages in real-time (chat) or to send and receive emails.
Section – B
Question 13:
Mishika, a class X student, wants to use a software but does not want to pay for it. Which type of software can she use? Write one example of this type of software.
Answer:
- Type of software: Free and Open-Source Software (FOSS)
- Example: LibreOffice (a free and open-source office suite)
Question 14:
A) Write any two differences between e-Banking and e-Commerce.
Answer:
- Focus:
- e-Banking: Primarily deals with financial transactions, such as online payments, fund transfers, and bill payments.
- e-Commerce: Involves buying and selling of goods and services, online marketing, and customer relationship management.
- Scope:
- e-Banking: Generally restricted to financial institutions and their customers.
- e-Commerce: Covers a wide range of business activities, including consumer retail, business-to-business sales, and customer service.
B) What is e-learning? Name any one e-learning platform.
Answer:
- e-Learning: The process of using electronic technologies to access educational curriculum outside of a traditional classroom. It involves the use of the internet and software to deliver educational content.
- Example: Khan Academy
Question 15:
State whether the following statements are True or False:
I) HTML file extension is .tml.
II) Rowspan attribute is used to make a cell span multiple rows.
III) Unordered list type creates a bulleted list.
IV) HREF Stands for hyper reference.
Answer:
I) False (The correct extension is .html)
II) True (Rowspan is used to make a table cell span across multiple rows)
III) True (Unordered lists use bullet points to list items)
IV) True (HREF stands for Hypertext Reference, used in anchor tags for links)
Question 16:
A) Your best friend emails you and tells you that he/she has created a webpage on an internet site having URL as: www.children.com/india/abc.html. Now you want to create a link to this webpage from your web page. Write the HTML code to do this.
Answer:
B) i) Write HTML code to display a horizontal line of red color.
Answer:
ii) Write HTML Code to create a paragraph whose text color is blue.
Answer:
Question 17:
What is the purpose of HTML forms? Write HTML Code to create a Textbox in an HTML form.
Answer:
- Purpose of HTML Forms: Forms are used to collect user input. They allow users to submit data, make selections, and interact with a website.
HTML Code for a Textbox: