Font size
WorksheetsProblem Solving : Design Solution
Total questions: 15
Worksheet time: 8mins
The first step in solving a problem is:
Develop a solution
Reflect and review
Understand the problem
Investigate and research the problem
The solution to a problem is the
Steps you take to define the problem.
Steps you take to solve the problem.
Steps you take to make the problem worst.
What are the two main ways that algorithms can be designed?
Images or videos
In pseudocode or as a flowchart
By hardware or software
What is pseudocode?
A way of describing a set of instructions in text form
A specific programming language that all computers use
A diagrammatic representation of a set of instructions
What is a flowchart?
A flowchart is a text-based way of designing an algorithm
A flowchart is a specific programming language
A flowchart is a diagram that represents a set of instructions
What is problem solving?
The method to solve a problems
Discussion to solve the problem
The process of transforming the description of a problem into a solution.
The process to understanding the problem
What is purpose of problems analysis?
To detect syntax error
To execute the program
To design a program
To define input, process and output
To enter programming code
What is purpose of Design?
To execute the program
To transform data to drawing idea
To help document a solution algorithm
To detailed description of the programming
To detect syntax error
What are the input for program that will calculate and display your BMI
weight
height
weight, height
weight, height2
Create a solution for program that will calculate and display perimeter,
surface area, and volume of a cuboid. Find the input
length
area
height
width
volume
A car travels from station A to station B. Calculate the distance from
station A to station B. Find the input.
distance, time
time, speed
speed, distance
time, distance, speed
A factory worker is paid based on the total working hours of RM 5.50 per
hour. 11% of the total salary will be deducted for contribution to KWSP.
Prepare the monthly net salary of the factory worker. Which one is the correct process.
Calculate the total salary received by factory worker.
Determine whether a factory worker get salary based on hours working
Calculate the monthly net salary for the factory worker
Calculate the total hours of working by a factory worker.
Start
______ length, width
area = length x width
______ area
End
Find the missing words.
Get
Read
Read
Display
Display
Output
