Visual Programming

Non-Visual Programming

Visual Programming requires IDE: Integrated Development Environment. Non Visual Programming does not require IDE : Integrated Development Environment.
Visual Programming uses IDE so development of programme can be in done fast even though you don’t know exact language syntax. In Non Visual Programming, there is no IDE, so developer has to be master in language syntax & fast typing as well for the fast development.
Visual Programming provides visual expression, highlights errors, suggest available methods and properties. Non Visual Programming does not provide such features.
In Visual Programming, you can create programme, by using elements graphically i.e. GUI. In Non Visual Programming, you have to create programme textually, no GUI is there, only Text based interface.
With Visual Programming, you can drag drop programme elements, can draw, can click, use menus, forms, dialogue boxs etc. With Non Visual Programming, You have to write down programme in the form of text only.
Visual programming helps non-programmers to involved in program/logic easily. Non Visual programming is difficult but also increase you memory power and logic.