Tuesday, December 9, 2008

QBASIC

What is Qbasic?
QBasic is a simple BASIC compiler that can be found on the Windows 98 Disk. Although not fancy and decorative, it is a...
In: ComputersWhat is the extension to a qbasic file?
.bas file
In: ComputersHow you draw a circle in qbasic?
COPY THIS CODE IN QBASIC CLS 'CLEAR TH SCREEN 12 SCREEN 12 ' MUST PUT THIS COMMAND TO DO GRAPHICS CIRCLE (200, 300),...
In: Computer ProgrammingHow do you generate a series 1 3 5. using qbasic?
There are multiple ways to generate that particular string, several more than can be listed in one answer. For example:...
In: Computer ProgrammingHow do you create a login program with Qbasic?
I was able to create a login program in qbasic with this simple code: cls 1 input "Username: " , username$ if...
In: Computer Software and ApplicationsIs there a Qbasic compiler that works on Windows 3.1?
The original version of QBASIC had a built-in compiler (which worked anywhere, anytime), but this functionality was...
In: Computer Programming WindowsWhat is the difference between Qbasic and visual basic?
QBASIC is not a visual language, although it can be used to create very crude visual programs (much like a BIOS screen...
In: JAVAHow do you write a magic square program with qbasic?
You're better off using a program like Visual Basic or C++ to do that. QBasic doesn't have very many capabilities.
In: Computer ProgrammingExplain the if-then-else statement with syntax in computer QBASIC?
Here is a simple example of a program using the IF...THEN...ELSE... statement in QBASIC: 1 CLS 2 INPUT "What is your...
In: ComputersWrite a simple but a complete Qbasic that will accept three numbers find the sum and the average of these numbers.?
write a simple but a complete Qbasic that will accept three numbers find sum and the average of these numbers. write a...
In: Algebra C Programming

No comments:

Followers