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.
|
Design Algorithm & Draw flowchart
|
|
Create Source Code & Translate Source code to Object code
|
|
Define and Analyze the problem
|
|
Execute & Maintain the Program
|
|
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.