Vous êtes sur la page 1sur 4

PEBSS a. (578)10 = ( ?) 8 b.

11111 x 111

Class: Nine Computer Science F.M: 25 c. (FED)16 =(?) 2 d. 10101+1101x111

Time: 45 Mins Monthly test 2073 P.M: 10


Group B (QBASIC 7marks)
SET A 6) Answer the following questions. 2 x 1 =2
a. What is Variable?
Group A (Fundamental 18 Marks) b. What is Keywords?
7) Write a program to print greatest between three numbers.
1) Answer the following questions. 4 x 2 =8 2 x1 =2
a) What is open source software? List some open source 8) Write a program to display 1, 27, 125 , .. upto 10th term.
software. 2x1=2
b) What do you mean by IT? Write the mission of IT policy 9) Debug the following program. 1 x 1 =1
2067. REM program to display the series
c) What is Tag? List the different types of tag used in HTML 50, 48, 46, .2
d) What are I/O devices? List some Output devices. CLEAR
2) State whether the statements are true or false. 4 x 0.5 =2 FOR I = 50 TO 2
a. UNIX is the example of packaged Software. DISPLAY x;
b. HTML is a programming language NEXT x
c. An empty tag has start and end tag STOP
d. RAM is a permanent memory *****
3) Supply appropriate full form for the followings. 4 x 0.5 = 2

LED, BCR, MICR, CUI


4) Supply appropriate technical terms for the following. 4 x 0.5 = 2
a. A system program which is responsible for proper
functioning of the device attached to the computer.
b. A sign or symbols which are used to perform specific task.
c. An entity whose value cannot be changed during program
execution
d. Readymade software which are used to solve general
problems of the user.
5) Perform the following Number system. 4x1=4
PEBSS b. (101111)2 = ( ?) 8 b. 10101-10001

Class: Nine Computer Science F.M: 25 c. (4532)8 =(?) 10 d. 10101+10101x110

Time: 45 Mins Monthly test 2073 P.M: 10


Group B (QBASIC 7marks)
SET B 15) Answer the following questions. 2 x 1 =2
c. What is Constant?
Group A (Fundamental 18 Marks) d. What is QBASIC?
16) Write a program to accept a number and check it is positive or
10) Answer the following questions. 4 x 2 =8 negative.
e) What is open source software? List some open source 2 x1 =2
software. 17) th
Write a program to display 2,4,8,16,32..upto 10 term.
f) What do you mean by IT? Write the mission of IT policy 2x1=2
2067. 18) Debug the following program. 1 x 1 =1
g) What is Tag? List the different types of tag used in HTML REM program to display the series
h) What are I/O devices? List some Output devices. 50, 48, 46, .2
11) State whether the statements are true or false. 4 x 0.5 =2 CLEAR
e. UNIX is the example of packaged Software. FOR I = 50 TO 2
f. HTML is a programming language DISPLAY x;
g. An empty tag has start and end tag NEXT x
h. RAM is a permanent memory STOP
12) Supply appropriate full form for the followings. 4 x 0.5 = 2 *****

LED, BCR, MICR, CUI


13) Supply appropriate technical terms for the following. 4 x 0.5 = 2
e. A system program which is responsible for proper
functioning of the device attached to the computer.
f. A sign or symbols which are used to perform specific task.
g. An entity whose value cannot be changed during program
execution
h. Readymade software which are used to solve general
problems of the user.
14) Perform the following Number system. 4x1=4
PEBSS c. (572)8 = ( ?) 10 b. 100111 x 111

Class: Nine Computer Science F.M: 25 c. (78AB)16 =(?) 2 d. 11+1101x111

Time: 45 Mins Monthly test 2073 P.M: 10


Group B (QBASIC 7marks)
SET C 24) Answer the following questions. 2 x 1 =2
e. What is operators?
Group A (Fundamental 18 Marks) f. What are the elements of QBASIC?
25) Write a program to check whether the input number is even or
19) Answer the following questions. 4 x 2 =8 odd.
i) What is open source software? List some open source 2 x1 =2
software. 26) Write a program to display 3,33,3333,33333.
j) What do you mean by IT? Write the mission of IT policy 2x1=2
2067. 27) Debug the following program. 1 x 1 =1
k) What is Tag? List the different types of tag used in HTML REM program to display the series
l) What are I/O devices? List some Output devices. 50, 48, 46, .2
20) State whether the statements are true or false. 4 x 0.5 =2 CLEAR
i. UNIX is the example of packaged Software. FOR I = 50 TO 2
j. HTML is a programming language DISPLAY x;
k. An empty tag has start and end tag NEXT x
l. RAM is a permanent memory STOP
21) Supply appropriate full form for the followings. 4 x 0.5 = 2 *****

LED, BCR, MICR, CUI


22) Supply appropriate technical terms for the following. 4 x 0.5 = 2
i. A system program which is responsible for proper
functioning of the device attached to the computer.
j. A sign or symbols which are used to perform specific task.
k. An entity whose value cannot be changed during program
execution
l. Readymade software which are used to solve general
problems of the user.
23) Perform the following Number system. 4x1=4
PEBSS 32) Perform the following Number system. 4x1=4
d. (578)10 = ( ?) 16 b. 110011 x 111
Class: Nine Computer Science F.M: 25
c. (ABC)16 =(?) 2 d. 10111+11001x111
Time: 45 Mins Monthly test 2073 P.M: 10

SET D Group B (QBASIC 7marks)


33) Answer the following questions. 2 x 1 =2
Group A (Fundamental 18 Marks) g. What is Character set?
h. What is syntax?
28) Answer the following questions. 4 x 2 =8 34) Write a program to print .
m) What is open source software? List some open source 2 x1 =2
software. th
35) Write a program to display 1, 27, 125 , .. upto 10 term.
n) What do you mean by IT? Write the mission of IT policy 2x1=2
2067. 36) Debug the following program. 1 x 1 =1
o) What is Tag? List the different types of tag used in HTML REM program to display the series
p) What are I/O devices? List some Output devices. 50, 48, 46, .2
29) State whether the statements are true or false. 4 x 0.5 =2 CLEAR
m. UNIX is the example of packaged Software. FOR I = 50 TO 2
n. HTML is a programming language DISPLAY x;
o. An empty tag has start and end tag NEXT x
p. RAM is a permanent memory STOP
30) Supply appropriate full form for the followings. 4 x 0.5 = 2 *****

LED, BCR, MICR, CUI


31) Supply appropriate technical terms for the following. 4 x 0.5 = 2
m. A system program which is responsible for proper
functioning of the device attached to the computer.
n. A sign or symbols which are used to perform specific task.
o. An entity whose value cannot be changed during program
execution
p. Readymade software which are used to solve general
problems of the user.

Vous aimerez peut-être aussi