Olevel M3R5 Practical Exam Questions
Hello Students… In this Article You will learn about Olevel M3R5 Practical Exam Questions with detailed Solution. So must check out full article.
1)Write an Algorithm to find Average of 6 numbers.
Ans-
STEP-1 START
STEP-2 READ N1,N2,N3,N4,N5,N6 OR GET SUM
STEP-3 SUM=N1+N2+N3+N4+N5+N6
STEP-4 AVG=SUM/6
STEP-5 PRINT “AVERAGE”=,AVG
STEP-6 END OR STOP
2) Write a Algorithm to find volumn of cylinder and Volumn of Cone
Ans-
STEP-1 START
STEP-2 READ R1,H1,R2,H2
STEP-3 VOL1=3.14*R1*R1*H1
STEP-4 VOL2=(3.14*R2*R2*H2)/3
STEP-5 PRINT “VOLUMN OF CYLINDER=”,VOL1
STEP-6 PRINT “VOLUMN OF CONE=”,VOL2
STEP-7 STOP
3)Write an Algorithm to find total percentage of student.
STEP-1 START
STEP-2 READ M1,M2,M3
STEP-3 TOTAL=M1+M2+M3
STEP-4 PER=TOTAL*100/150
STEP-5 PRINT “TOTAL=”,TOTAL
STEP-6 PRINT “PERCENTAGE”,PER
STEP-7 STOP
4) Write an algorithm to check greater number between two number
STEP-1 START
STEP-2 READ A,B
STEP-3 CHECK IF A>B THEN PRINT “ A IS GREATER”
OTHERWISE PRINT “B IS GREATER”
STEP-4 STOP
5) Write an algorithm to find Simple Interest
STEP-1 START
STEP -2 READ P,R,T
STEP-3 SI=P*R*T/100
STEP-4 PRINT “SIMPLE INTEREST=”,SI
STEP -5 STOP
Thanks for reading the article Olevel M3R5 Practical Exam Questions.
Also Check Our Latest Uploads
Chandrayaan-3: Discovery with Innovative Techniques
Aaron Rodgers’ ridiculous TD pass highlights
Digital Marketing: Strategies for Success
Also Visit on our another website