QBASIC Note
4.2.1INTRODUCTION QBASIC is high level programming language is the common language for writing programs. There are many different types of high level programming languages. Among them BASIC (Beginner All - purpose Symbolic Instruction Code ) is the first choice of learners. QBASIC is a version of BASIC. The statements of QBASIC are like English words and meanings of those statement . QBASIC is not only a programming language , it is also an interpreter. QBASIC converts one statement of a program into machine codes at a time. QBASIC EDITOR SCREEN QBASIC EDITOR SCREEN has four parts: a. Menu Bar b. Program Window c. Immediate Window d. Status Bar a. Menu Bar : The Menu bar consists of list of commands like file, edit, view, search, run, debug, options, and help. These menus again have some sub commands. To activate the menus item of menus. b. Program Window : ...