0% found this document useful (0 votes)
21 views6 pages

LAB 04 (Graded Lab 01) - Solution

Conditional Logic in Flowcharts Using Flowgorithm Solution

Uploaded by

Haider S. Ahad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views6 pages

LAB 04 (Graded Lab 01) - Solution

Conditional Logic in Flowcharts Using Flowgorithm Solution

Uploaded by

Haider S. Ahad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Unicersity of Central Punjab (UCP)

FOIT&CS - Dept. Of Software Engineering

CP103 - Introduction to Computing (ITC) - M9

LAB 04

GRADED LAB 01 - Solution

Implement Conditional Logic in Flowcharts Using Flowgorithm

Objective:

To apply conditional logic in flowcharts using Flowgorithm, enhancing problem-solving skills


and preparing for conditional structures in programming.

Activities:
● Creating flowcharts using relational operators and control structures (if, if...else).
● Exercises on logical operators (AND, OR, NOT) and operator precedence.
● Developing flowcharts with nested if-else statements.

No. TASK TIME


1 Basic Conditional Flowchart to determine if a number is even or odd. 10 Minutes
2 Categorize a student’s grade based on their score. 20 Minutes
3 Design a flowchart to calculate discounts based on age and membership status. 20 Minutes
4 Determine the largest of three numbers. 20 Minutes
5 Design a Flowchart to solve a quadratic equation. 30 Minutes
6 Calculate the bonus for the employees of an organization. [Bonus] 30 Minutes
7 Calculate the monthly electricity bill based on usage and applies a surcharge if 30 Minutes
usage exceeds a certain threshold.
8 Submission 20 Minutes

Submission Instructions:

Flowgorithm Files:
● Save your Flowgorithm flowchart files for each task for Task01.fprg
● File format should be .fprg (Flowgorithm's native file format).

Submission Format:
● Combine all Flowgorithm file into a single compressed folder (ZIP folder).
● Name the folder using the format: YourID_ITC_Lab4.zip

Submit Via:

 Upload the ZIP file on Horizon Portal in your ITC Lab course submission.
 Submission is only allowed during the Lab hours and within the Lab.

CP103 - Introduction to Computing (ITC) - M9


Course Instructor: Mr. Haider S. Ahad & Lab Instructor: Ms. Iqra Javed ①
Unicersity of Central Punjab (UCP)
FOIT&CS - Dept. Of Software Engineering

Basic Conditional Flowchart to determine if a number is even or odd.

CP103 - Introduction to Computing (ITC) - M9


Course Instructor: Mr. Haider S. Ahad & Lab Instructor: Ms. Iqra Javed ②
Unicersity of Central Punjab (UCP)
FOIT&CS - Dept. Of Software Engineering

Create a flowchart that categorizes a student’s grade based on their score.

CP103 - Introduction to Computing (ITC) - M9


Course Instructor: Mr. Haider S. Ahad & Lab Instructor: Ms. Iqra Javed ③
Unicersity of Central Punjab (UCP)
FOIT&CS - Dept. Of Software Engineering

Design a flowchart to calculate discounts based on age and membership status.

CP103 - Introduction to Computing (ITC) - M9


Course Instructor: Mr. Haider S. Ahad & Lab Instructor: Ms. Iqra Javed ④
Unicersity of Central Punjab (UCP)
FOIT&CS - Dept. Of Software Engineering

Create a flowchart to identify the largest number among three inputs.

CP103 - Introduction to Computing (ITC) - M9


Course Instructor: Mr. Haider S. Ahad & Lab Instructor: Ms. Iqra Javed ⑤
Unicersity of Central Punjab (UCP)
FOIT&CS - Dept. Of Software Engineering

Design a Flowchart to solve a quadratic equation.

CP103 - Introduction to Computing (ITC) - M9


Course Instructor: Mr. Haider S. Ahad & Lab Instructor: Ms. Iqra Javed ⑥

You might also like