You are on page 1of 7

Lists to submit:

1. Cover Page (PB/PTP/MTP/2019)


2. Form mark Assignment 1
3. Question
4. Answer (Either printed or hand written)
Due date submit assignment 1 is 19/December/2019)
PB/PTP/MTP/2019

KOLEJ MATRIKULASI JOHOR

Student’s Name: Matric No.:

Course & Course Code: Semester: Session:

Title :

ASSIGNMENT 1 EVALUATION:

Items Marks

Problem analysis, /6
precision and clarity
of pseudocode
Structure /8

Result /2
Neatness and /2
organization
Submission /2
TOTAL /20

TOTAL MARK /20

TOTAL % (Continuous Assessment) / 10


PB/PTP/MTP/2019

STUDENT’S DECLARATION
Student’s Declaration (*** For assignment only)
I declare that this task is my own work except for the citations and summaries of which I
acknowledged the source.
Signature: ___________________
Date: _______________________

CONTINUOUS ASSESSMENT FEEDBACK

Feedback and
comment

Date :
Examiner Name & Signature:
Student’s confirmation

I declare that I have understand the feedback given by the lecturer.

Signature: ___________________
Date: _______________________
Assignment 1

PSEUDOCODE (Sequence)

2 = Complete 1 = Incomplete 0 = None

Assessment
Item Criteria
2 1 0

Input is correctly identified.


Problem analysis,
precision and clarity of Process is correctly identified.
pseudocode
Output is correctly identified.

Indentation is correctly applied.

Pseudocode is correctly written.


Structure
Complete and concise pseudocode.

The pseudocode of the problem is capable of solving


the problem completely.

The pseudocode produce expected output with


Result
correct format.

Neatness and The pseudocode is presented in a neat, clear and easy


organization to read.

Submission Assignment is submitted within time frame.

Total (20)

Question:
Prepare the problem analysis and pseudo code for the following
problem.
You are asked to calculate the area of shaded area of figure below.

PROBLEM SOLVING
input: height, base, radius

process: to calculate the area of shaded region based on height, base, radius

output: area of shaded region.

PSEUDOCODE

start

input height, base, radius

areaoftriangle

areaofcircle = 3.142

areaofshadedregion = areaoftriangle areaofcircle

display areaofshadedregion

stop

You might also like