0% found this document useful (0 votes)
21 views

Problem Solving Lab 1

1) The document describes a problem solving lab module for a student named Muhammad Danial Hakimi Bin Mohd Saad. 2) It outlines constructing a PAC, interactivity chart, and IPO table to calculate a student's mark percentage and total coursework from their scores on various assessments. 3) The IPO table lists the inputs of assessment scores, processing steps of calculating mark percentage and total coursework, and outputs of printed total mark percentage and coursework.

Uploaded by

Adam Afiq
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

Problem Solving Lab 1

1) The document describes a problem solving lab module for a student named Muhammad Danial Hakimi Bin Mohd Saad. 2) It outlines constructing a PAC, interactivity chart, and IPO table to calculate a student's mark percentage and total coursework from their scores on various assessments. 3) The IPO table lists the inputs of assessment scores, processing steps of calculating mark percentage and total coursework, and outputs of printed total mark percentage and coursework.

Uploaded by

Adam Afiq
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Problem Solving Lab Module

NAME : MUHAMMAD DANIAL HAKIMI BIN MOHD SAAD


MATRIC ID : CA23016

a) Construct PAC

GIVEN DATA REQUIRED DATA


Quiz 1, Quiz 2, Quiz 3, Quiz 4, Mid Term Test, Mark percentage
Mini Project, Final Exam Total coursework

PROCESSING REQUIRED SOLUTION ALTERNATIVE


Mark percentage = (student mark / full Define fullmark as constant
mark)*100 Define student mark as input value

Total coursework = Quiz 1+ Quiz 2+ Quiz 3+ Quiz


4+ Mid Term Test+ Mini Project+ Final Exam

b) Construct the Interactivity Chart

MarksCalcControl
0000

Read Calc Print


1000 2000 3000

Percent Coursework
2100 2200
c) Construct the IPO table

INPUT PROCESSING MODULE REFERRENCE OUTPUT

Quiz 1, Quiz 2, Quiz 3, 1. Enter Quiz 1 Read


Quiz 4, Mid Term Test, 2. Enter Quiz 2 Read
Mini Project, Final 3. Enter Quiz 3 Read
Exam 4. Enter Quiz 4 Read
5. Enter Quiz 5 Read
6. Enter Mid Term Test Read
7. Enter Mini Project Read
8. Enter Final Exam Read
9. Enter full mark Read
10. Enter student mark Read
11. Calculate mark Calc
percentage = (student
mark / full mark )* 100
12. Calculate total Calc
course work = Quiz 1 +
Quiz 2 + Quiz 3 +Quiz 4
+Mid Term Test +Mini
Project + Final Exam
13. Print mark Print Total mark
percentage
14. Print total course Print Total coursework
work
15. End

You might also like