FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Mr. Garcia taught Matilda the general problem solving steps to find solutions, and expects her to use them. 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?
A
Use logic to plan a solution.
B
Revise the plan until a solution is found.
C
Review the result of the solution.
D
Test the plan.
Explanation: 

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.

There is 1 question to complete.