COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Understanding the Problem
|
|
Planning the Logic
|
|
Coding the Program
|
|
None of the above
|
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: -Implementation: In this phase, the program is developed and coded. This includes writing the program’s source code and creating any necessary documentation.
Detailed explanation-3: -The analysis stage includes gathering all the specific details required for a new system as well as determining the first ideas for prototypes. Developers may: Define any prototype system requirements.
Detailed explanation-4: -Maintenance During this phase, the program is actively used by the users. If any enhancements found in this phase, all the phases are to be repeated to make the enhancements. That means in this phase, the solution (program) is used by the end-user.