Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

FACULTY OF MANAGEMENT

BAP1014 ANALYTICAL PROGRAMMING


TRIMESTER 2 (SEM2220)

ASSIGNMENT 1
GROUP 7
17 MAY 2023

LECTURER’S NAME:
DR. SOH CHIN HOOI

STUDENT NAME STUDENT ID

Nafhani binti Azli 1211304641

Joycelyn Boo Rou Xin 1211303985

Farah Atiqa Binti Muhammad Faisal 1191100635

Harrish A/L Krishna Kumar 1211306105

Syahir Hassan Bin Noorul Hassan 1201102543


Question 1 - Joycelyn
a) Show what are the seven basic symbols of flowcharts.

Symbol Symbol Name

Start/Stop

Process

Input/Output

Decision

Arrow

On-Page Connector

Off-Page Connector

(3.5 marks)
b) Interpret what does each symbol represents and present an example for each symbol.

Symbol Name Explanation Example

Start/Stop It is typically used at the start and stop


points of the flowchart. The symbol is
used to indicate the program's beginning
and end.

Process Put processes, like math operations, in


the description. Each of these symbols
denotes another process.

Input/Output Detonate program inputs and outputs.


Utilised frequently in programming
flowcharts.

Decision In a flowchart, it represents a decision.


Typically, "Yes" or "No" responses are
provided for each selection.

Arrow It shows the relationship between


different shapes.

On-Page It links two or more on-the-same-page


Connector flowchart sections together.

Off-Page It connects two or more parts of one


Connector flowchart which are spread on different
pages.

(7 marks)
Question 2
The figures below show statements of analysing data, each statement corresponds to one of
the symbols of flowchart.
a) Sketch each statement to a flowchart symbol.

(8.5 Marks)
Question 2 (a) - Harrish & Farah
Question 2 (b) - Syahir & Nafhani
Construct a flowchart for analysing data based on the statements in (a). The statements must
be drawn in their correct symbols and arrange in the correct format.

(11 Marks)

You might also like