Problem Solving GXEX1406 Thinking and Communication Skills.

Slides:



Advertisements
Similar presentations
Presentation Skills: 30 Minute Webinar Series Problem Solving from the Front of the Room or Head of the Table.
Advertisements

Level 1 Recall Recall of a fact, information, or procedure. Level 2 Skill/Concept Use information or conceptual knowledge, two or more steps, etc. Level.
Algorithms + L. Grewe.
Reasoning Rationally Using thinking to make good decisions.
Chapter 2 Polynomial and Rational Functions Copyright © 2014, 2010, 2007 Pearson Education, Inc Dividing Polynomials: Remainder and Factor Theorems.
Chapter 10 Algorithmic Thinking. Copyright © 2013 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Learning Objectives List the five essential.
The Fundamental Property of Rational Expressions
Problem Solving and Creativity Chapter 11. Outline 1.The Problem-Solving Cycle 2.Types of Problems 1.Well-Structured Problems 2.Ill-Structured Problems.
© Janice Regan, CMPT 102, Sept CMPT 102 Introduction to Scientific Computer Programming The software development method algorithms.
The Rational Decision-Making Process
Introduction to Analysis of Algorithms
MTH070 Elementary Algebra Chapter 1 Review of Real Numbers and Problem Solving Copyright © 2010 by Ron Wallace, all rights reserved.
6/5/2007SE Survival Exercise Recap1 Team Software Project (TSP) June 05, 2007 Planning, Quality, Risks.
1 SPIRIT Agenda for Monday July 16, Welcome for the Day (BC/NG/HD and faculty) AIM for Stars overview (Neal) Lesson Idea List distribution (Neal)
Design Process. INTRODUCTION Definition of “ Design ”? Design means to conceive, contrive, or devise the form and structure of a building or other construction.
Silicon Prairie Initiative on Robotics in Information Technology
Silicon Prairie Initiative on Robotics in Information Technology
1 Chapter 5 Problem Solving and Decision Making. 2 Steps in Problem Solving and Decision Making Identify and Diagnose Problem Choose One Alternative Solution.
Problem Solving Shortcuts through the Problem Space.
Backtracking Reading Material: Chapter 13, Sections 1, 2, 4, and 5.
1 Section 2.3 Complexity of Algorithms. 2 Computational Complexity Measure of algorithm efficiency in terms of: –Time: how long it takes computer to solve.
Analysis of Algorithms COMP171 Fall Analysis of Algorithms / Slide 2 Introduction * What is Algorithm? n a clearly specified set of simple instructions.
1 SPIRIT Silicon Prairie Initiative on Robotics in Information Technology Engineering Design Tools.
Geometric Sequences and Series Part III. Geometric Sequences and Series The sequence is an example of a Geometric sequence A sequence is geometric if.
By Saparila Worokinasih
1-1 Review ●What is SWOT? ●What are Porter’s Generic Strategies? ●What is the Miles and Snow Typology? ●What is the Product Life Cycle? ●What types of.
Mathematical Processes GLE  I can identify the operations needed to solve a real-world problem.  I can write an equation to solve a real-world.
LinearRelationships Jonathan Naka Intro to Algebra Unit Portfolio Presentation.
CHAPTER-6(Six) CONCEPT OF DECISION MAKING CONCEPT OF DECISION MAKING.
THE POWER-CONTROL MODEL. POWER OF CONTINGENT VARIABLES “At best, the four contingent variables (size, technology, environment and strategy) explain only.
Number Sense Standards Measurement and Geometry Statistics, Data Analysis and Probability CST Math 6 Released Questions Algebra and Functions 0 Questions.
Engineering Design By Brian Nettleton This material is based upon work supported by the National Science Foundation under Grant No Any opinions,
1 Data Structures CSCI 132, Spring 2014 Lecture 3 Programming Principles and Life Read Ch. 1.
Problem Solving, and Critical Thinking Armed Forces Academy of Health Sciences Leadership Course.
FOUNDATIONS OF DECISION MAKING BSM 12. Planning involves decision-making Analyzing alternatives and choosing the best one.
Problem Solving Techniques. Compiler n Is a computer program whose purpose is to take a description of a desired program coded in a programming language.
Christopher Moh 2005 Competition Programming Analyzing and Solving problems.
PowerPoint Presentation by Charlie Cook The University of West Alabama Copyright © 2005 Prentice Hall, Inc. All rights reserved. Chapter 4 Foundations.
How are decisions made in organizations?
1 Problem/Solution Proposals English 2010 Intermediate Writing.
Problem Solving Ideas to reach a solution 9/2/2014.
PROGRAM DEVELOPMENT CYCLE. Problem Statement: Problem Statement help diagnose the situation so that your focus is on the problem, helpful tools at this.
Does this learning goal focus on what the student will do? Objective: Conservation of energy A.Yes B.No C.Depends on context.
College Algebra Sixth Edition James Stewart Lothar Redlin Saleem Watson.
5-1 Monomials Objectives Students will be able to: 1)Multiply and divide monomials 2)Use expressions written in scientific notation.
Team Exercise. 5/29/2007SE Survival Exercise2 SURVIVAL!
ICS 353: Design and Analysis of Algorithms Backtracking King Fahd University of Petroleum & Minerals Information & Computer Science Department.
PROBLEM SOLVING LEADERSHIP. 4 STEP PROCESS 1._________ 2._________ 3._________ 4._________.
Prof. Amr Goneid, AUC1 Analysis & Design of Algorithms (CSCE 321) Prof. Amr Goneid Department of Computer Science, AUC Part 3. Time Complexity Calculations.
Problem Solving in Chemistry. Skills Used in Problem Solving We are faced with problems each day, and not just in chemistry An answer needs to be found.
1.8 Solving Absolute Value Equations and Inequalities Objectives: Write, solve, and graph absolute value equations and inequalities in mathematical and.
The Engineering Design Process
PROBLEM SOLVING. What is a Problem? A problem is a situation that needs to be resolved.
Introduction to Problem Solving Programming is a problem solving activity. When you write a program, you are actually writing an instruction for the computer.
© 2008 Thomson South-Western. All Rights Reserved Slides by JOHN LOUCKS St. Edward’s University.
Topics  Direct Predicate Characterization as an evaluation method.  Implementation and Testing of the Approach.  Conclusions and Future Work.
Chapter 5 Rational Numbers and Rational Functions Section 5-1 Rational Numbers and Rational Expressions You will have to read chapter 4 to better understand.
AS Level ICT Analysis. Analysis is the process of breaking down a problem into small parts so that it is easier to understand and therefore easier to.
CIS300 System Analysis and Design Methods
Magnet School Jacquline Price.
Introduction to Problem Solving
Review What is SWOT? What are Porter’s Generic Strategies?
Academic Preparation Is required for professional advancement
Lesson 1.1 How do you evaluate algebraic expressions and powers?
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Introduction to Structured Programming
CSE 2010: Algorithms and Data Structures Algorithms
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
ICS 353: Design and Analysis of Algorithms
Presentation transcript:

Problem Solving GXEX1406 Thinking and Communication Skills

2GXEX1406 Thinking and Communication Skills – Week 13 Problem Solving Terminology of Problem Solving Seven terms of terminology to be understand are: 1. Purpose What we want to do or what we want to be. Without clear purposes, we cannot think about problems. 2. Situation What a circumstances is. Situation is neither good or bad. We should recognize situations objectively as much as we can. Usually almost all situations are not problems.

3GXEX1406 Thinking and Communication Skills – Week 13 Problem Solving Terminology of Problem Solving 3. Problem Problem is some portions of a situation, which cannot realize purposes. If the purpose is different, the identical situation may be a problem or may not be a problem. 4. Cause What brings about a problem. Some problem solvers do not distinguish causes from problems. Causes are more specific facts, which brings about problems. Finding specific facts which causes problems is the essential step in Problem

4GXEX1406 Thinking and Communication Skills – Week 13 Problem Solving Terminology of Problem Solving 5. Solvable Cause Some portions of causes. Finding solvable causes is another essential step in Problem Solving. Extracting solvable causes is a useful step to make Problem Solving efficient. 6. Issue The opposite expression of a problem. Some problem solvers do not know what Issue is. At the worst case, you may mix the problems, which should be negative expressions, and the issues, which should be positive expressions.

5GXEX1406 Thinking and Communication Skills – Week 13 Problem Solving Terminology of Problem Solving 7. Solution Specific action to solve a problem, which is equal to a specific action to realize an issue. Some problem solvers do not break down issues into more specific actions. Issues are not solutions. Problem solvers must break down issues into specific action.

6GXEX1406 Thinking and Communication Skills – Week 13 Problem Solving Types of Problems: A. Degree of Constraint I. Well Defined Problems The given information, the operations and the goal state are completely specified e.g. 3x = 2, solve for x II. I’ll defined problems Problems in which there is uncertainty in either: the given information, the permissible operations or the final state. Because of uncertainty, the problem cannot be completely specified. e.g. Cooking dinner Writing a term paper Building a career III. How to cope with I’ll defined problems Break the problem into a series of sub-problems that are well defined.

7GXEX1406 Thinking and Communication Skills – Week 13 Problem Solving Types of Problems: B. Classes of Problems I. Problems of inducing structure e.g : ? 0 (what is the missing number?) II. Transformation Problems e.g. Water jar problems Jars A B C Size How do I obtain 11 units of water? III. Arrangement Problems e.g. What is the word: lespo ?

8GXEX1406 Thinking and Communication Skills – Week 13 Problem Solving Types of Solutions A. Algorithms Sets of operations that can be applied systematically and exhaustively to generate a solution. Example: Calculate the mean for the following set of scores: 3, 4, 2, 5, 3, 6 Algorithm solution: Sum the scores, divide by n NOTE: algorithms exists only for well defined problems!

9GXEX1406 Thinking and Communication Skills – Week 13 Problem Solving Types of Solutions-cont. B. Heuristics: Strategies, or rules of thumb, that can be applied to a problem that often help generate a solution. Example: In Black Jack, when do you take another card? Heuristic: Stay at 15 or more. NOTE: Heuristics do not guarantee success!

10GXEX1406 Thinking and Communication Skills – Week 13 Problem Solving Problem Solving Method ~ Rational Thinking Set the Ideal Situation Identify a current situation Compare the ideal situation and the current situation and identify the problem situation Break down the problem into its causes

11GXEX1406 Thinking and Communication Skills – Week 13 Problem Solving Conceive the solution alternatives to the causes Evaluate and choose the reasonable solution alternatives Implement the solutions Rational Thinking

12GXEX1406 Thinking and Communication Skills – Week 13 Problem Solving Problem Solving Method ~ System Thinking System thinking is a more scientific Problem Solving approach than the rational thinking approach. We set the system, which causes problems and analyze them based on systems of functions.

13GXEX1406 Thinking and Communication Skills – Week 13 Problem Solving System Thinking

14GXEX1406 Thinking and Communication Skills – Week 13 Problem Solving System Thinking In order to realize Purpose, we prepare input and through Function we can get Output. But Output does not necessarily realize Purpose. Result of the Function may be different from the Purpose. This different is created by Outside Cause and Inside Cause. We cannot solve Outside Cause but we can solve Inside Cause. System Thinking is a very clear and useful method to solve problems.