Page 100 - Code Craft Computer-7
P. 100

Algorithmic
                    9                Intelligence









                           Core Concepts

                          On completion of this chapter you will be able to know:
                          ¨  Information Processing             ¨  Conditions in a Program

                  Warm Up                                                                       #Problem Solving


                   Write the name of the symbols using helpbox.
                                                                                                    Processing Box
                                                                                                    Start/Stop Box
                                                                                                    Input/Output Box
                   ___________        ___________        ___________        ___________             Decision Box


            An algorithm is a step-by-step instructions in a sequential manner to solve a problem. A flowchart
            is a pictorial representation of an algorithm. A flowchart uses special symbols to represent each
            step. An algorithm and a flowchart are the base to write a program. Let us learn more about
            algorithmic intelligence and making programs.

            INFORMATION PROCESSING

            We  know  that  information  is  the  processed  data. The  raw  data  is  collected,  filtered,  sorted,
            processed,  analyzed,  stored,  and  then  presented  in  a  readable  format,  called  information.
            Information  processing  involves  acquiring,  storing,  analyzing,  retrieving  and  displaying  of
            information. Our brain acquires, processes, and stores Information. Processing of information is
            very important to write an algorithm.


                                      Left Brain                                    Right Brain

                          Right side of body control                             Left side of body control 3D shapes
                          - Number skills                                          - 3D shapes
                          - Math/Scientific skills                               - Music/Art awareness

                          - Written language                                     - Intuition
                          -Spoken language                                       - Creativity

                          - Objectivity                                          - Imagination
                          - Analytical                                           - Subjectivity
                          - Logic                                                - Synthesizing
                          - Reasoning                                            - Emotion



                                                                100
   95   96   97   98   99   100   101   102   103   104   105