National Examination Board (NEB) Nepal has published new specification grid and model question for optional second subjects of SEE class 10. This include computer science for class 10. Unlike old grid of computer, this new grid has added C programming. The old grid contains 3 groups i.e. Group A Computer fundamental, Group B Database management system and Group C QBASIC programming. Each weighing 22, 10 and 18 marks.
Old grid of SEE Computer science | |
Groups | Marks Weightage |
Computer Fundamental | 22 marks |
Database Management System | 10 marks |
QBASIC programming | 18 marks |
Click here to see Class 10 old model question
In new grid of Class 10 computer science has added Programming in C. 5 marks of C programming question will be asked in SEE board. Objective questions such as match the following, fill in the blanks, true or false etc. has been replaced by question and answer. However, full form and technical terms will be asked. Questions in new grid will have three section Group A Very short answer, Group B short answer and Group C long answer. Each weighing 12, 22 and 16 marks.
Question type | Total question | Time | Total marks |
Very short answer | 12 [1 marks each] | 25 min | 12 |
Short answer | 11 [2 marks each] | 35 min | 22 |
Long answer | 4 [4 marks each] | 30 min | 16 |
Total | 27 | 1 Hr 30 Min | 50 |
Secondary Education Examination
Model Question
Subject: Computer Science Time:1:30 hr. FM: 50
Group ‘A’ - 10 marks
1.Answer the following questions in one sentence: [6x1=6]
a. What is search engine?
b. What is the business done through the internet?
c. Which data type is used to store numeric characters or special symbols in MS-Access?
d. Which view is used to modify a table in MS-Access?
e. What is Modular Programming?
f. Write any two features of C language.
2. Write appropriate technical term for the following: [2x1 =2]
a. Law that governs the legal issues of cyberspace.
b. The smallest unit to represent information on quantum computer.
3. Write the full form of the following: [2x1=2]
I. STP II. WAP
Group ‘B’ - 24 marks
4. Answer the following questions: [9x2=18]
a. What is computer network? Enlist any two advantages of it.
b. What is computer ethics? Write any two of them.
c. What is software security? Write any two measures of hardware security.
d. What is m-Commerce? Write its two important services.
e. What is IoT? Write any two importance of it.
f. What is database ? Give any two examples.
g. What is primary key? List any two advantages of it.
h. What is data sorting? List any two advantages of using it.
i. What types of work is done in MS-Access using Form and query object?
5. Write down the output of the given program. Show with dry run in table. [2]
DECLARE SUB SHOW (A)
CLS
N = 87
CALL SHOW (N)
END
SUB SHOW (A)
DO
B = A MOD 6 + 3
IF B MOD 4 = 0 THEN
GOTO AA
PRINT B;
AA:
A = A - 10
LOOP WHILE A >= 50
END SUB
6. Re-write the given program after correcting the bugs: [2]
REM to add record in an existing file
CLS
OPEN “Record.Dat” FOR OUTPUT AS #1
AA:
INPUT “Enter Name, Class and Roll No. “; Nm$, Cl, Rn
INPUT #2, Nm$, Cl, Rn
INPUT “More records “; Y$
IF UCASE$(Y$) = “Y” THEN
GOTO aa
CLOSE “Record.dat”
END
7. Study the following program and answer the given questions: [2]
OPEN “Detail.dat” FOR INPUT AS #1
OPEN “Temp.dat” FOR OUTPUT AS #2
INPUT “Enter name of the students “; Sn$
FOR I = 1 TO 10
INPUT #1, Nm$, Cl, A
IF Sn$ < > Nm$ THEN
WRITE #2, Nm$, Cl, A
END IF
NEXT I
CLOSE #1, #2
KILL “Detail.dat”
NAME “Temp.dat” AS “Detail.dat”
END
Group 'C' [4x4=16]
8. Convert / calculate as per the instruction: [4]
9. a. Write a program in QBASIC that asks length, breadth and height of room and calculates its area and volume. Create a user-defined function to calculate area and sub-program to calculate volume. Hint: [A = LxB], [V = LxBxH] [4]
b. A sequential data file called “Record.txt” has stored data under the field heading Roll No., Name, Gender, English, Nepali, Maths and Computer. Write a program to display all the information of those students whose gender is ‘F' and obtained marks in computer is more than 90. [4]
10. Write a program in C language that asks a number and check whether it is odd or even. [4]
OR
Write a program in ‘C' language to display the series with their sum. 1,2,3,4,….., up to 10th terms.
Click here for the solution of this model question
Click here to download SEE new model question of computer science.
Click here to download new grid and model question PDF by CDC