NEW
Font size
WorksheetsPROBLEM SOLVING PART1 -D1M2T2
Total questions: 15
Worksheet time: 7mins
The process that programmers follow when solving problems that require a computer solution
Design Solution
My Problems statement
Problem Solving
Solve our problem
There are ______steps in problem solving:
six
ten
five
two
All steps in problem solving must be sequential and can not select any desired steps
False
True
The third step that requires programming is to review the flowchart that has been created to build the system that needs to be developed
Problem solving
Design Solution
Implementation
Mantainance
Identify the data input, process and output for the programme
Problems Analysis
Problem Solving
Problem to design
Design Solution
Data and instructions required by the computer processor entered using the input device
Output
Procees
Entered
input
Ahmad wants to create a program that determines the total area of a piece of land where length and width are given. Identify the input
total price,piece of land
program,length
length,width
input length=2300,width=2000
Calculates and displays the overtime pay received by an employee. Overtime rate is RM500 per hour.Input is 500per hour..
False
True
Not Sure
A student had created a program that prompts the user for a measurement in meters and then converts it to centimeters and kilometers. Select the true input
centimeter,meter
centimeter and meter
kilometer , meter
meters
A contractor needs a program that calculate and displays the volume of rectangular swimming pool.Choose the correct input
volume of rectangular
length,height,width
meters of swimming pool
length,height,and width
A program that reads the score of two tests and outputs the difference between the two and their average. Choose the true input
56,100
two test
test1 and test2
test1 , test 2
The manager of RZX Bookstore plane to promote his bookstore by giving a discount of 15% for each book. the most appropriate input is
discount,price
price and total price
price after discount
book price
A factory worker is paid based on the total working hours of RM 2.50 per hour. 10% of the total salary will be deducted for contribution to KWSP. Prepare the monthly nett salary of the factory worker.The correct input is
kwsp,salary
nett salary,hour
hour
hour work 2.50 per hour
A program to help user calculate total paid if you buy apples and grapes based on the given cost below :
Apple :RM 4.00 per kg
Grapes :RM 7.00 per kg
Input:__________
kg
paid, kg
kg Apple , Grapes
kg Apple and kg Grapes
A program asks for the number of days stay in a hotel. The rate is RM200 per night. The service charge is 15%. The program then determines the total amount the customer is required to pay
Input:_____________
day , night
night and day
number of days
day, service charge
