Investigating Visual Programs
Member rating:
(1 vote)
| Words: 25028
| Submitted: Fri May 25 2007
On the left is an image preview of every page of this document, and below are the first 150 words with formatting removed:
BTEC Visual Programming Unit 32 Title: Investigating Visual Programs Task 1 As you investigate the programs, List and explain the differences you find as you work in the environments. Explain the benefits of working in a visual environment instead of a non-visual environment? P6 Visual Basic Visual Basic is probably the most popular and powerful of all. It has many advanced features which allow you to write great programs in a short time with a minimum of code and sometimes no code at all from your part if you're to use the application wizard. QBasic QBasic (a name derived from QuickBASIC, BASIC being an acronym for Beginner's All-purpose Symbolic Instruction Code) is a variant of the BASIC programming language. The source code is compiled to an intermediate form within the integrated development environment (IDE), and this intermediate form is immediately interpreted on demand within the IDE. QBasic and VB are really just sets of commands to tell the...

