COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Use logic to plan a solution.
|
|
Revise the plan until a solution is found.
|
|
Review the result of the solution.
|
|
Test the plan.
|
Detailed explanation-1: -Matilda has identified some problems in the first draft of her programming final project. What is the next step she would need to complete to find a solution? Use logic to plan a solution.
Detailed explanation-2: -Definition: Debugging is the process of detecting and removing of existing and potential errors (also called as ‘bugs’) in a software code that can cause it to behave unexpectedly or crash. To prevent incorrect operation of a software or system, debugging is used to find and resolve bugs or defects.
Detailed explanation-3: -Code tracing is a method in which the programmer uses paper and pencil to hand trace the execution of a program or code segment in order to track the variable values as they change during execution and to determine the output of the code.
Detailed explanation-4: -Question 29 : A set of instructions that tells a computer what to do to accomplish a particular task is called: syntax. Which type of programming is designed by breaking problems into smaller, logical problems to make them easier to execute? sequential.