Back to Browse

Master mixed SUB and FUNCTION Procedure for SEE Students!

353 views
Premiered Feb 18, 2025
31:12

✅ SEE QBASIC: The Ultimate Guide to Modular Programming for SEE Students! Complete Code here: https://bishalrijal.info.np/modular-programming-for-see-students/ SEE QBASIC is one of the most important topics for students preparing for their SEE exams. In this video, you will master SUB and FUNCTION procedures in 30 minutes! These modular programming techniques help break down large programs into smaller, manageable parts, making coding easier and more efficient. Whether you're a beginner or looking for revision before your exam, this tutorial will provide step-by-step explanations with examples. By the end of this video, you’ll understand how SUB and FUNCTION procedures work, why they’re essential in SEE QBASIC, and how to use them to write cleaner, more structured code. Don’t forget to like, share, and subscribe for more SEE programming tutorials! 📌 Questions solved in this video: 1. WAP in QBASIC that asks length, breadth, and height of a room and calculate's it's area and volume. Create a user defined function to calculate area and sub-program to calculate volume. [Hint: A=L*B, V= L*B*H] 2. WAP in QBASIC that asks length, breadth, and height of a room then sub procedure to calculate volume and function procedure to calculate area of four walls. [Hint: V=L*b*H, A= A=2H(L+B)] 3. WAP in QBASIC that asks length, breadth, and height of a room and calculate's it's 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) 4. WAP in QBASIC that asks length, breadth, and height and calculate volume of cuboid and total surface area. Create user defined function to calculate volume of cuboid and sub program to calculate total surface of area. [Hint: VOC=L*b*H, TSA= 2(L*b+b*H+H*L)] 5. WAP in QBASIC that asks radius of a circle to calculate it's area and circumference. Create a user defined function to calculate area and sub-program to calculate circumference. [Hint: A=π*r^2, C= 2*π*r] 6. WAP in QBASIC to display smaller number using function procedure and greater number using sub-procedure among three number. 7. WAP in QBASIC that asks radius and height of a cylinder and calculate the volume and curve surface area. Create a user defined function to calculate volume and sub-procedure to calculate curve surface area of a cylinder. [Hint: V=π*r^2*h, CSA= 2* π*r*h] 8. WAP to calculate area of rectangle using function procedure and sub procedure to calculate volume of cylinder. [Hint: A=L*b, V= π*r^2*h] About us: Bishal Rijal is a computer teacher dedicated to helping Computer Science students. Learn more about me at: My handles: Facebook: https://www.facebook.com/bishaldsrijal/ Instagram: https://www.instagram.com/bishaldsrijal/ LinkedIn: https://www.linkedin.com/in/bishaldsrijal/ FB Page: https://www.linkedin.com/in/bishaldsrijal/ Bishal Rijal is pursuing a BCA (Bachelor in Computer Application) in his 4th year. I am a professional computer teacher up to class 10, with a strong programming background and over 2+ year of experience. Also, I am a professional digital marketer who has worked in different digital marketing domains, like social media management and marketing, search engine optimization, content writing, graphic design, and content creation. #SEEQBASIC #qbasictutorial #modularprogramming #seeexam #codingforbeginners #LearnQBASIC #computerscience #seepreparation

Download

1 formats

Video Formats

360pmp443.9 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Master mixed SUB and FUNCTION Procedure for SEE Students! | NatokHD