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