Finally! I’m done posting all the assignments that I get in my IDIC (International Diploma in Computing) course that I take in Informatics Computer School Singapore during Term 3 2007 until Term 1 2008.
The assignments that I have uploaded are for these modules:
Term 3 2007:
- C1006 Computer Networks
- C1025 Structured Query Language (SQL)
- C1003 Mathematics for Computing
- C1004 HTML & Java script
Term 1 2008:
- C1001 – Computers and Information Processing
- C1002 – Program Design
- C1005 – C Programming
- C1022 – Introduction to Java
Now, since I have done posting my assignments in IDIC, I will start to post my assignments for International Advanced Diploma in Computing (IADIC). So stay tuned! you can subscribe to my blog’s feed by clicking here so you won’t miss when the new post is published
See you later!!
admin Education, IDIC, Informatics C1001, C1002, C1003, C1004, C1005, C1006, C1022, C1025, IDIC, Informatics
This is the third post in C1005 C programming post series. You can see the previous post by clicking here.
6. Testing
6.1. Testing – Test plan
Click here to read the full post…
admin Education, IDIC, Informatics C Programming, C1005, IDIC, Informatics, project documentation
I have posted the proposal for this module in the previous post. Now I will start to post the documentation of this module’s project.
TABLE OF CONTENTS
|
Chapter
|
Sections
|
Description
|
Page
|
|
|
|
Cover page |
1
|
|
|
|
Table of Contents |
2
|
|
1
|
|
Current System |
3
|
|
2
|
|
Proposed New System |
5
|
|
3
|
|
Program Specification |
|
|
|
3.1
|
Specification – file specification |
7
|
|
|
3.2
|
Specification – processing & validation |
7
|
|
|
3.3
|
Messages used in this program |
11
|
|
|
3.4
|
Specification – screen design |
13
|
|
4
|
|
Program Design – Pseudocode |
31
|
|
5
|
|
Program Listing |
48
|
|
6
|
|
Testing |
|
|
|
6.1
|
Testing – Test plan |
123
|
|
|
6.2
|
Testing – Test case and result |
125
|
|
|
6.3
|
Testing – Test log |
185
|
|
7
|
|
Program Implementation |
|
|
|
7.1
|
Hardware & Software Configuration |
187
|
|
|
7.2
|
User manual |
188
|
|
|
|
a) CD contents |
188
|
|
|
|
b) Operating Guide |
190
|
|
8
|
|
Conclusion |
|
|
|
8.1
|
Program Strengths |
196
|
|
|
8.2
|
Program Weakness |
196
|
|
|
8.3
|
Program Enhancements |
197
|
1.0 CURRENT SYSTEM
Super Gamers (SG) is a gaming center in Singapore that rent games from various game consoles for everyone to play on the shop. A group of university student founded it in 2001. SG was so famous among gamers in Singapore because it allows the member to play games with affordable price, vast selection of game console, and has a wide collection of games ranging from old era games to the most recent games. No wonder, SG has so many customers and keep increasing every year because of its excellent reputation.
Click here to read the full post…
admin Education, IDIC, Informatics C Programming, C1005, IDIC, Informatics, project documentation
Hi! This is the last module that I take in my IDIC (International Diploma in Computing) course, C Programming! Similar to C1004 HTML, this is a project based module that requires me to create a simple program using C language.
The documents that need to be submitted in this module are:
- Project Proposal
- Project Documentation
- Working program (using C language)
An issue that me and my friends get when we start this project is to find an IDE (Integrated Development Environment)/Development software. Finally, we decided to use Borland C++ 5.02 it works quite good with only few errors.
The program that we need to create for this module is a program that have these five basic functions:
- Add data
- Display data
- Update/Edit data
- Search data
- Delete data
Additionally,
Click here to read the full post…
admin Education, IDIC, Informatics C Programming, C1005, IDIC, Informatics, Proposal