Posts

Showing posts from November, 2023

PROGRAMMING IN QBASIC

 *INTRODUCTION   QBASIC stands for Quick Beginner's All-purpose Symbolic Instruction Code. QBasic is an integrated development environment (IDE) and interpreter for a variety of dialects of BASIC which are based on QuickBASIC. Code entered into the IDE is compiled to an intermediate representation (IR), and this IR is immediately executed on demand within the IDE.QBasic is a Microsoft-designed variation of the popular BASIC coding language. QBasic seems to be a computer language with a structured syntax. Microsoft created and released it around 1991; it is regarded as another of the best languages for complete beginners.. *FEATURE OF QBASIC ARE : 1)It is a user friendly launguage. 2)It use simple syntax to write program. 3)It's provides windows based platform to write program. 4)Dubbing can be easily done. 5)It is complex based launguage. * CHARACTER SETS OF QBASIC ARE :  1)Alphabet-A to Z                      a to z ...