<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>CSCI114</title>
		<link>http://uowsgcorner.forumotion.net/csci114-f1/-t1.htm</link>
		<description>Procedural Programming</description>
		<lastBuildDate>Tue, 11 Nov 2008 09:47:49 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>CSCI114</title>
			<url>http://i40.servimg.com/u/f40/13/10/00/75/i_logo10.jpg</url>
			<link>http://uowsgcorner.forumotion.net/csci114-f1/-t1.htm</link>
		</image>
		<item>
			<title>Term test and lab test</title>
			<link>http://uowsgcorner.forumotion.net/csci114-f1/term-test-and-lab-test-t31.htm</link>
			<dc:creator>kidWhatever</dc:creator>
			<description>anyone know what's the duration and format for both?</description>
			<category>CSCI114</category>
			<pubDate>Tue, 11 Nov 2008 09:47:49 GMT</pubDate>
			<comments>http://uowsgcorner.forumotion.net/csci114-f1/term-test-and-lab-test-t31.htm#141</comments>
			<guid>http://uowsgcorner.forumotion.net/csci114-f1/term-test-and-lab-test-t31.htm</guid>
		</item>
		<item>
			<title>Assignment 3 - Answers</title>
			<link>http://uowsgcorner.forumotion.net/csci114-f1/assignment-3-answers-t29.htm</link>
			<dc:creator>donysukardi</dc:creator>
			<description>1. B

 2. C

 3. B

 4. D

 5. A

 6. D

 7. A

 8. C

 9. D

10. B

11. E

12. 6

13. 00121012

14.

void printTriangle (int height)

{

   int outerLoopIdx, innerLoopIdx, tabCounter=0;



   for (outerLoopIdx=height;outerLoopIdx&gt;=1; outerLoopIdx--)

   {	

	for (int tab=0; tab &lt; tabCounter; tab ++)

           cout &lt;&lt; &quot; \t&quot;;



	for (innerLoopIdx=1; innerLoopIdx&lt;=outerLoopIdx; innerLoopIdx++)

	   cout &lt;&lt; innerLoopIdx &lt;&lt; &quot;\t&quot;  ...</description>
			<category>CSCI114</category>
			<pubDate>Mon, 10 Nov 2008 12:46:23 GMT</pubDate>
			<comments>http://uowsgcorner.forumotion.net/csci114-f1/assignment-3-answers-t29.htm#139</comments>
			<guid>http://uowsgcorner.forumotion.net/csci114-f1/assignment-3-answers-t29.htm</guid>
		</item>
		<item>
			<title>where can i get Lab 4?</title>
			<link>http://uowsgcorner.forumotion.net/csci114-f1/where-can-i-get-lab-4-t25.htm</link>
			<dc:creator>xiaoming</dc:creator>
			<description>Hi where can i get the lab 4? Did Dr Heng give out lab 4 the other day? I was late so i don't know whether he gave out of not. Can someone post the Lab 4 here? Thanks a million...</description>
			<category>CSCI114</category>
			<pubDate>Wed, 22 Oct 2008 00:44:29 GMT</pubDate>
			<comments>http://uowsgcorner.forumotion.net/csci114-f1/where-can-i-get-lab-4-t25.htm#121</comments>
			<guid>http://uowsgcorner.forumotion.net/csci114-f1/where-can-i-get-lab-4-t25.htm</guid>
		</item>
		<item>
			<title>Need some hints for lab 4</title>
			<link>http://uowsgcorner.forumotion.net/csci114-f1/need-some-hints-for-lab-4-t21.htm</link>
			<dc:creator>kevin</dc:creator>
			<description>need some hints for lab 4.... how do i print (n) number of times of the input number???</description>
			<category>CSCI114</category>
			<pubDate>Sun, 19 Oct 2008 13:16:48 GMT</pubDate>
			<comments>http://uowsgcorner.forumotion.net/csci114-f1/need-some-hints-for-lab-4-t21.htm#111</comments>
			<guid>http://uowsgcorner.forumotion.net/csci114-f1/need-some-hints-for-lab-4-t21.htm</guid>
		</item>
		<item>
			<title>Hint and Clue For Lab3.cpp</title>
			<link>http://uowsgcorner.forumotion.net/csci114-f1/hint-and-clue-for-lab3cpp-t17.htm</link>
			<dc:creator>donysukardi</dc:creator>
			<description><![CDATA[needed?? <img src="http://illiweb.com/fa/i/smiles/icon_smile.gif" alt="Smile" longdesc="2" />]]></description>
			<category>CSCI114</category>
			<pubDate>Mon, 13 Oct 2008 12:29:05 GMT</pubDate>
			<comments>http://uowsgcorner.forumotion.net/csci114-f1/hint-and-clue-for-lab3cpp-t17.htm#95</comments>
			<guid>http://uowsgcorner.forumotion.net/csci114-f1/hint-and-clue-for-lab3cpp-t17.htm</guid>
		</item>
		<item>
			<title>Assignment 1 query</title>
			<link>http://uowsgcorner.forumotion.net/csci114-f1/assignment-1-query-t16.htm</link>
			<dc:creator>Chan</dc:creator>
			<description>Hi,  just wanna query would today assignment be open book? any coding involved?</description>
			<category>CSCI114</category>
			<pubDate>Mon, 13 Oct 2008 01:17:39 GMT</pubDate>
			<comments>http://uowsgcorner.forumotion.net/csci114-f1/assignment-1-query-t16.htm#90</comments>
			<guid>http://uowsgcorner.forumotion.net/csci114-f1/assignment-1-query-t16.htm</guid>
		</item>
		<item>
			<title>n&amp;gt; hint and guide for lab 2.cpp</title>
			<link>http://uowsgcorner.forumotion.net/csci114-f1/n-hint-and-guide-for-lab-2cpp-t9.htm</link>
			<dc:creator>susastra</dc:creator>
			<description><![CDATA[you guys figure it out how to do ?
<br />

<br />
im a bit blur here on how to print out the digits of the integer...
<br />

<br />
i alrdy try to use the char data type, it can print out the digits.
<br />
but how to swap, if it is char? blurblur...
<br />

<br />
need hints and guides...]]></description>
			<category>CSCI114</category>
			<pubDate>Thu, 09 Oct 2008 11:26:42 GMT</pubDate>
			<comments>http://uowsgcorner.forumotion.net/csci114-f1/n-hint-and-guide-for-lab-2cpp-t9.htm#59</comments>
			<guid>http://uowsgcorner.forumotion.net/csci114-f1/n-hint-and-guide-for-lab-2cpp-t9.htm</guid>
		</item>
		<item>
			<title>Hexadecimal Number</title>
			<link>http://uowsgcorner.forumotion.net/csci114-f1/hexadecimal-number-t15.htm</link>
			<dc:creator>donysukardi</dc:creator>
			<description>Refers to the base-16 number system, which consists of 16 unique symbols: the numbers 0 to 9 and the letters A to F. For example, the decimal number 15 is represented as F in the hexadecimal numbering system. The hexadecimal system is useful because it can represent every byte (8 bits) as two consecutive hexadecimal digits. It is easier for humans to read hexadecimal numbers than binary numbers.



To convert a value from hexadecimal to binary, you merely translate each hexadecimal digit into  ...</description>
			<category>CSCI114</category>
			<pubDate>Fri, 10 Oct 2008 16:04:36 GMT</pubDate>
			<comments>http://uowsgcorner.forumotion.net/csci114-f1/hexadecimal-number-t15.htm#82</comments>
			<guid>http://uowsgcorner.forumotion.net/csci114-f1/hexadecimal-number-t15.htm</guid>
		</item>
		<item>
			<title>Converting Negative Decimal Number to Binary</title>
			<link>http://uowsgcorner.forumotion.net/csci114-f1/converting-negative-decimal-number-to-binary-t14.htm</link>
			<dc:creator>donysukardi</dc:creator>
			<description>Signed numbers



The following section is optional. Most of the time when we deal with binary numbers and bit operations, we use unsigned numbers. However, it is interesting to examine how signed numbers are dealt with.



Signed numbers are typically stored using a method known as two’s complement. In two’s complement, the leftmost (most significant) bit is used as the sign bit. A 0 bit means the number is positive, and a 1 bit means the number is negative. Positive signed numbers are  ...</description>
			<category>CSCI114</category>
			<pubDate>Fri, 10 Oct 2008 15:44:28 GMT</pubDate>
			<comments>http://uowsgcorner.forumotion.net/csci114-f1/converting-negative-decimal-number-to-binary-t14.htm#79</comments>
			<guid>http://uowsgcorner.forumotion.net/csci114-f1/converting-negative-decimal-number-to-binary-t14.htm</guid>
		</item>
		<item>
			<title>Reminder of Lab 2</title>
			<link>http://uowsgcorner.forumotion.net/csci114-f1/reminder-of-lab-2-t11.htm</link>
			<dc:creator>citsoon</dc:creator>
			<description><![CDATA[just a gentle reminder for what's my mistake in the lab, hope no one will repeat my mistake after reading this.
<br />

<br />
for this lab, Dr Heng replied to me that he's actually prefer that we swap the digits instead of changing the order of them. So please take note of this, for the formula, i'm sure everyone can figure out themselves.]]></description>
			<category>CSCI114</category>
			<pubDate>Fri, 10 Oct 2008 07:14:32 GMT</pubDate>
			<comments>http://uowsgcorner.forumotion.net/csci114-f1/reminder-of-lab-2-t11.htm#69</comments>
			<guid>http://uowsgcorner.forumotion.net/csci114-f1/reminder-of-lab-2-t11.htm</guid>
		</item>
		<item>
			<title>Hi... Some qns i wanna ask..</title>
			<link>http://uowsgcorner.forumotion.net/csci114-f1/hi-some-qns-i-wanna-ask-t8.htm</link>
			<dc:creator>xiaoming</dc:creator>
			<description>Hi pple... I was reading the notes on Topic 3 and i came across tis slide where i'm baffled by the ans stated on it. Its slide 36 of Topic 3. The 2nd eg. stated tat 

&quot; 3 / 2 + 2.5 = 3.5&quot;. Shouldn't the ans be 4? Similarly on slide 37,  the 1st eg. stated tat &quot; 2 + 3 / 2 = 3&quot; and the 8th eg. stated tat &quot; 15.0 - 5 / 2 = 13&quot;. Shouldn't the ans be 3.5 and 12.5 respectively? On the contrary, for eg. 3 &amp; 6 of slide 37, the ans are correct. I noticed tat sometimes  ...</description>
			<category>CSCI114</category>
			<pubDate>Wed, 08 Oct 2008 14:32:20 GMT</pubDate>
			<comments>http://uowsgcorner.forumotion.net/csci114-f1/hi-some-qns-i-wanna-ask-t8.htm#43</comments>
			<guid>http://uowsgcorner.forumotion.net/csci114-f1/hi-some-qns-i-wanna-ask-t8.htm</guid>
		</item>
	</channel>
</rss>