Posted inFeatured
Posted inBasics
Modular Programming
Using this method the entire program is divided into smaller manageable modules so that the…
Posted inBasics
Types of logic used in the flowchart
Sequential Execution: In this logic the instructions are executed one after the other sequentially. Transfer…
Posted inBasics
Program Development Process
While writing a computer program, it is absolutely necessary to write .each and every instruction…
Posted inBasics
Fourth Generation Languages (4 GL)
Programming languages are sometimes classified with generations - from the lowest to the highest. The…
Posted inBasics
High Level Languages
Higher level languages make use of English like words and statements and mathematical symbols for…
Posted inBasics
Assembly Language
The 0s and 1 s of the machine language were substituted by letters and symbols…
Posted inBasics
Types of programming languages
a) Machine Language b) Assembly Language c) High Level Language a) Machine Language: This is…
Posted inBasics
Programming Languages
A programming language is a means of communication for the user to communicate with the…