The Quiz will take about 15% of your total marks while the Exam will carry 60%.
You will need to prepare for the exam as well as the small quiz test.
Here are the tips for your examination and Quiz test.
1. Tips for Quiz - click here.
2. Tips for Exam - click here.
Okay.. The last one - just in case, you want to try some sample exam questions.
Download here.
Hello.. Thank you for visiting my blog. I hope I will be able to give you more value by visiting my blog.
Many people write to me for document access. I am sorry, folks. This blog was started in 2010 and I do not maintain anymore. I made all documents link to public and yet some documents disappeared. Anyway, it may not be related to your current module too.
Showing posts with label CSCI204 Object Programming and Frameworks. Show all posts
Showing posts with label CSCI204 Object Programming and Frameworks. Show all posts
Tutorials and Answers
I will upload the tutorial answers in here. You need to practice those tutorials before going into the exam hall.
To download tutorial 1, please click here (tutorial 1).
To download tutorial 2, please click here (tutorial 2).
To download tutorial 3, please click here (tutorial 3).
To download tutorial 4, please click here (tutorial 4).
Good Luck!
To download tutorial 1, please click here (tutorial 1).
To download tutorial 2, please click here (tutorial 2).
To download tutorial 3, please click here (tutorial 3).
To download tutorial 4, please click here (tutorial 4).
Good Luck!
CSCI204 Assignment 2
This assignment required to have the experience in object-oriented composition, inheritance, operator overloading and standard template library. There are 3 tasks involved in this assignment.
Task 1
The first task is to write a C++ program that allows user to perform calculations on complex number by overloading its operators. You need to reference to your overloading operators lecture note. It should be easy if you understand the examples explained in the lecture.
Task 2
This task is to write a C++ program to generate the grade report of students using the classes - 'student' and 'course'. The records are kept into a text file, so the program require to read the file and then generate some reports into a output file. Pretty simple, except you have to use public and private functions of the classes.
Task 3
The last task is about using standard library in C++. The C++ program has to read a text file that contains commands to operate on a listed list and then output to a text file for logging. If the command is not recognizable, then the program has to ignore, but continue to execute.
Task 1
The first task is to write a C++ program that allows user to perform calculations on complex number by overloading its operators. You need to reference to your overloading operators lecture note. It should be easy if you understand the examples explained in the lecture.
Task 2
This task is to write a C++ program to generate the grade report of students using the classes - 'student' and 'course'. The records are kept into a text file, so the program require to read the file and then generate some reports into a output file. Pretty simple, except you have to use public and private functions of the classes.
Task 3
The last task is about using standard library in C++. The C++ program has to read a text file that contains commands to operate on a listed list and then output to a text file for logging. If the command is not recognizable, then the program has to ignore, but continue to execute.
CSCI204 Assignment 1
This assignment require the students to have the experience on C++ string, classes and constructors. There is 2 tasks involved in this assignment and it will carry 12 marks.
Task 1
This task to write a C++ program that allows the user to play the Hangman game. If you do not know the Hangman game, it is look like that.
Task 2
This task is about writing a C++ program for small database for library. But instead of using all the databases, it is simply just a text file. The program will read, write and modify the contents in that text file. It will also allow for adding new records, updates, deletion, search and calculate some statistics and display. Very simple and yet it needs some of your time and efforts.
These programs are developed in window environment. Please make sure your program can run and execute accordingly. To develop C++ program, you may want to download the complier from Bloodshed Dev C++.
Introduction to CSCI204
This is a year-2 course that i have gone through. The lecturer was Mr.Tham and this course is purely a programming class. If you are weak in the programming background, this could be used as your revision. But if you are the type who don't like programming, then you will have a hard time for this course.
This course focuses on C++ programming, most importantly on Object-Oriented Programming. You will see the Classes, Objects, Overloading, Inheritance & Polymorphism. Lastly, you will learn the template library.
Please pay attention to all those chapter as it is going to be tested in your exam. I am the person who goes against testing programming in the examination by writing down on a paper. I felt it does not make sense to test student on the paper. Nevertheless, many institutes around the world still use this method of qualifying the student. I hope one day, all programming courses will not require to sit for exam.
The course has 2 assignments that carries 25%, a quiz 15% and the rest will goes to the exam (60%). My advice for the people is to study and practice more to get used to programming.
This course focuses on C++ programming, most importantly on Object-Oriented Programming. You will see the Classes, Objects, Overloading, Inheritance & Polymorphism. Lastly, you will learn the template library.
Please pay attention to all those chapter as it is going to be tested in your exam. I am the person who goes against testing programming in the examination by writing down on a paper. I felt it does not make sense to test student on the paper. Nevertheless, many institutes around the world still use this method of qualifying the student. I hope one day, all programming courses will not require to sit for exam.
The course has 2 assignments that carries 25%, a quiz 15% and the rest will goes to the exam (60%). My advice for the people is to study and practice more to get used to programming.
Subscribe to:
Posts (Atom)