Você está na página 1de 2

COURSEWORK SPECIFICATION COVER SHEET

Subject Code : CSC1181


Subject Description : INTRO. TO COMPUTER SYSTEMS & PROGRAMMING
Programme : DME
Section : F1
Lecturer : PAWANI RASARATNAM

Coursework Description : (Please tick one)

 Assignment 5  Lab Exercise  Case Study  Project

Type : (Please tick one)

 Individual  Group

Hand-out Date: 29/3/2010 Submission Date: 2/4/2010

ASSESSMENT CRITERIA TOTAL MARKS GIVEN MARKS

Correctness 30
Readability 10
Creativity 20
Appropriate use of control structures 20
Input/Output Validation 20
TOTAL 100

TO BE COMPLETED BY STUDENTS
I declare that this coursework is my own work.
NAME ID NUMBER SIGNATURE

TO BE COMPLETED BY LECTURER
GRADE / MARK AWARDED COMMENTS:

DATE: LECTURER’S SIGNATURE:


ASSIGNMENT

Requirements:

Write a Boolean valued function which returns "True" if its first string argument is
alphabetically smaller than its second string argument, "False" otherwise.
Assume that the two strings contain only lower case letters, no blanks or other
non-alphabetic characters. Use pointer to do the checking and comparison.

.
Deliverables:
 Source code (soft copy and hard copy)
 Printouts of sample input data and output

Você também pode gostar