1. Draw a flowchart to match the following pseudocode. /2.5
a. Give variable num1 a starting value of 5
b. Give variable num2 a starting value of 10
c. Add 7 to num2
d. Store the value num2 minus num1 in num2
e. Output num1, num2 and num3
2. Obtain the length and width of a rectangle from the user. Calculate and output the area. If
the length and width are equal, output a message indicating that the figure is a square. Make
a list of variables and draw the flowchart /2.5
3. Consider the following project management problem and draw Activity on Node (AON)
and Activity on Arc (AOA) project network diagram. /5
Activity Predecessor
A -
B -
C -
D A, B
E B
F B,C