WorksheetsApproach in problem solving
Total questions: 11
Worksheet time: 8mins
What is the purpose of analyzing a problem?
To trace and check the code with an algorithm to make sure that each instruction in
the algorithm was translated correctly.
To translate the algorithm into coding.
To define a problem and plan a solution to solve the problem.
To design a solution for the problem by writing an algorithm to
transform the problem’s input into its output
To write a detailed description of the programming cycle and specific
facts about the program.
What is the output of problem analysis?
The process of translating the algorithm into a language
The input items needed to achieve the goal
The documentation of the programming cycle
The goal of solving the problem
What is pseudocode?
A logical sequence of steps to solve the problem in a simple English statement
A language that the computer can understand
A graphic representation of the problem
A written detailed description of the programming cycle
What is the purpose of testing in problem solving?
To translate the algorithm into coding
To evaluate the program by entering the coding into the computer
To determine the input of the problem
To make sure that each instruction in the algorithm was translated correctly
What is the purpose of documentation in problem solving?
To determine the goal of solving the problem
To describe the steps in problem-solving
To design a solution for the problem
To provide a written detailed description of the programming cycle
What is the process of translating the algorithm into a language that the computer can understand?
Flowchart
Pseudocode
Implementation
Testing
What is the process of writing a detailed description of the programming cycle and specific
facts about the program?
Documentation
Design a solution
Implementation
Testing
Problem analysis
What is the process of tracing and checking the code with an algorithm to make sure that each instruction in
the algorithm was translated correctly?
Documentation
Design a solution
Implementation
Testing
Problem analysis
What is the process of designing a solution for the problem by writing an algorithm to
transform the problem’s input into its output?
Documentation
Design a solution
Implementation
Testing
Problem analysis
Match the description to the correct term.
the goal of solving the problem
output
items needed to achieve the goal
input
computation based on the requirement
process
Match the description to the correct term.
area of circle
output
radius
input
calculate the area of circle
process
