27.7k views
4 votes
A programmer can decrease the time needed to develop a program by starting to write the code of the program before creating a solution design.TrueFalse

User Ashwin R
by
7.1k points

1 Answer

6 votes

Answer:

False

Step-by-step explanation:

In developing a program, a prior step is writing or creating a solution design. This;

i. gives the programmer an overview of what the actual code is going to contain. With this, the programmer has a step-by-step algorithm of the code. In fact, this will directly or indirectly allow the programmer create a prototype of the program.

ii. helps the programmer to analyze and/or evaluate the program before it is developed. With this, the programmer can identify potential errors or delay. In fact, it makes it easier for the programmer to see how feasible the development of the program will be.

Once the solution design is in place, development of the program won't take much time.

On the other hand, developing the program by starting to write the code before creating a solution design is like trying to eat a piece of cake before actually baking it. Not only will it consume the development time, it will make the development experience a bit difficult.

User Chitwarnold
by
6.3k points