0% found this document useful (0 votes)
27 views2 pages

Coursework Specification Cover Sheet: Lab Exercise Case Study Project

This document provides specifications for an individual coursework assignment in the subject CSC1181 Introduction to Computer Systems and Programming. Students must write a function that returns true if the first string argument is alphabetically smaller than the second, using pointers, and submit their source code and sample outputs by April 2nd, 2010. The assignment will be graded based on correctness, readability, creativity, use of control structures, input/output validation, and total marks possible are 100.

Uploaded by

Juugraj Singh
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views2 pages

Coursework Specification Cover Sheet: Lab Exercise Case Study Project

This document provides specifications for an individual coursework assignment in the subject CSC1181 Introduction to Computer Systems and Programming. Students must write a function that returns true if the first string argument is alphabetically smaller than the second, using pointers, and submit their source code and sample outputs by April 2nd, 2010. The assignment will be graded based on correctness, readability, creativity, use of control structures, input/output validation, and total marks possible are 100.

Uploaded by

Juugraj Singh
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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

You might also like