Question: Process Representation: Accurately represent a specified process using a flow-chart that includes at least one loop and appropriate conditional logic (IF-THEN-ELSE). For this competency assignment,
Process Representation: Accurately represent a specified process using a flow-chart that includes at least one loop and appropriate conditional logic (IF-THEN-ELSE). For this competency assignment, you will submit a flow-chart representation that prints the leap years from the years 2004 to 2020. Use a loop structure to increment through the years. Hint: The modulo operator (%) is used to find the remainder after a division operation. For example: 2005%4 = 1; 2008%4 = 0. Your submission must contain the following:
1. A complete flowchart for the process you are describing. Your flowchart should include circles representing the beginning and end of the process, actions (square boxes), and at least two decisions (diamond shaped boxes); at least one decision should be part of a loop structure and at least one decision should be part of an if-then-else structure. Use Insert-> Shapes in MS Word or a similar program to construct your flowchart.
Process Representation competency (check if the requirement has been meet in the submission):
The flowchart has "begin" and "end" circles______ Boxes are used to represent actions______ Diamonds are used to represent decisions______ Parallelograms are used to represent input and output______
Assignments also need 3 of the following 3 attributes to successfully demonstrate the process representation competency. The flowchart correctly represents the process and displays the correct leap years ______ The flowchart includes a correctly applied loop structure______ The flowchart includes a correctly applied if-then-else structure______
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
