0% found this document useful (0 votes)
68 views2 pages

Concept Map

The document discusses problem solving concepts including decomposition, constants and variables, relational and arithmetic operators, logical operators, algorithms, and representing algorithms with sequential statements and conditional branching using pseudocode and flowcharts.

Uploaded by

api-546162315
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
68 views2 pages

Concept Map

The document discusses problem solving concepts including decomposition, constants and variables, relational and arithmetic operators, logical operators, algorithms, and representing algorithms with sequential statements and conditional branching using pseudocode and flowcharts.

Uploaded by

api-546162315
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Introduction to Problem

Solving Concept of problem solving


Steps in problem solving
Problem decomposition: divide-and-conquer
Decomposition of a
problem
Significant components: input, process, output
Defining diagram (IPO chart)
Constants and
Variables Constants
Variables
Data types
Relational and
How can knowledge of Arithmetic operators
Relational operators: <, >, =, <=, >=, <>
problem solving equip 21st Arithmetic operators: +, -, *, /, MOD, DIV
century learners to function
How can knowledge of effectively in a dynamic
technological era? Logical operators
problem solving be Logical operators: AND, OR, NOT
Truth tables.
important to 21st
century learners? Characteristics of algorithms
Flowchart symbols
Concepts of Algorithms Pseudocode

Represent sequential statements: pseudocode and flowchart


Representing algorithms -
Sequential Statements

Represent conditional branching (If-Then): pseudocode,


flowchart
Representing algorithms –
Conditional Branching I

Represent conditional branching (If-Then-Else): pseudocode, flowchart


Representing algorithms –
Conditional Branching II

You might also like