jagomart
digital resources
picture1_Programming Pdf 184332 | 07 Computationalthinking


 120x       Filetype PDF       File size 1.21 MB       Source: www.eecs.yorku.ca


File: Programming Pdf 184332 | 07 Computationalthinking
eecs1012 net centric introduction to computing lecture 7 computational thinking fall 2018 eecs york university m s brown and amir h chinaei overview computational thinking the thought process involved in ...

icon picture PDF Filetype PDF | Posted on 01 Feb 2023 | 2 years ago
Partial capture of text on file.
                    EECS1012
          Net-centric Introduction 
                    to Computing
                             Lecture 7
                  Computational Thinking
      Fall 2018, EECS – York University    M.S. Brown and Amir H. Chinaei 
     overview
        computational thinking
           the thought process involved in expressing a solution in 
             such a way that a computer can effectively execute it
        algorithm
           an unambiguous specification of how to solve a 
             problem in finite steps and finite memory
        flowchart
           visualization of an algorithm
        other design tools
           uml, pseudocode, etc. 
                                                           algorithms/flowcharts 5-2
     software development life-cycle
        requirements
            understand/analyze what the problem/project is
        design
            find/define a solution and present it in a schematic way
        implementation                                    our focus
            code it in a programming language  
        verification
            verify the solution for test cases and fix possible flaws
       learn more about: waterfall, agile, spiral, v-model, etc.
                                                            algorithms/flowcharts 5-3
     algorithm
        an unambiguous specification of how to solve a 
         problem in finite steps and finite memory 
        it’s like a recipe for problem solving
        it’s the design phase of writing a program
              • you don’t want to miss this phase
        history
           the concept existed for centuries
              • example: Euclid’s method of computing the greatest 
                common divisor (gcd)
           the term derives from the 9th Century mathematician 
             Muḥammadibn Mūsā al'Khwārizmī, latinized 'Algoritmi'
                                                          algorithms/flowcharts 5-4
The words contained in this file might help you see if this file matches what you are looking for:

...Eecs net centric introduction to computing lecture computational thinking fall york university m s brown and amir h chinaei overview the thought process involved in expressing a solution such way that computer can effectively execute it algorithm an unambiguous specification of how solve problem finite steps memory flowchart visualization other design tools uml pseudocode etc algorithms flowcharts software development life cycle requirements understand analyze what project is find define present schematic implementation our focus code programming language verification verify for test cases fix possible flaws learn more about waterfall agile spiral v model like recipe solving phase writing program you don t want miss this history concept existed centuries example euclid method greatest common divisor gcd term derives from th century mathematician muammadibn ms al khwrizm latinized algoritmi...

no reviews yet
Please Login to review.