1 / 13

7 Most Effective and Useful QBasic Programs and Graphics

BookMyEssay is an experienced assignment writing service provider, over the years our experts have helped thousands of students of all academic levels by providing them with top quality graphics programming assignment help. So, what are you waiting for? Take their help today! Visit us: https://www.bookmyessay.com/graphics-programming-assignment/

jamesjon12
Télécharger la présentation

7 Most Effective and Useful QBasic Programs and Graphics

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 7 Most Effective and Useful QBasic Programs and Graphics

  2. The QBasic is the short form of Quick Beginners. It is a programming language which was developed in 1985 by the Microsoft.

  3. This is the most ideal programming language for the starters because it is very simple to use with improved structures for programming. It is also very flexible with better graphics.

  4. The QBasic program has some special features.

  5. The Program which is used for drawing an isosceles triangle with horizontal base.SCREEN 7COLOR4,1CLSPRINT "This is a Triangle"LINE(160,30)-(250,180),4LINE(250,180)-(70,180),2LINE(70,180)-(160,30),1END

  6. The useful program for drawing boxes with line segment SCREEN 7COLOR5,15CLSLINE(60,60)-(130,100),6,B [The letter “B” denotes the option for box. The (130,100) and (60-60) are opposite side of rectangle]It also has one special feature called Box fill (BF) to fill the color in the box.SCREEN 7COLOR5,15CLSPRINT "This is a Rectangle" LINE(60,60)-(130,100),6,BF

  7. The codes that are useful for generating musical notesPLAY "ABCDEFGA"]END

  8. The code that is useful for drawing circle, eclipse and an arch of a circle.SCREEN 7COLOR4,14,5CLSPRINT "This is a Circle"CIRCLE(160,100),70,15END 

  9. The code for printing table for 12CLSFORA=1 TO 5PRINT"12*";A;"=";12*ANEXTAEND

  10. The code that is used for displaying your name 9 times on the screenCLSREM PRINT YOUR NAMEINPUT "NAME PLEASE";N$FOR  X=1 TO 9PRINT N$NEXT XEND

  11. The code to print first five odd numbersCLSFOR L=1 TO 10 STEP 2PRINT LNEXT LEND

  12. If you are facing troubles in understanding Qbasicprograms and graphics then you must seek Graphic Programming assignment help from the experts of BookMyEssay.

  13. Email us: assignmenthelp@bookmyessay.com Visit us: https://www.bookmyessay.com/

More Related