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 B)

Sub. code 3032

NEB — GRADE X

Set B

Model Question

Computer Science Question Paper Set B (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 B (subject code 3032), 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 network topology connects all computers to a central device?

a.

Bus

b.

Ring

c.

Star

d.

Mesh

2.
[1]

Which of the following is an example of guided transmission media?

a.

Radio wave

b.

Microwave

c.

Infrared

d.

Optical fiber

3.
[1]

Which SQL command is used to remove a table from a database?

a.

DELETE

b.

DROP

c.

REMOVE

d.

CLEAR

4.
[1]

Which key is used to establish a relationship between two tables?

a.

Primary key

b.

Foreign key

c.

Candidate key

d.

Alternate key

5.
[1]

Which multimedia component is used to represent moving pictures?

a.

Text

b.

Audio

c.

Video

d.

Graphics

6.
[1]

What will be the output of the following Python code?

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

a.

7

b.

10

c.

25

d.

32

7.
[1]

Which statement is used to repeat a block of code for a fixed number of times in Python?

a.

if

b.

for

c.

def

d.

try

8.
[1]

Which technology allows machines to understand and generate human language?

a.

NLP

b.

IoT

c.

GPS

d.

LAN

9.
[1]

Which of the following is an example of an IoT device?

a.

Traditional calculator

b.

Smart watch connected to the internet

c.

Wired keyboard

d.

Ordinary notebook

10.
[1]

Which technology creates a computer-generated environment in which users can interact?

a.

Virtual Reality

b.

Cloud Computing

c.

Big Data

d.

Blockchain

Group "B'

Answer the following questions briefly.

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

What is network topology? Mention any two types of network topology.

12.
[2]

Differentiate between wired and wireless communication with any two points.

13.
[2]

What is a database table? Explain row and column with an example.

14.
[2]

What is SQL? Write any two SQL commands and mention their uses.

15.
[2]

What is animation? Mention any two uses of animation in multimedia.

16.
[2]

Write a Python program to find the largest among two numbers.

17.
[2]

What is a loop in Python? Mention the two commonly used types of loops in Python.

18.
[2]

What is Natural Language Processing (NLP)? Mention any one application of NLP.

19.
[2]

What is the Internet of Things (IoT)? Mention any two applications of IoT.

20.
[2]

What is cloud computing? Differentiate between cloud storage and local storage.

Group 'C'

Answer the following questions in detail.

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

What is data communication? Explain the following components of data communication:

a. Sender
b. Receiver
c. Transmission medium
d. Protocol

22.
[4]

Consider the following database table:

Roll_No

Name

Subject

Marks

1

Aarav

Computer

75

2

Bina

Computer

82

3

Kiran

Computer

68

Answer the following questions:

a. What is a database?
b. Identify the primary key in the table and give a reason.
c. Write an SQL command to display all records from the table.
d. Write an SQL command to change Bina's marks to 90.

23.
[4]

What is multimedia? Explain any four major components of multimedia with suitable examples.

24.
[4]

Study the following Python program and answer the questions:

num = int(input("Enter a number: "))

if num % 2 == 0:
    print("Even")
else:
    print("Odd")

a. What is the purpose of the % operator?

b. What will be the output if the user enters 15?

c. Modify the program to display whether the number is positive or negative.

d. What type of statement is if...else?

25.
[4]

Contemporary technologies are being increasingly used in different sectors.

a. Define IoT and Artificial Intelligence.

b. Explain any two applications of IoT.

c. What is Generative AI?

d. Mention any one ethical issue related to the use of AI.

Computer ScienceModel Question Set BNEB Exam