Hi All!
This is the post for C2006 Project: System Development. Maybe some of you has been waiting for it.
First of all, I would like start by describing this Module (C2006), what are you expected to do and what are the challenges and pitfalls that you should avoid in order to succeed in this module.
The Module
in C2006, each student is required to form a group of three (mostly) students. Click here to read the full post…
admin Education, IADIC, Informatics C2006, C2006 Project, C2006 Project: System Development
Hi All!
This is the assignment of C2028 Database Management System that I do in Term 3 2008 in my IADIC (International Advanced Diploma in Computing) course from Informatics Computer School Singapore.
This module talks about many factors of a Database system. And this assignment focuses on the Normalization process.
So, basically this assignment ask us to design a database for a library using ERD (Entity Relationship Diagram), then do the normalization process to the designed database, we go from first normal form until the third normal form.
Here is the assignment question:
Click here to read the full post…
admin Education, IADIC, Informatics C2028, Database Management System, Database Normalization, IADIC, Informatics, Normalization
Hi All!
To begin the second series of IADIC assignments posting series, I will post the assignment of C2020 Computer Architecture module that I take in Term 3 2008.
This module teach about how the computer’s processor works technically and also things like pipelining, virtual memory, assembly language, memory organization, LAN, TCP IP, etc.
The assignment is quite short and maybe the shortest assingment for IADIC (International Advanced Diploma in Computing) module. It consist of three questions
here is the assignment questions:
Click here to read the full post…
admin Education, IADIC, Informatics C2020, Computer Architecture, IADIC, Informatics
Hi Everyone!
Wah it was quite some time since my last post about IADIC (International Advanced Diploma in Computing) assignments. Have been quite busy these last few days (or should I say weeks? :p). But now I will start to post the second series of IADIC assignment posts. yay!!
So, basically now I will start posting the assingments of the IADIC modules that I take during the second term of the IADIC course in Informatics Computer School Singapore, it was in term 3 2008.
So, here are the modules assignments that I will post:
- C2020 – Computer Architecture
- C2027 – Information Management
- C2006 – Project: System Development
- C2028 – Database Management System
Yap, those are the modules that will be included in the second IADIC posting series. I will start to post the C2020 Computer Architecture assignment
Stay tuned! you can subscribe to my blog’s feed by clicking here so you won’t miss when the new post is published
admin Education, IADIC, Informatics C2006, C2020, C2027, C2028, Computer Architecture, Database Management System, IADIC, Informatics, Information Management, System Development
Hi everyone!
This is the third and the last post for the first part of IADIC assignment series. This time I will post about the assignment from C2005 OOP in Java that I take in Term 2 2008. This module basically teach about how to make and use objects in Java in a very simple way, so don’t expect to get an advanced Java technique here as it is a very basic Java skill that is taught by this module.
The assignment that I get in Term 2 2008 asked me to make a simple program for an electronic shop.
here is the questions:
Click here to read the full post…
admin Education, IADIC, Informatics C2005, IADIC, Informatics, java, Object oriented programming in java
Hi! Meet again in the second part of C2002 Software Engineering module term 2 2008 assignment post.
In this post I will write the answer of the assignment’s question that I posted in the previous post. Basically, the scenario question of this assignment is about development of a CFMS (Cash Flow Management System). The specification of the system is given in the scenario. We take role as a freelance software consultant that help to make decisions on the development of this system.
The first question (a) ask about what software life cycle that we will use, the second question ask about how to ensure the dependability of the system, and the last question (c) ask about the risks that may happen during the development of this system. You can read the full scenario and the questions in the previous post, or you can click here.
Now, the answer is as follows:
Click here to read the full post…
admin Education, IADIC, Informatics C2002, IADIC, Informatics, project risk, software engineering, software life cycle, SQA
Hey all!
Now I will post the second module assignment in this IADIC assignment posting series, this module is C2002 Software Engineering. This module has quite a lot of technical theory about software engineering. The topics that will be covered in this assignment are software life cycle model, software quality, and software project risk.
The assignment is based on a scenario about development of a CFMS (Cash Flow Management System). We take a role as a freelance software consultant that will help to make decision about the development of this CFMS system.
I will post the scenario and the questions in this post and continue with my answer on the next post.
Here are the scenario and the questions:
Click here to read the full post…
admin Education, IADIC, Informatics C2002, IADIC, Informatics, software engineering
Hi! Meet again in the second part of C2001 module term 2 2008 assignment post.
In this post I will write the answer of the assignment’s question that I posted in the previous post. Basically, the scenario question of this assignment is about a clinic, New Century Health, that wants to have its own information system to increase their productivity. We take role as an IT consultant that will help this clinic to get the best Information System. You can read the full scenario and the questions in the previous post, or you can click here.
Now, the answer is as follows:
Click here to read the full post…
admin Education, IADIC, Informatics C2001, IADIC, Informatics, System Analysis & Design
Hi! This is the first module assignment that I posted in my blog as part of IADIC (International Advanced Diploma in Computing) course’s assignments posting series.
In this C2001 System Analysis & Design module, we study about the first 3 phases in System Development Life Cycle (SDLC) that includes:
- Initial Study phase
- System Analysis and Design phase
- Program Design phase
Now, I will post the assignment that I get when I take this module during Term 2 2008. I will post the assignment’s question in this post and then I will post the answer in the next post (part 2).
Here are the questions:
Click here to read the full post…
admin Education, IADIC, Informatics C2001, IADIC, Informatics, System Analysis & Design
Hi! I want to share a method to easily convert a decimal number into binary number and vice versa. I learned this method of converting decimal to binary while I was studying for my C1003 Mathematics for Computing.
The Basic Concept
The basic concept of this method is looking at the fact that we just need to add one zero each time we multiply the decimal equivalent of a binary number by 2 (two).
Let me give an example:
Click here to read the full post…
admin Education, IDIC, Informatics Binary, binary conversion, binary to decimal conversion, C1003, decimal to binary conversion, Mathematics for Computing