LYCOS RETRIEVER
Qbasic Programming Language: Microsoft Basic
built 641 days ago
Like QuickBASIC, but unlike earlier versions of Microsoft BASIC, QBasic is a structured programming language, supporting constructs such as subroutines and while loops. Line numbers, a concept often associated with BASIC, are supported for compatibility, but are not considered good form, having been replaced by descriptive line labels. QBasic has limited support for user-defined data types (structures), and several primitive types used to contain strings of text or numeric data.
Source:
Think about this for a moment, though: If there are so many programs sold today that do virtually everything, why are programming languages such as Visual Basic continuing to break previous sales records each year? The answer is simple: People buy a computer so that the computer will do jobs that they need done. Firms cannot adapt their business to a computer program. They must find programs, or write their own programs, so that the computer processes information according to the business procedures already in place. The only way to ensure that a program exactly fits the needs of a firm is for the firm to develop its own programs.
Source:
A: When it's an exercise designed to help people come to grips with a new programming language. Bizarrely, some of the world's most popular games originated in such a fashion: Microsoft's Flight Simulator was originally designed to test the robustness of each new version of the company's MS-DOS operating system. And Snake, arguably the world's most-played game, appears to have had a similar conception.
Source:
QBasic is an IDE and interpreter for a variant of the BASIC programming language which is based on QuickBasic. Code entered into the IDE is compiled to an intermediate form, and this intermediate form is immediately interpreted on demand within the IDE.
Source:
If you have programmed in other languages, hold on to your hatsVisual Basic is unlike other programming languages. The primary difference is that Visual Basic is fun to work with. The word fun simply does not apply to many other programming languages. With Visual Basic, you create most of your programs by clicking and moving your mouse. Instead of programming, you really build programs. Visual Basic is one of the few programming tools with which you can efficiently design your program while you create your program.
Source: