Font size
WorksheetsProblem Analysis
Total questions: 15
Worksheet time: 10mins
The process of transforming
the description of a problem into a solution is called
Problem Solving
Problem Analysis
Programming
Algorithm
The first phase in problem solving is...
Problem Analysis
IPO Chart
Design A Solution
Documentation
Writing a program or instruction so the computer can follow in order to complete a task is called
Programming
Program
Problem Solving
Authoring
Identifying formulas or equation to be used in solving a problem is process that can be found in which phase/
Problem Analysis
Design A Solution
Implementation/ Build The Program
Testing and Verification
A list of steps, arranged in a specific logical order which, when executed, produces the solution for a problem is called...
Algorithm
Solution
Pseudocode
Flowchart
An Algorithm Must contain
output
Input
User Instruction
Lines
Shapes
What is Pseudocode
A semiformal, English-like language with limited vocabulary that can be used to design and describe algorithms.
A formal language that is specifically used to write program.
A graph used to depict or show a step by step solution using symbols which represent a task.
A series of steps or statements that are executed in the order they are written in an algorithm.
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 the symbol for a decision in a flowchart?
A parallelogram
A diamond
A circle
Which of these is the correct symbol for a process in a flowchart?
A diamond
A rectangle
A parallelogram
How are symbols connected together in a flowchart?
Symbols do not get connected together in a flowchart
With lines and an arrow to show the direction of flow
By numbers
A boolean is...
A whole number
A number with a decimal part
Letters, numbers or punctuation
True or False
An integer is...
A whole number
A number with a decimal part
Letters, numbers or punctuation
True or False
