Posts

Showing posts from November, 2023

NOTE OF QBASIC

    Introduction of QBASIC   Qbasic is a high level programming language. The full form  of QBASIC is Quick Beginner's All-purpose Symbolic Instruction code. It is simple and easy to learn. In 1964, John G.kemeny and Thomas E-kurtz designed the original  BASIC language at Dartmouth college.Bill Gates and Paul Allen developed the programming language. Features of Qbasic  1) It is a user friendly language. 2) It user simple syntax to write program. 3) It provides windows based platform.  4) Debugging can be easily done.  Character sets of Qbasic 1) Alphabets     A to Z or a to z  2) Numbers      0 to 9  3) special symbols     ? ; : $ ! # etc. Operators Operator is a symbol which performs arithmetical and logical operations. Such as  Addition, subtraction, Division etc. Starting Qbasic in window 7,8,or 10 Since, the Qbasic is an old programming language, you cannot directly open this version...