FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
There are 5 steps in implementing a program. CHOOSE THEM from the grouped list.
A
Design Algorithm & Draw flowchart
B
Create Source Code & Translate Source code to Object code
C
Define and Analyze the problem
D
Execute & Maintain the Program
E
Link object code
Explanation: 

Detailed explanation-1: -Program development life cycle (PDLC) The process containing the five phases of program development: analyzing, designing, coding, debugging and testing, and implementing and maintaining application software.

Detailed explanation-2: -There are usually three stages to writing a program: Coding. Compiling. Debugging.

Detailed explanation-3: -Programming is the process of taking an algorithm and encoding it into a notation, a programming language, so that it can be executed by a computer. Although many programming languages and many different types of computers exist, the important first step is the need to have the solution.

There is 1 question to complete.