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

Computer Science

Class 12 - 7 Chapters

Home/Class 12/Computer Science/Question Bank/Computer Old Question 2083

Sub. code 4281

NEB — GRADE XII

2083

Old Question

Computer Science Question Paper 2083 (Old 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 old question question paper is for Class 12 Computer Science, 2083 (subject code 4281), 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

Multiple Choice Questions

9 Marks[9 x 1 = 9]
1.
[1]

Records in database are also known as:

a.

Data

b.

Fields

c.

Tuples

d.

Keys

2.
[1]

Which SQL statement displays the name and address of all students who live either in Kathmandu or Bhaktapur from the students table?

a.

SELECT * FROM students WHERE address = "Kathmandu" OR address = "Bhaktapur";

b.

SELECT name, address FROM Students WHERE address = "Kathmandu" OR "Bhaktapur";

c.

SELECT * FROM students WHERE address = "Kathmandu" OR "Bhaktapur";

d.

SELECT name, address FROM students WHERE address = "Kathmandu" OR address = "Bhaktapur";

3.
[1]

The full form of OSI is:

a.

Open Service Implementation

b.

Open System Internet

c.

Open Service Interconnection

d.

Open System Interconnection

4.
[1]

Which JavaScript method is used to write HTML output?

a.

document.write()

b.

document.output()

c.

console.log()

d.

document.writeHTML()

5.
[1]

5. What will be the output of the following PHP code?

echo b;

?>

a.

0

b.

1

c.

2

d.

5

6.
[1]

What does ++X do in a C program?

a.

Returns value then increments

b.

Increments then returns value

c.

Decrement value

d.

Returns original value

7.
[1]

Which of the following feature allows the same method name to be used for different types/number of parameters in OOPs concept?

a.

Abstraction

b.

Encapsulation

c.

Polymorphism

d.

Inheritance

8.
[1]

Which model follows a strict linear sequential phase order?

a.

Agile

b.

Waterfall

c.

Prototype

d.

Scrum

9.
[1]

A device automatically adjusts room temperature based on real-time sensor data and internet connectivity. Which technology does this represent?

a.

Desktop computing

b.

Cloud storage

c.

IoT (Internet of Things

d.

Traditional Embedded System

Group B

Short Answer Questions

25 Marks[5 x 5 = 25]
10.
[5]

Compare the hierarchical database model and the relational database model. Write two advantages of each model.

Or
10.
[5]

Describe 2NF with example.

11.
[5]

Write a JavaScript program that accepts three numbers as input and finds the smallest among them.

Or
11.
[5]

Write a PHP script that connects to a MySQL database named school, retrieves all records from the student table, and displays them in an HTML table.

12.
[1+4]

What is OOP (Object Oriented Programming)? Describe any four features of OOP.

13.
[2.5+2.5]

Explain about technical and economic feasibility.

14.
[2+3]

Explain the basic concept of cloud computing with any three advantages.

Group C

Long Answer Questions

16 Marks[2 x 8 = 16]
15.
[8]

Explain twisted pair cable, coaxial cable and optical fibre cable.

16.
[8]
a.
[4]

Write a C program to input a number and check whether it is positive, negative or zero using a user-defined function.

b.
[4]

Write a C program to generate the Fibonacci series of the first two numbers, 7 and 14, up to 10 terms using a user-defined function.

Or
16.
[8]

Write a C program that reads the student's roll number, name, section and mark of 10 students using an array of structure and display.

Computer ScienceOld Question 2083NEB Exam
Class 12 Computer Science Question Paper 2083 (Old Question with Solutions) — NEB Exam