CT8 Q3W1 2
CT8 Q3W1 2
Creative Technologies 8
Quarter 3/Week 1 & 2
Name: __________________ Grade & Section: _________ Score: __________________
Subject: ________________ Teacher: ________________ Date: ___________________
Type of Activity:
Concept Notes Individual Formative Others
Laboratory Pair/Group Summative ______________
Steps to Create
Though it may seem complicated to create a programming flowchart, online flowchart maker tools can quickly
help the designs create a programming flowchart. Here are some easy steps that the designers and engineers
can follow to create their flowcharts.
1. Find Out the Purpose of the Programming Flowchart
At first, the designers need to find out the purpose of the programming flowchart they are creating. When they
decide the topic, they need to check the symbols useful for the programming flowchart. Since a flowchart
analyses a logical connection, the engineers' symbols for making programming flowcharts can vary. Once the
designers have finished deciding their theme, they can drag the library's symbols to their picture.
2. Pick Proper Symbols
As for the symbols, an engineer can pick several symbols as per their choice. They need to know the meaning
of the symbols properly as they are working. Without the proper symbol, the engineer may fail to produce the
whole programming flowchart. They also need to decide the chronological order of the working process by
reviewing any pre-existing documentation of the step. They can also make a rough estimation of the tasks
before creating an actual programming flowchart.
3. Plan the Shapes
This study source was downloaded by 100000893410362 from CourseHero.com on 11-26-2024 01:01:17 GMT -06:00
https://www.coursehero.com/file/131684990/CT8-Q3W12docx/
The program design can include shorter texts and single keywords to make the flowchart look more concise
and efficient. Moreover, it added a sense and preciseness while stylistically improving the programming
flowchart's quality. They also need to sort the shapes by their type and use. For example, they can use
symbols of input/ output or process, and for that, they need to plan the shapes.
4. Place of the Shapes and Symbols
The designer can now place the shapes and symbols while working on the logic flow in a programming
flowchart. There are some specific symbols to express a particular thing or function. Once the designer has
finished lining out the program or applying the symbols, they must place the arrows to connect the shapes. To
save time while preparing for programming software, the user can also click on the floating button.
5. Check the Logical Structure of the Flowchart
After finishing the whole flowchart, the designer must carefully go through the programming flowchart to
determine if they have skipped any step that can disturb the programming flowchart's overall logic. The
designer must check their work thoroughly as soon as they finish the logical structure of the flowchart. They
must look for the bugs present in it so that when they will use it in the future for debugging, analysis or
modification, the flaunty structure may not hinder the process.
Examples
Here is an example of the programming flowchart that explains how the logic flow works in programming
flowcharts. For example, a designer can record the process of adding two numbers to an application.
Finding the most significant number among the three numbers:
Programming flowchart: With the help of a programming flowchart, determining the most significant number
becomes easy. The flow chart starts with a terminal name "start" and then gradually proceeds through the
stage "declare variable a, b & c." The input for the program is "Read a, b & c." The process of decision-making
takes on from this part. First, the logic flow determines if a is greater than b. If this is false, then it goes on to
determine if b is greater than c. If it is true, then the given command is "print b." If b>c ends with the decision
false, then "print c." If a>b is true on the first stage, then the command furthers with a>C. If the decision is true,
then the command is "print c," and if it is false, then "print a." The whole process ends with the stop terminal.
This study source was downloaded by 100000893410362 from CourseHero.com on 11-26-2024 01:01:17 GMT -06:00
https://www.coursehero.com/file/131684990/CT8-Q3W12docx/
ACTIVITY
Directions: Read the given problem properly and on the space provided or separate sheet of paper, draw a
flowchart that is based on the given problem.
Algorithm
- Initialize breakfast = 0 (process)
- Enter the ingredients (egg, sandwich) (input/data)
- Add them and store the result in breakfast (process)
- Print breakfast (output/data)
IMPORTANT NOTE:
Never forget the start and end in every flowchart. Will automatically grade you zero without this.
Use the proper shapes. Wrong shapes, wrong.
Take note of the red texts. These are clues that’ll help you choose the correct shapes in every
step.
This study source was downloaded by 100000893410362 from CourseHero.com on 11-26-2024 01:01:17 GMT -06:00
https://www.coursehero.com/file/131684990/CT8-Q3W12docx/