COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Plan
|
|
Understand
|
|
Code
|
|
Document
|
|
Debug
|
Detailed explanation-1: -Usually the writer of a tutorial has already identified both the problem and the solution of the program. The best way for kids to learn is by writing their own problems and solutions and creating their own programs.
Detailed explanation-2: -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-3: -Step 1: understand the problem. Step 2: create a step-by-step plan for how you’ll solve it. Step 3: carry out the plan and write the actual code. Step 4: look back and possibly refactor your solution if it could be better.