Posts

Showing posts from November, 2023

Introduction on Qbasic

Introduction                 QBasic stands for Quick Beginners All-purpose Symbolic Instruction Code. It's a high-level programming language developed by Microsoft. It is designed to be quick, versatile, and perfect for those new to programming. Imagine it as a language that speaks to your computer in simple sentences. IN 1963 A.D, it was developed by John Kemeny and Thomas Kurtz. Features of Qbasic: 1.  It is a user friendly language. 2 . It is widely known and accepted programming language. 3 . It is one of the most flexible languages 4. Debugging can be easily don e. Elements of Qbasic: 1. Variables: Used to store and manipulate data during program execution. 2. Keywords: Reserved words with specific meanings in the QBASIC language. 3. Constants: Fixed values that do not change during program execution. 4. Operators: Symbols that perform operations on variables and values. Characters set: Character set is a group of valid charac...