Sample question of SEE class 10 computer science. Full mark of this subject is 50 where as pass mark is 16. To total exam duration will be 1 hour 30 minutes. Click here to see full e-notes of SEE computer science of class 10
Model question paper - 1
Group A - Computer Fundamental - 22 marks
1) Answer the following question [5x2=10]
2) a. Convert as instructed [2x1=2]
b. Perform the binary calculation [2x1=2]
3) Match the following [4x0.5=2]
T-connector Network
Bridge Power protection
CD-ROM Co-axial cable
Spike guard Multimedia component
Virus scanning
4) Choose the correct answer [4x0.5=2]
a. Which is not a network topology?
b. When was cyber law introduced in Nepal?
c. Multimedia technology is used in …..
d. Boot sector virus infects …….
5) Give appropriate technical terms of the following [4x0.5=2]
6) Write full form [4x0.5=2]
Group B - DBMS - 10 marks
7) Answer the following questions. [3x2=6]
8) Select the correct answer [4x0.5=2]
a. Date/Time occupies …. Bytes of memory.
b. The extension of database file in MS-Access is
c. The object of MS-access that is used to generate hard copy of records
d. A ……. Key uniquely identifies a records.
9) Match the following [4x0.5=2]
Default value 255 character
Fox pro Column name
Text DBMS
Field Field properties
Search fast
Group C - QBASIC programming - 18 marks
10) Answer the following. [3x1=3]
11) Debug the given program. [2]
Declare
REM *fibonacci series*
CALL SUB fibonacci
END
SUB fibonacci
a=1
b=1
FOR x=1 to 10
DISPLAY a;
a=a+b
b=a+b
END fibonacci
12) Write the output of the following program. [2]
DECLARE SUB series ( )
CALL series
END
SUB series
X=1
Y=1
FOR z=1 to 4
PRINT x;
Y=Y+1
X=X*10+Y
NEXT z
END SUB
13) Read the given program and answer the given question. [2]
DECLARE FUNCTION num (n)
INPUT n
S = num (n)
PRINT s
END
FUNCTION num (n)
x=INT(17/n)
y=15 MOD n
Num = x+y
END FUNCTION
a. Write the names of the function used in the above program.
b. List out the mathematical function (library) used in the above program.
14) a) Write a program using FUNCTION module to calculate and print the volume of cylinder.[v=pir2h] [3]
b) Write a program to declare SUB module to calculate and print the volume of a box. [3]
c) Write a program to create a sequential data file “Employee.dat” to store employees name, address, age, gender and salary. [3]
Check another model set click here