Ch.21 Problem-Solving Procedures Assignment Ans
Ch.21 Problem-Solving Procedures Assignment Ans
Assignment
1. Arrange the first four steps of problem-solving procedure in the correct order.
(1) problem identification
(2) algorithm design
(3) problem analysis
(4) solution development
2. Study the problem below and determine its input, processing step and output.
Problem: Make a copy of an identity card using a photocopier
A. structure diagram
B. flowchart
C. documentation
D. pseudocode description
A. Algorithm design
B. Problem analysis
C. Problem identification
D. Solution development
1
NLSI Lui Kwok Pat Fong College
Information and Communication Technology (ICT) Ch.21 Problem-solving Procedures
6. Which of the following is not a cause of syntax error?
2
NLSI Lui Kwok Pat Fong College
Information and Communication Technology (ICT) Ch.21 Problem-solving Procedures
11. Which of the following is one of the steps of problem-solving?
A. Brainstorming
B. Problem analysis
C. Mind mapping
D. Scenario analysis
13. Which of the following tools are most suitable for algorithm design?
(1) Flowchart
(2) Pseudocode
(3) Mind map
14. Which of the errors can be found in the stage of debugging and testing?
(1) Syntax errors
(2) Run-time errors
(3) Logic errors
15. Identify the process part of calculating the average weight of students in a class.
3
NLSI Lui Kwok Pat Fong College
Information and Communication Technology (ICT) Ch.21 Problem-solving Procedures
16. Which of the following is the first step of problem solving?
A. Problem identification
B. Problem analysis
C. Algorithm design
D. Documentation
A. Smaller problems
B. Large problems
C. Scattered problems
D. Numerical problems