SOS HERMAN GMEINER SCHOOL NEPAL BOARD EXAMINATION 2078 l SEE GRADE 10 COMPUTER MODEL QUESTION l SEE

 

 
 Write a program in QBASIC that asks the radius of a circle and calculates its circumference and area. Create a user-defined function to calculate the area and a sub-program to calculate the circumference. [Hint: A = πr2, C = 2πr]

SEDIPS BOARD EXAMINATION 2078 l SEE GRADE 10 COMPUTER SCIENCE MODEL QUESTION l COMPUTER SCIENCE SEE

 

 
 Write a QBASIC Program that asks radius and calculate area of circle and circumference of circle. Create a USER DEFINED FUNCTION to calculate circumference of circle and SUB-PROGRAM to calculate area of circle. [Hint: COC = 2πr and AOC = πr2]

NATIONAL PABSON BOARD EXAMINATION 2078 l SEE GRADE 10 COMPUTER SCIENCE l MODEL QUESTION l PABASON

 

 
 Write a program in QBASIC that asks length, breadth and height. Create a user-defined function to calculate surface area of four walls and write sub-program to calculate surface area of a box. [Hint: surface are of four walls = 2*H*(L+B), surface area of box = l*h+b*h+l*b]

PABSON BOARD EXAMINATION 2078 SET C l SEE GRADE 10 COMPUTER SCIENCE l MODEL QUESTION l COMPUTER

 

 
 Write a program in QBASIC that asks two numbers to find square of two numbers using SUB…END SUB program and average of two numbers using FUNCTION…..END FUNCTION. [Hint: S = A^2+B^2, AVG = (A+B)/2]

PABSON BOARD EXAMINATION 2078 SET B l SEE GRADE 10 COMPUTER SCIENCE MODEL QUESTION l COMPUTER

 

 
 Write a program in QBASIC that ask the radius of circle. Write a program to calculate the area and the circumference of a circle. Create a user-defined function FIRST(r) to calculate area and sub-procedure SECOND(r) to calculate circumference of a circle. [Hint: A = 3.14*r^2, C = 2*3.14*r]

PABSON BOARD EXAMINATION 2078 SET A l SEE GRADE 10 COMPUTER SCIENCE MODEL QUESTION

 

 
 Write a program in QBASIC that allows user to enter radius of circle. Create a user-defined function to find area of circle and sub procedure to find volume of a cylinder. [Hint: A = 3.14*r^2, V = 3.14*r^2*h]

SEE EXAMINATION 2078 RE-334 l SEE COMPUTER SCIENCE MODEL QUESTION l GRADE 10 l COMPUTER SCIENCE

 
 Write a program in QBASIC language that asks length, breadth of room and calculates its area and perimeter. Create a user-defined function to calculate area and sub-program to calculate perimeter. [Hint: A = L*B, P=2(L+B)]