[go: up one dir, main page]

0% found this document useful (0 votes)
50 views2 pages

Class 10 Computer PDF

The document outlines the SA 1 Examination for the Computer subject at Fatima Academy for the academic year 2025-2026. It includes multiple choice questions, short answer questions, and long answer questions, covering topics such as computer components, networking, cybersecurity, and Python programming. The exam is structured to assess students' understanding of both theoretical concepts and practical programming skills.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
50 views2 pages

Class 10 Computer PDF

The document outlines the SA 1 Examination for the Computer subject at Fatima Academy for the academic year 2025-2026. It includes multiple choice questions, short answer questions, and long answer questions, covering topics such as computer components, networking, cybersecurity, and Python programming. The exam is structured to assess students' understanding of both theoretical concepts and practical programming skills.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Fatima Academy (Girls & Boys)

Fatima Nagar,Itki,Ranchi,(Jh.)
SA 1 Examination (2025 -2026)

Time: 2 Hours F.M :80


Subject : Computer
Section1: MultipleChoiceQuestions(20Marks)
Instructions: Choose the correct option. Each question carries 2 marks.

1. Which component is considered the "brain" of a computer?


a) Monitor
b) CPU
c) Keyboard
d) Hard Drive
(2 marks)

2. Which of the following is an output device?


a) Scanner
b) Mouse
c) Printer
d) Microphone
(2 marks)

3. What does LAN stand for in networking?


a) Local Access Network
b) Local Area Network
c) Large Area Network
d) Linked Access Network
(2 marks)

4. Which protocol is used for sending emails?


a) HTTP
b) FTP
c) SMTP
d) VPN
(2 marks)

5. What is phishing in cybersecurity?


a) A type of firewall
b) A malicious software
c) A fraudulent attempt to obtain sensitive information
d) A network protocol
(2 marks)

6. What is the file extension for Python scripts?


a) .txt
b) .py
c) .exe
d) .doc
(2 marks)

1
7. Whichcontrolstructureisusedtorepeatablockofcodeaspecificnumberoftimes?

a) If statement
b) For loop
c) While loop
d) Switch case
(2 marks)

8. Which networking technology provides secure remote access?

a) LAN
b) WAN
c) VPN
d) FTP
(2 marks)

9. What is the purpose of a firewall in cybersecurity?


a) To encrypt data
b) To monitor and control network traffic
c) To install software updates
d) To create backups
(2 marks)
10. In Python, how do you accept user input?
a) print()
b) input()
c) scanf()
d) read()
(2 marks)

Section 2: Short Answer Questions (30 Marks)


Instructions: Answer the following questions briefly. Each question carries 5 marks.
1. Define hardware and software, providing one example of each. (5 marks)

2. Explain the difference between input and output devices with two examples of each.(5 marks)
3. Differentiate between LAN and WAN with respect to their scope and usage. (5 marks)
4. Describe the role of HTTP and FTP protocols in networking. (5 marks)

5. Explain what malware is and name two types of malware. (5 marks)

6. Write a Python program using a for loop to print even numbers between 1 and 20. (5 marks)

Section 3: Long Answer Questions (30 Marks)


Instructions: Answer the following questions in detail. Each question carries 10 marks.

1. Explain the concept of a VPN and its importance in cybersecurity, including one
real-world use case. (10 marks)

2. Discuss the role of input/output devices in a computer system and describe how a
keyboard and a printer function. (10 marks)

3. Write a Python program that accepts two numbers from the user and prints their
sum, difference, product, and quotient. Explain the logic used. (10 marks)

You might also like