Time: 1: 30 hours
Class: 9 FM: 50
Subject: Computer PM:
20
Very
Short question.
a. What
is supper computer?
b. What
do you mean by smart farming?
c. Draw the basic Architecture of computer system.
d. What is secondary storage devices ? Give any two examples.
e.
Differentiate between complier and interpreter.
f. What
is programming language?
g. What
is the function of memory unit.
h. What
is bus ? Explain the different types of bus.
9.Write
the full form of following. [4]
a
UAV b. CD-ROM c. MU d. PDA
15.Convert
as indicated. [2]
a. (11111)2 into octal b. (759)16 into binary
Add
the binary number. [2]
a. 111101+1011 b. 1101011 +101101
Group
C
Rewrite
the given program to display reserve of string. [2]
INPUT
" Enter a word " ; w
for
i=len(w$ ) to 1
s$
= s$ + mid$ ( w$ ,i)
End
if
PRINT
" Reverse of the string is " ; s$
END
Write the output of the following program. 2
a.
CLS
w$="OHTMBUNSLE"
FOR P=1 TO 5
READ N
WORD$=WORD$+MID$(W$,N,1)
NEXT P
DATA 4,1,7,9,11
PRINT "The output is" ; WORD$
END
Read the following program and answer the
questions. 2
CLS
LET A =1010
WHILE A<> 0
B=A MOD 10
C$= STR (B)
D$= C$+D$
A=INT(A/10)
WEND
PRINT D$
END
a. Make a list of library function
used in the program.
b. Make a list of Numeric variable in the above program.
Write a program to print the
calculate the simple interest. [4]
Write a program to check the
input number is even number or not. [4]
Write a program a print the
following pattern. [4]
S
SU
SUN
SUNI
SUNIT
SUNITA
*****Best of
Luck*****
No comments:
Post a Comment