<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>My fierce wall by Ng Fong Chiu</title>
      <link>https://padlet.com/fcng/DCM1124_Pseudocode</link>
      <description>DCM1124: Algorithm: Pseudocode</description>
      <language>en-us</language>
      <pubDate>2018-01-16 01:12:27 UTC</pubDate>
      <lastBuildDate>2023-03-15 12:53:11 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Chin Jason (0197554</title>
         <author></author>
         <link>https://padlet.com/fcng/DCM1124_Pseudocode/wish/221560366</link>
         <description><![CDATA[<div>1) Write down an algorithm that shows the steps involved when 237 is multiple by 5.<br>2) Constrast an algorithm for calculating the growth of money kept in the bank at a rate of yearly&nbsp;simple interest.</div>]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/253710995/141ed412a5daef6226e86a68a0217c18/IMG_20180116_091254.jpg" />
         <pubDate>2018-01-16 01:16:23 UTC</pubDate>
         <guid>https://padlet.com/fcng/DCM1124_Pseudocode/wish/221560366</guid>
      </item>
      <item>
         <title>HESHEN (0191803)</title>
         <author></author>
         <link>https://padlet.com/fcng/DCM1124_Pseudocode/wish/221560442</link>
         <description><![CDATA[<div>1)Write down an algorithm that shows the steps involved when 237 is multiplied&nbsp; &nbsp; &nbsp;by 5.<br>1) &nbsp; BEGIN&nbsp; &nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; LET A =237&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; LET B=5&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; COMPUTE i=a * b</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;PRINT i &nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp;END&nbsp;<br>&nbsp;</div><div>2) Construct an algorithm for calculating the growth of money kept in a bank at a rate of&nbsp; <em>yearly simple interest</em>.&nbsp;<br>2) BEGIN</div><div>&nbsp; &nbsp; &nbsp; &nbsp; LET interest rate = 0.10&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; LET Value = 100&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; COMPUTE i=(intrest rate * value)&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; PRINT i			</div><div>&nbsp; &nbsp; &nbsp;END<br>&nbsp;<br>Q3) Construct an algorithm that show directions to komtar from KDU</div><div>&nbsp; BEGIN</div><div>&nbsp; &nbsp; &nbsp; &nbsp;LET A= KDU</div><div>&nbsp; &nbsp; &nbsp; &nbsp;LET B= KOMTAR</div><div>&nbsp; &nbsp; &nbsp; &nbsp;COMPUTE i=Distance&nbsp;from A to B</div><div>&nbsp; &nbsp; &nbsp; &nbsp;PRINT i</div><div>&nbsp;END</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-16 01:17:28 UTC</pubDate>
         <guid>https://padlet.com/fcng/DCM1124_Pseudocode/wish/221560442</guid>
      </item>
      <item>
         <title>CHIN YI SHUN (0197555)</title>
         <author></author>
         <link>https://padlet.com/fcng/DCM1124_Pseudocode/wish/221560452</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/253436939/b2502758f09cb75cb6db4c0ecac7597f/15160654155471759451981.jpg" />
         <pubDate>2018-01-16 01:17:37 UTC</pubDate>
         <guid>https://padlet.com/fcng/DCM1124_Pseudocode/wish/221560452</guid>
      </item>
      <item>
         <title>Shun Hao (0197566)</title>
         <author></author>
         <link>https://padlet.com/fcng/DCM1124_Pseudocode/wish/221560605</link>
         <description><![CDATA[<div>Q3)Construct an algorithm that show direction to Komtar from KDU<br><br></div><div>Begin</div><div>&nbsp; &nbsp;Let P=KDU</div><div>&nbsp; &nbsp;Let D=Komtar</div><div>&nbsp; &nbsp;Compute i =P+D</div><div>&nbsp; &nbsp;Print i</div><div>End<br><br></div>]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/253559394/e7ee25f420b7b59930d150c0e9bcadff/aaaa.png" />
         <pubDate>2018-01-16 01:19:27 UTC</pubDate>
         <guid>https://padlet.com/fcng/DCM1124_Pseudocode/wish/221560605</guid>
      </item>
      <item>
         <title>Mah Thein Wai (0197726)</title>
         <author>mahtheinwai</author>
         <link>https://padlet.com/fcng/DCM1124_Pseudocode/wish/221560619</link>
         <description><![CDATA[<div>&nbsp;</div><div>[1] &nbsp; Write down an algorithm that shows the steps involved when 237 is multiplied by 5.&nbsp;</div><div>&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Begin&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Let A = 237&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Let B = 5&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Compute C = 237*5&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Print C&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End&nbsp;</div><div>&nbsp;</div><div>[2] &nbsp; Construct an algorithm for calculating the growth of money kept in a bank at a rate of&nbsp; <em>yearly simple interest</em>.&nbsp;</div><div>&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Begin&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Let interest = 0.45&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Let money = N&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Compute growth = interest*money&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Input money&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Print growth&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End&nbsp;<br>[3]&nbsp; Construct an algorithm that show direction to Komtar from KDU.<br>&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Begin&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Let A = KDU&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Let B = Komtar&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Compute Fdestination = road from A to B&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Print Fdestination with short cut lane&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; End&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-16 01:19:36 UTC</pubDate>
         <guid>https://padlet.com/fcng/DCM1124_Pseudocode/wish/221560619</guid>
      </item>
      <item>
         <title></title>
         <author>wenhai1212</author>
         <link>https://padlet.com/fcng/DCM1124_Pseudocode/wish/221560828</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2018-01-16 01:22:27 UTC</pubDate>
         <guid>https://padlet.com/fcng/DCM1124_Pseudocode/wish/221560828</guid>
      </item>
      <item>
         <title>KHO WEN HAI (0197558</title>
         <author>wenhai1212</author>
         <link>https://padlet.com/fcng/DCM1124_Pseudocode/wish/221560865</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/253568485/c225271216e6319cf28928fab59fc944/ans.docx" />
         <pubDate>2018-01-16 01:22:49 UTC</pubDate>
         <guid>https://padlet.com/fcng/DCM1124_Pseudocode/wish/221560865</guid>
      </item>
      <item>
         <title>Sharwiin (0195764)</title>
         <author></author>
         <link>https://padlet.com/fcng/DCM1124_Pseudocode/wish/221560901</link>
         <description><![CDATA[<div>1)Write down an algorithm that shows the steps involved when 237 is multiplied by 5.&nbsp;<br>BEGIN&nbsp;<br>&nbsp; &nbsp; LET A = 237<br>&nbsp; &nbsp; LET B&nbsp; =5<br>&nbsp; &nbsp; LET A*B=(237*5)<br>&nbsp; &nbsp; PRINT=1185<br>END<br><br>Q3 CONSTRUCT AN ALGORITHM THAT SHOW DIRECTION TO KOMTAR&nbsp; &nbsp; FROM KDU&nbsp;</div><div>&nbsp;</div><div>BEGIN&nbsp;</div><div>&nbsp; &nbsp; LET A=KDU&nbsp;</div><div>&nbsp; &nbsp; LET B=KOMTAR&nbsp;</div><div>&nbsp; &nbsp; COMPUTE i&nbsp;</div><div>&nbsp; &nbsp; PRINT i&nbsp;</div><div>END</div><div><br><br></div><div>2) Construct an algorithm for calculating the growth of money kept in a bank at a rate of&nbsp; <em>yearly simple interest</em>.&nbsp;</div><div><br>BEGIN&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;INPUT MONEY<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;LET INTEREST=0.25<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;COMPUTE FINAL_INTEREST=MONEY<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;PRINT FINAL_INTEREST<br>END</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-16 01:23:34 UTC</pubDate>
         <guid>https://padlet.com/fcng/DCM1124_Pseudocode/wish/221560901</guid>
      </item>
      <item>
         <title>Lim Chia Yun ( 0197210)</title>
         <author></author>
         <link>https://padlet.com/fcng/DCM1124_Pseudocode/wish/221561628</link>
         <description><![CDATA[<div>[1]	Write down an algorithm that shows the steps involved when 237 is multiplied by 5.&nbsp;</div><div>&nbsp; &nbsp;Begin</div><div>&nbsp; &nbsp; &nbsp; &nbsp;Let A = 237</div><div>&nbsp; &nbsp; &nbsp; &nbsp;Let B = 5</div><div>&nbsp; &nbsp; &nbsp; &nbsp;compute C = A*B</div><div>&nbsp; &nbsp; &nbsp; &nbsp;print C</div><div>&nbsp; &nbsp; End</div><div><br></div><div>[2] &nbsp; Construct an algorithm for calculating the growth of money kept in a bank at a rate of&nbsp; <em>yearly simple interest</em>.&nbsp;</div><div>Begin</div><div>&nbsp; &nbsp; &nbsp; input Money<br>&nbsp; &nbsp; &nbsp; Let interest = 0.45</div><div>&nbsp; &nbsp; &nbsp; compute grow = interest * Money</div><div>&nbsp; &nbsp; &nbsp; print grow</div><div>End<br>&nbsp;</div><div>Q3) Construct an algorithm that show directions to komtar from KDU&nbsp;</div><div>Begin&nbsp;</div><div>&nbsp; &nbsp; &nbsp;Let L = Turn Left&nbsp;</div><div>&nbsp; &nbsp; &nbsp;Let R = Turn Right&nbsp;</div><div>&nbsp; &nbsp; &nbsp;Let S = Go Straight&nbsp;</div><div>&nbsp; &nbsp; &nbsp;Let T = Traffic&nbsp;</div><div>&nbsp; &nbsp; &nbsp;print L&nbsp;</div><div>&nbsp; &nbsp; &nbsp;print L&nbsp;</div><div>&nbsp; &nbsp; &nbsp;print R&nbsp;</div><div>&nbsp; &nbsp; &nbsp;print L&nbsp;</div><div>&nbsp; &nbsp; &nbsp;print L&nbsp;</div><div>&nbsp; &nbsp; &nbsp;print S&nbsp;</div><div>&nbsp; &nbsp; &nbsp;print Pass the ’T’&nbsp;</div><div>&nbsp; &nbsp; &nbsp;print ’S’ till the end&nbsp;</div><div>&nbsp; &nbsp; &nbsp;print Pass ’T’ then ‘R’&nbsp;</div><div>&nbsp; &nbsp; &nbsp;print You are you now in Komtar&nbsp;</div><div>End&nbsp;</div><div><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-01-16 01:30:27 UTC</pubDate>
         <guid>https://padlet.com/fcng/DCM1124_Pseudocode/wish/221561628</guid>
      </item>
      <item>
         <title>Chin Jason 0197554 (Q)</title>
         <author></author>
         <link>https://padlet.com/fcng/DCM1124_Pseudocode/wish/221564962</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/253710995/e5e998be7337fb4669ad66e979b008b7/IMG_20180116_100852.jpg" />
         <pubDate>2018-01-16 02:09:27 UTC</pubDate>
         <guid>https://padlet.com/fcng/DCM1124_Pseudocode/wish/221564962</guid>
      </item>
      <item>
         <title>CHIN YI SHUN (0197555</title>
         <author></author>
         <link>https://padlet.com/fcng/DCM1124_Pseudocode/wish/221565079</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/253436939/575f5216f27ba6c68f707ccb7197246a/15160685682121829962397.jpg" />
         <pubDate>2018-01-16 02:10:41 UTC</pubDate>
         <guid>https://padlet.com/fcng/DCM1124_Pseudocode/wish/221565079</guid>
      </item>
   </channel>
</rss>
