1 / 14

7 Most Effective and Useful QBasic Programs and Graphics

Are you interested in Graphic programming and want to learn its basics? Then BookMyEssay will help you to be a beginner in graphics programming. <br>Read more: https://www.bookmyessay.com/graphics-programming-assignment/

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 7 COLOR4,1 CLS PRINT "THIS IS A TRIANGLE" LINE(160,30)-(250,180),4 LINE(250,180)-(70,180),2 LINE(70,180)-(160,30),1 END

  6. THE USEFUL PROGRAM FOR DRAWING BOXES WITH LINE SEGMENT SCREEN 7 COLOR5,15 CLS LINE(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 7 COLOR5,15 CLS PRINT "THIS IS A RECTANGLE" LINE(60,60)-(130,100),6,BF

  7. THE CODES THAT ARE USEFUL FOR GENERATING MUSICAL NOTES PLAY "ABCDEFGA"] END

  8. THE CODE THAT IS USEFUL FOR DRAWING CIRCLE, ECLIPSE AND AN ARCH OF A CIRCLE. SCREEN 7 COLOR4,14,5 CLS PRINT "THIS IS A CIRCLE" CIRCLE(160,100),70,15 END

  9. THE CODE FOR PRINTING TABLE FOR 12 CLS FORA=1 TO 5 PRINT"12*";A;"=";12*A NEXTA END

  10. THE CODE THAT IS USED FOR DISPLAYING YOUR NAME 9 TIMES ON THE SCREEN CLS REM PRINT YOUR NAME INPUT "NAME PLEASE";N$ FOR X=1 TO 9 PRINT N$ NEXT X END

  11. THE CODE TO PRINT FIRST FIVE ODD NUMBERS CLS FOR L=1 TO 10 STEP 2 PRINT L NEXT L END

  12. If you are facing troubles in understanding Qbasic programs 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