ENOTES

Download SEE class 10 computer science model question

access_time Oct 10, 2020 remove_red_eye 9163

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]

  1. What is computer network?
  2. What is Internet?
  3. Write any four preventive measures to protect computer system from virus infection.
  4. Write any two softwares used in multimedia.
  5. What is hardware security?

2) a. Convert as instructed [2x1=2]

  1. (101)10 into Binary
  2. (75)8 into Decimal

b. Perform the binary calculation [2x1=2]

  1. (10101)2-(1011)2 
  2. (111)2 x(11)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?

  1. Star
  2. Ring
  3. Client server
  4. Bus

b. When was cyber law introduced in Nepal?

  1. 2061 BS
  2. 2062 BS
  3. 2007 BS
  4. 2016 BS

c. Multimedia technology is used in …..

  1. Education
  2. Business
  3. Healthcares care
  4. All of the above

d. Boot sector virus infects …….

  1. System files
  2. Master bott record
  3. Application software
  4. Document file

5) Give appropriate technical terms of the following [4x0.5=2]

  1. Rules and format to accept and transfer data in computer network.
  2. Moral rules to be followed by computer and other professionals.
  3. Making extra copy of data and software.
  4. A virus that corrupts system files of operating system.

6) Write full form [4x0.5=2]

  1. WWW
  2. MAN
  3. OS
  4. NIC

Group B - DBMS - 10 marks

7) Answer the following questions. [3x2=6]

  1. What is DBMS? Write any two examples of DBMS software.
  2. List any four data types used in MS-access.
  3. What is form? Write any two advantages of using form.

8) Select the correct answer [4x0.5=2]

a. Date/Time occupies …. Bytes of memory.

  1. 4
  2. 2
  3. 8
  4. 16

b. The extension of database file in MS-Access is

  1. DBF
  2. DBM
  3. MDB
  4. DMB

c. The object of MS-access that is used to generate hard copy of records

  1. Query
  2. Table
  3. Form
  4. Report

d. A ……. Key uniquely identifies a records.

  1. Primary
  2. Foreign
  3. Composite
  4. None

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]

  1. What is modular programming?
  2. Write any two advantages of structured programming?
  3. Write the function of following statements. FILES, KILL

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