Monash University >
School
of Computer Science and Software Engineering >
CSE1301
CSE1301 Computer Programming
Semester 1, 2005
EXAM INFORMATION
FINAL EXAM: Friday, June 17th, 2005
Consultation times:
- Monday 6th June, 2-4pm, Tim Ferguson (Blg 75, 192)
- Monday 13th June, 2-4pm, Tim Ferguson (Blg 75, 192)
- Thursday 16th June, 1-2pm, 3-5pm, Tim Ferguson (Blg 75, 192)
- More TBA
INFORMATION ABOUT THE FINAL EXAM:
- 10 minutes reading time
- 3 hr duration
- 180 marks (so 1 minute per mark)
- No calculators, notes, etc
- 30 multiple choice questions (30 x 1 marks)
- 20 short-answer questions (20 x 2 marks)
- Longer Questions on coding/programming.
These range from 9 to 21 marks each, usually with sub-parts.
The sorts of tasks you may be required to do in these
questions include:
- Write algorithms in either pseudo code or using a flowchart
- Given an algorithm (in either pseudo code or using a flowchart),
write the corresponding C code
- Draw structure charts (either for a problem specification, or given
an algorithm or piece of code)
- Construct a test data set and corresponding program output,
given an algorithm
- Show output of program execution, given specified input
- Code debugging: (circle errors in code, re-write those statements correctly)
- Coding/programming: Write a C program (or C function) to do [problem description]
-
Sample Exam
pdf version. Note:
- Data flow diagrams and linked lists are not covered this semester.
-
Sample exam solutions
-
Other Sample Exam Questions
(word version,
pdf version).
-
Hints for Multiple Choice Questions
(word version,
pdf version).
[ Top | Home ]