FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which step of the Programming Process has the most to do with reading the project specifications & description?
A
the first step
B
the fifth step
C
Code
D
Debug
Explanation: 

Detailed explanation-1: -The first step is to examine the problem carefully to try to identify what qualifies as a solution. A single problem may have many different solutions, but they will all have something in common. So here you’re trying to work out exactly what your program will be required to do.

Detailed explanation-2: -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-3: -After program specification, a program design phase is started. Here the programmer plans a solution, preferably using structured programming techniques. These techniques consist of flowcharts and logic structures. These graphically present the detailed sequence of steps needed to solve a programming problem.

There is 1 question to complete.