BAHRIA COLLEGE KARSAZ
MIDDLE WING
WORKSHEET #1 (PROBLEM SOLVING)
DATE: 21 DECEMBER 2020 SUBJECT: COMPUTER SCIENCE
NAME: MUHAMMAD FUZAIL RAZA
CLASS: VIII - (8) TH SECTION: C
Solution three concise Problem infer output accurate problem statement flowchart creative tree process algorithm
Q.1 Fill in the blank with an appropriate from the given word bank:
1. A problem is a task that require solution.
2. The input here mean the information provided for the solution of the problem.
3. A well define problem statement has three components.
4. The person involved in solving the problem must infer from the problem statement the necessary
process to determine the solution.
5 .The concise and accurate words that both relate your problem and lead to solution are called
statement of the problem.
6. Output is the result after applying a process.
7. A flowchart is to use set up decision guides that reader the reader through a series of question.
8. Flow charting uses standard symbols to represent the types of operation and process being
performed.
9. A flow chart is used to diagram an algorithm before coding begins.
10. Flow chart is used to diagram creative process from beginning to end.
Q2. Complete the following table:
Symbol Symbol name Description Example
Rectangle Processing symbol The Process symbol Put tea bag in cup.
represents any process,
function, or action.
Parallelogram Input /Output symbol The Input / Output Pour water in a cup.
symbol represents data
that is available for
input or resulting
material or information
entering or leaving the
system, for example a
customer order (input)
or a product (output).
Diamond Decision symbol The Decision symbol is Is water boiled?
a point where a
decision must be made.
A single entry may have
two alternative
solutions, but only one
be chosen. Lines
representing different
decisions emerge from
different points of the
diamond.
Oval Start/Stop symbol The Terminal symbol Start
marks the starting or
ending point of the
system. It usually
contains the word
‘Start’ or ‘End’.