Class 10 Computer Science notes and question bank — NEB Exam
Home/Class 10/Computer Science

Computer Science

Class 10 - 5 Chapters

Home/Class 10/Computer Science/Question Bank/SEE Computer Model Question (Set D)

Sub. code 3022

NEB — GRADE X

Set D

Model Question

Computer Science Question Paper Set D (Model Question)

The candidates are required to give their answers in their own words as far as practicable. The figures in the margin indicate full marks.

समय (Time) : 2 Hoursपूर्णाङ्क (Full Marks) : 50

Pass Marks : 20

सबै प्रश्नको उत्तर दिनुहोस् । (Attempt All Questions)

This model question question paper is for Class 10 Computer Science, Set D (subject code 3022), carrying full marks of 50 with a pass mark of 20, to be completed within 2 Hours. Answers with step-by-step solutions are available for every question below.

Group "A'

Choose the best answer from the given alternatives.

10 Marks[10 x 1 = 10]
1.
[1]

Which of the following is an example of a full-duplex communication mode?

a.

Walkie-talkie

b.

Television broadcasting

c.

Telephone conversation

d.

Keyboard to computer

2.
[1]

Which network device connects multiple computers within a LAN and forwards data to the intended device?

a.

Modem

b.

Switch

c.

Repeater

d.

Gateway

3.
[1]

Which SQL clause is used to filter records according to a specified condition?

a.

ORDER BY

b.

GROUP BY

c.

WHERE

d.

SELECT

4.
[1]

Which of the following is a valid example of a database management system?

a.

MySQL

b.

Python

c.

Photoshop

d.

VLC Player

5.
[1]

Which multimedia element is mainly responsible for presenting spoken explanations or background music?

a.

Text

b.

Audio

c.

Graphics

d.

Animation

6.
[1]

What will be the output of the following Python code?

x = 4
y = 5
print(x + y * 2)

a.

18

b.

14

c.

13

d.

20

7.
[7]

Which Python function is used to find the number of items in a list?

a.

count()

b.

length()

c.

size()

d.

len()

8.
[1]

Which type of AI is designed to create new content such as text, images, or audio?

a.

Generative AI

b.

Narrow AI

c.

Expert System

d.

Rule-based AI

9.
[1]

Which technology allows users to store and access files through internet-based servers?

a.

Cloud Computing

b.

Virtual Reality

c.

Bluetooth

d.

GPS

10.
[1]

Which of the following is an important principle for responsible use of AI?

a.

Sharing private data freely

b.

Using AI without verification

c.

Protecting user privacy

d.

Ignoring AI-generated errors

Group 'B'

Answer the following questions briefly.

20 Marks[10 x 2 = 20]
11.
[2]

What is network topology? Differentiate between star and bus topology.

12.
[2]

What is Bluetooth? Mention any two applications of Bluetooth.

13.
[2]

What is a relational database? Mention any two features of a relational database.

14.
[2]

What is the purpose of the ORDER BY clause in SQL? Write one example.

15.
[2]

Differentiate between lossy and lossless compression.

16.
[2]

Write a Python program to calculate the factorial of a number using a while loop.

17.
[2]

What is a list in Python? Write an example of a list containing five numbers.

18.
[2]

What is Computer Vision? Mention any one application.

19.
[2]

What is Virtual Reality (VR)? Mention any two applications of VR.

20.
[2]

What is cyber ethics? Write any two responsible practices for using digital technologies.

Group 'C'

Answer the following questions in detail.

20 Marks[5 x 4 = 20]
21.
[4]

What is a computer network? Explain the following types of networks based on geographical coverage:

a. PAN
b. LAN
c. MAN
d. WAN

22.
[4]

Consider the following table named Student:

Student_ID

Name

Class

GPA

201

Anil

10

3.45

202

Sarita

10

3.80

203

Rohan

10

3.20

Answer the following:

a. Which field should be the primary key? Why?

b. Write an SQL command to display students having GPA greater than 3.40.

c. Write an SQL command to change Rohan's GPA to 3.50.

d. Write an SQL command to display all students in descending order of GPA.

23.
[4]

What is multimedia? Explain the importance of audio, video, graphics, and animation in education with suitable examples.

24.
[4]

Study the following Python program and answer the questions:

numbers = [10, 20, 30, 40, 50]

total = 0

for n in numbers:
    total = total + n

print("Total =", total)

a. What is the name of the list used in the program?

b. How many elements are present in the list?

c. What will be the output of the program?

d. Modify the program to calculate and display the average of the numbers.

25.
[4]

Modern technologies such as AI, IoT, cloud computing, and VR are becoming common in daily life.

a. What is IoT?

b. Explain any two applications of IoT.

c. What is cloud computing?

d. Mention one advantage and one ethical concern related to the use of AI.

Computer ScienceModel Question Set DNEB Exam