You are on page 1of 5

BSc (Hons) in Information Technology

Year 1
Tutorial 1

IT1060 – Software Process Modeling Semester 1, 2020

Complete tutorial as pairs.

1. Draw flow charts for the following scenario

a) Enter the radius of a circle and displays the diameter, the circumference and the area.

b) Find the largest among three different numbers entered by user.

c) Find all the roots of a quadratic equation ax2+bx+c=0

d) Enter the mark obtained for SPM module and display the grade based on the below
criteria.

Mark Grade

100 >= Mark >= 80 A


79 >= Mark >= 70 B
69 >= Mark >= 45 C
< 45 F

Hint:

Symbol Notation Representation

Oval Start / End of a Program

Parallelogram Input / Output of Data

Rectangle Processing Operation

Rhombus Decision Box

Circle Connection

Arrows Direction of Flow


2. Use https://app.genmymodel.com/ online tool to draw above flow charts.

Follow these instructions as a guide for the tool

I. Sign in to GenMyModel

II. You will redirected to the dashboard


III. Go to “Projects” tab and click on “+ New Project” icon

IV. You will be redirected to the project window and select “Flow Chart” as the project type.
V. Select a “Blank Project”

VI. Complete details about your project, project name, other description etc.
VII. You will be redirected to the newly created project window

VIII. Click on “Open in Editor” and the editor will open to draw your flow chart

You might also like