You are on page 1of 2

"Education

for Awareness" c) What client server architecture? Show the difference with
Awareness International Academy (AIA) peer to peer model.
Shankhamool, Kathmandu d) What is topology? List its types.
First Term Examination – 2079 e) “Internet is large Collection of Computer network”, justify.
Grade : 10 F.M: 50 f) What is web browser? List any four examples.
Subject : Computer Science Time : 1:30 Hrs P.M: 20 g) What is the protocol? List any two advantages of using it. 
h) What is actual and formal argument? Explain with examples.
GROUP -A i) Mention any four advantages of modular programming.
1. Answer the following questions. [6×1=6]
5. Write down the output of the given program. [2] 
a) Define duplex mode of transmission.
DECLARE SUB SHOW (A,B) 
b) What is the function of router?
CLS 
c) Write any two examples search engine websites. A=20
d) Define Module. B=60
CALL SHOW (A,B) 
e) List the types of Procedure. END 
f) Define Intranet. SUB SHOW (A,B) 
IF B MOD 4 = 0 THEN
S=A+15
2. Write appropriate technical term for the following: [2x1=2]  Else
S=B*10 
a) Network Topology based on closed loop. END IF
b) Computer program which are used for surfing information or data PRINT “ the output of above program=”,S 
install in client computer. END SUB 

3. Write the full form of the following. [2x1=2]  6. Rewrite the given program after correcting the bugs: [2] 
a)WLAN b) BNC DECLARE FUNCTION AREA (R)
CLS
INPUT “ENTER RADIUS ; R
CALL “AREA OF Circle is ”; AREAof Circle(R)
GROUP-B
END
FUNCTION AREA (R)
A = 3.14 * R +2
4. Answer the following questions: [9x2=18]  A=Area
END FUNCTION
a) What is a computer network? Enlist any two advantages of it. 
b) Differentiate between simplex and duplex mode of transmission. 
7. Study the following program and answer the given questions:
[2x1=2]  9. a) Write a program in QBASIC that asks length, breadth and height of
room and calculates  its area of four walls and volume. Create a user-
DECLARE SUB CHECK (N)
defined function to calculate area and sub-program  to calculate
CLS volume. [4] 
b) WAP to input any three addresses and display the longest address
INPUT “ENTER ANY NUMBER”; N
using Function procedure. [4]
CALL CHECK (N) 10. WAP to Check even number using sub procedure and check the given
is exactly divisible or not by using Function procedure. [4]
END

SUB CHECK (N)

IF N >0 THEN

      PRINT N; “IS positive NUMBER”

ELSE

PRINT N; “IS negativeNUMBER”

END IF

END SUB

a. What will be the output if -78


is given as input?
b. Write the significance of first
line of the program.

GROUP ‘C'  
  
8. Convert / calculate as per the instruction: [4x1=4] 
a. (11001101)2 = (?)16 
b. (524)10 = (?) 2 
c. (1010) x (110) – (1011) = (?) 2 
2 2 2

d. (110110) 2 ÷ (101) 2

You might also like