answersLogoWhite

0


Best Answer

PROCEDURAL PROGRAMMING STYLE

QBASIC uses 'procedural' programming style; which uses a 'top-down' approach; meaning each line of code will get executed in order, one after another...

Line 1, followed by...

Line 2, followed by...

Line 3,...

...and, so on...

...All the way down to line 100+...

...Or, line 1000+

-etc.

Using this 'procedural' top-down approach to programming; the programmer themselves decides exactly which part of their program code will get executed, next.

NOTE(1): QBASIC, is a FREE programming language; the latest version of which may be downloaded/and, used from here...

http://www.qb64.net

NOTE(2): Unlike OOP/Object Oriented Programming...procedural style programing does NOT use a pre-written/pre-designed library of 'objects'; therefore, if the procedural programmer wishes to use objects in their program for the end user of their program to get to interact with; then, they would have to go write their 'own' object code; which can take PLENTY of precious TIME..! This is why 'procedural' programming is, generally regarded as being an extremely 'slow' way to develop/write code.

===

The above product Visual Studio is a commercial product which you must 'buy', eventually; after your FREE trial period ends.

However, if you wish to use an entirely FREE testing/and, development version; then, you should use Visual Studio 'Express edition', instead...

http://www.microsoft.com/visualstudio/11/en-us/products/express

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Qbasic executes programs in a which fashion?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you do Qbasic programs?

type: PRINT "I like chocalate!"


Why is QBasic called QuickBasic?

Qbasic and Quickbasic are not the same! Qbasic was a free interpreter that Microsoft included with MS-DOS. Although Quickbasic uses similar syntax as quickbasic it allows programs to be compiled.


What is qbasic programming?

QBasic is a programming language that was developed by Microsoft in the early 1990s. It is an interpreted language, which means that the code written in QBasic is not compiled into machine language before it is executed. Instead, it is interpreted by a program called a "compiler," which reads the code and executes it on the fly. QBasic is a simple, beginner-friendly language that is well-suited for learning the basics of programming. It is based on the older programming language BASIC (Beginners All-purpose Symbolic Instruction Code). It is not actively developed anymore, but still can be used for educational purposes.


What extension would a file saved in Qbasic have?

the extensions of qbasic are that, there are only 80 pixels to write in the qbasic


Why are rem statements important in qbasic programming?

qbasic is important because its technology


Why won't QBasic work on Windows Vista?

Many DOS applications simply will not run under Windows Vista, and none under the 64-bit version. Making the NTVDM support DOS programs in Vista was an extremely low priority, since very few people actually run DOS programs anymore. You can use QBasic and other DOS programs on Vista (even the 64-bit version) by using an emulator known as DOSBox.


What colleges have good programs in fashion merchandising?

juliard


What is kernel?

A kernel is the core program that runs programs and manages hardware devices, such as disks and printers. It executes the commands which provide by environment.


What is the providence of US?

The JRE refers to Java Runtime Environment... JRE is an implementation of the Java Virtual Machine which actually executes Java programs. Without the JRE we cannot execute our Java programs.


What is the use of providing jre?

The JRE refers to Java Runtime Environment... JRE is an implementation of the Java Virtual Machine which actually executes Java programs. Without the JRE we cannot execute our Java programs.


What is the shortcut key for input statement in QBasic?

There is no shortcut key of input in qbasic


What are the different types of operators in QBASIC?

The different types of operators in QBASIC are:Arithmetic OperatorsRelational OperatorsLogical Operators