Archive

Posts Tagged ‘C1022’

Done posting all IDIC assignments! yay!

February 4th, 2009

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:

  1. C1006 Computer Networks
  2. C1025 Structured Query Language (SQL)
  3. C1003 Mathematics for Computing
  4. C1004 HTML & Java script

Term 1 2008:

  1. C1001 – Computers and Information Processing
  2. C1002 – Program Design
  3. C1005 – C Programming
  4. 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 :D

See you later!! :D

admin Education, IDIC, Informatics , , , , , , , , ,

C1022 Introduction to Java Term 1 2008 assignment

February 1st, 2009

Hi! :)
This time I will post the assignment that I get for C1022 Introduction to Java module in Term 1 2008.

SECTION A

A1.      Write Java statements to accomplish each of the following:

a)      Declare a variable ‘reply’ to be of type char.

char reply;

b)      To compare the contents of both variables ‘pass’ and ‘word’ of type String.

pass.compareTo (word) > 0;

pass.compareTo (word) == 0;

pass.compareTo (word) < 0;

pass.compareTo (word) > 0;

pass.equals (word);

pass.equalsIgnoreCase (word);

c)      To assign a float value 2.5 to a variable ‘number.

float number = 2.5f;

d)     Display a message ‘happy new year’ using a method from the Systems class.

Click here to read the full post…

admin Education, IDIC, Informatics , , , ,

Bad Behavior has blocked 205 access attempts in the last 7 days.

Bad Behavior has blocked 205 access attempts in the last 7 days.