Posted inBasics On line Real Time Processing Posted by admin August 27, 2021 On Line Processing: In on line processing the transaction data is directly sent to secondary…
Posted inBasics Time Sharing Posted by admin August 27, 2021 In time sharing, it is possible for multiple users to run more than one application…
Posted inBasics Multiprocessing Posted by admin August 27, 2021 In multiprocessing systems, two or more CPUs are connected together. Therefore it is possible to…
Posted inBasics Multiprogramming Posted by admin August 27, 2021 In multiprogramming the CPU is capable of running more than one program concurrently. More than…
Posted inBasics Testing, Documentation Maintenance Posted by admin August 27, 2021 Testing (Validation): The program is tested on a number of suitable test cases. A test…
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…