<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Chapter 4 Exercise by Wilson Tan</title>
      <link>https://padlet.com/wilsontan15/chap_4ex</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2019-03-11 06:26:23 UTC</pubDate>
      <lastBuildDate>2025-04-13 13:40:57 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Hung Jie Song 0201332</title>
         <author></author>
         <link>https://padlet.com/wilsontan15/chap_4ex/wish/339821422</link>
         <description><![CDATA[<ol><li>0010|1010 - 8-bit, 52 - octal, 2A - Hexadecimal</li><li>0000|1100 - 8-bit, 14 - octal, C - Hexadecimal</li><li>13 - Octal, B - Hexadecimal, 11 - Decimal</li><li>57 - Octal, 2F - Hexadecimal, 47 - Decimal</li><li>115 - Octal, 4D - Hexadecimal, 77 - Decimal</li><li>11 14 14 15 = 1|011|111|011|101|111 - Binary, 137357 - Octal, 48879 - Decimal</li><li>15 0 0 13 = 1|111|000|000|001|101 - Binary, 170015 - Octal, 61453 - Decimal</li><li>001C</li><li>008E</li><li>70 - Decimal, 46 - Hexadecimal</li><li>102 - Decimal, 66 - Hexadecimal</li><li>53 - Decimal, 35 - Hexadecimal</li><li> HuNg = 72 117 78 103 - Decimal, 48 75 4E 67 - Hexadecimal</li><li>41D8</li></ol><div>A &lt;- 00FE</div><div>B &lt;- 40DA</div><div>ALUx &lt;- [A]</div><div>ALUy &lt;- [B]</div><div>ALUadd</div><div>A &lt;- ALUr<br>   15. 804F</div><div>A &lt;- 7012</div><div>B &lt;- 103D</div><div>ALUx &lt;- [A]</div><div>ALUy &lt;- [B]</div><div>ALUadd</div><div>A &lt;- ALUr</div><div><br><br></div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-03-11 07:19:30 UTC</pubDate>
         <guid>https://padlet.com/wilsontan15/chap_4ex/wish/339821422</guid>
      </item>
      <item>
         <title>Selsa Pingardi 0200905</title>
         <author></author>
         <link>https://padlet.com/wilsontan15/chap_4ex/wish/339821602</link>
         <description><![CDATA[<ol><li>8- bit = 0010|1010, Octal = 52, Hexadecimal = 2A</li><li>8-bit = 0000|1100, Octal = 14, Hexadecimal = C</li><li>Octal = 13, Hexadecimal = B, Decimal = 11</li><li>Octal = 57, Hexadecimal = 2F, Decimal = 47</li><li>Octal = 115, Hexadecimal = 4D, Decimal = 77</li><li>11 14 14 15 : Binary = 1|011|111|011|101|111, Octal = 137357, Decimal= 48879</li><li>15 0 0 13 : Binary = 1|111|000|000|001|101, Octal = 170015, Decimal = 61453</li><li>001C</li><li>008E</li><li>Decimal = 70, Hexadecimal = 46</li><li>Decimal = 102, Hexadecimal = 66</li><li>Decimal = 53, Hexadecimal = 35</li><li>SeLsA = Decimal = 83 101 76 115 65, Hexadecimal = 53 65 4C 73 41</li><li>41D8</li></ol><div>A &lt;- 00FE</div><div>B &lt;- 40DA</div><div>ALUx &lt;- [A]</div><div>ALUy &lt;- [B]</div><div>ALUadd</div><div>A &lt;- ALUr<br><br>  15. 804F</div><div>A &lt;- 7012</div><div>B &lt;- 103D</div><div>ALUx &lt;- [A]</div><div>ALUy &lt;- [B]</div><div>ALUadd</div><div>A &lt;- ALUr</div><div><br><br></div><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-03-11 07:20:24 UTC</pubDate>
         <guid>https://padlet.com/wilsontan15/chap_4ex/wish/339821602</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/wilsontan15/chap_4ex/wish/339822254</link>
         <description><![CDATA[<div>Ng Ming Yong 0201253</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/359500718/c16c66edb88a993f90c55ed6656f2093/IMG_20190311_150018.jpg" />
         <pubDate>2019-03-11 07:23:37 UTC</pubDate>
         <guid>https://padlet.com/wilsontan15/chap_4ex/wish/339822254</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/wilsontan15/chap_4ex/wish/339822360</link>
         <description><![CDATA[<div>Ng Ming Yong 0201253</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/359500718/c6984849ab9cc302ed1a95e109f3bb9e/IMG_20190311_150021.jpg" />
         <pubDate>2019-03-11 07:24:20 UTC</pubDate>
         <guid>https://padlet.com/wilsontan15/chap_4ex/wish/339822360</guid>
      </item>
      <item>
         <title>Lim Khai Sian 0201576
Q1
binary 00101010
octal  000 101 010
        0   5   2
hexa   0010 1010
         4    A

Q2
binary 00001100
octal  000 001 100
            1   4
hexa   0000 1100
              C

Q3
decimal 11 
octal   000 001 011
              1  3
hexa    0000 1011
               B

Q4
decimal 47
octal   000 101 111
             5    7
hexa    0010 1111
          2    F

Q5
decimal 77
octal   001 001 101
         1   1   5
hexa     0100 1101
           4    D

Q6
binary  11    14      14     15
       1011  1110    1110   1111
octal  001 011 111 011 101 111
        1   3   7  3   5    7
decimal 488779

Q7
binary  15    0    0    13
       1111 0000 0000 1101
octal  001 111 000 000 001 101
        1   7   0   0   1   5
decimal 61453

Q8
hexa 0000 0000 0001 1100 
                 1    C

Q9
hexa 1000 1110
       8   E                   </title>
         <author></author>
         <link>https://padlet.com/wilsontan15/chap_4ex/wish/339824152</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2019-03-11 07:31:34 UTC</pubDate>
         <guid>https://padlet.com/wilsontan15/chap_4ex/wish/339824152</guid>
      </item>
      <item>
         <title>Chong Jun Heng</title>
         <author></author>
         <link>https://padlet.com/wilsontan15/chap_4ex/wish/339824593</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/355596593/17969639fa3538064d63c7afe300442f/IMG_20190311_152732.jpg" />
         <pubDate>2019-03-11 07:33:34 UTC</pubDate>
         <guid>https://padlet.com/wilsontan15/chap_4ex/wish/339824593</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/wilsontan15/chap_4ex/wish/339824856</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/355596634/9a0f615f1f7911254e3c1bce7352825e/IMG_20190311_152746.jpg" />
         <pubDate>2019-03-11 07:34:41 UTC</pubDate>
         <guid>https://padlet.com/wilsontan15/chap_4ex/wish/339824856</guid>
      </item>
      <item>
         <title>Yu Jun Hern 0201276</title>
         <author></author>
         <link>https://padlet.com/wilsontan15/chap_4ex/wish/339825286</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/355596634/b5ae61b742c8310d6498655331d6edc1/IMG_20190311_152746.jpg" />
         <pubDate>2019-03-11 07:36:35 UTC</pubDate>
         <guid>https://padlet.com/wilsontan15/chap_4ex/wish/339825286</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/wilsontan15/chap_4ex/wish/339825324</link>
         <description><![CDATA[<div>YEOH WEI KANG</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/355596688/63c6286bfb02d98d7f04068914feff71/20190311_152705.jpg" />
         <pubDate>2019-03-11 07:36:45 UTC</pubDate>
         <guid>https://padlet.com/wilsontan15/chap_4ex/wish/339825324</guid>
      </item>
      <item>
         <title>Chan Xin Ewe</title>
         <author></author>
         <link>https://padlet.com/wilsontan15/chap_4ex/wish/339826000</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/363754712/237967e11397ebc737cd5e84bb7af9f8/image.jpg" />
         <pubDate>2019-03-11 07:39:44 UTC</pubDate>
         <guid>https://padlet.com/wilsontan15/chap_4ex/wish/339826000</guid>
      </item>
      <item>
         <title>Jocelyn</title>
         <author></author>
         <link>https://padlet.com/wilsontan15/chap_4ex/wish/339826833</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/363754712/419ecb249e22e56e5a0c4d65cf7dc223/image.jpg" />
         <pubDate>2019-03-11 07:43:24 UTC</pubDate>
         <guid>https://padlet.com/wilsontan15/chap_4ex/wish/339826833</guid>
      </item>
      <item>
         <title>Vinnodh 0201355</title>
         <author></author>
         <link>https://padlet.com/wilsontan15/chap_4ex/wish/339827075</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/363756143/92d9ee40e0e5b40b63485bba95467bda/WhatsApp_Image_2019_03_11_at_3_41_19_PM.jpeg" />
         <pubDate>2019-03-11 07:44:03 UTC</pubDate>
         <guid>https://padlet.com/wilsontan15/chap_4ex/wish/339827075</guid>
      </item>
      <item>
         <title>Vinnodh 020</title>
         <author></author>
         <link>https://padlet.com/wilsontan15/chap_4ex/wish/339827548</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/363756143/3f5d0dfc3cdbdddc8a0e8779bc8a04f7/WhatsApp_Image_2019_03_11_at_3_41_19_PM__1_.jpeg" />
         <pubDate>2019-03-11 07:45:56 UTC</pubDate>
         <guid>https://padlet.com/wilsontan15/chap_4ex/wish/339827548</guid>
      </item>
      <item>
         <title>Christine</title>
         <author></author>
         <link>https://padlet.com/wilsontan15/chap_4ex/wish/339827968</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/363754712/f65d08d36c445bd80ff8c5271798b8fc/image.jpg" />
         <pubDate>2019-03-11 07:47:44 UTC</pubDate>
         <guid>https://padlet.com/wilsontan15/chap_4ex/wish/339827968</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/wilsontan15/chap_4ex/wish/339875313</link>
         <description><![CDATA[<div>Tan Wei Chun Wilson 0201645</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/357617422/c8a1a4d495f7dcd82fd46c066e8a212a/image.jpg" />
         <pubDate>2019-03-11 10:48:54 UTC</pubDate>
         <guid>https://padlet.com/wilsontan15/chap_4ex/wish/339875313</guid>
      </item>
      <item>
         <title>Zulqarnain </title>
         <author></author>
         <link>https://padlet.com/wilsontan15/chap_4ex/wish/342106471</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/327172263/f4efca10bf799a0793f472f978421bba/WhatsApp_Image_2019_03_17_at_19_41_35.jpeg" />
         <pubDate>2019-03-17 12:18:37 UTC</pubDate>
         <guid>https://padlet.com/wilsontan15/chap_4ex/wish/342106471</guid>
      </item>
      <item>
         <title>zulqarnain</title>
         <author></author>
         <link>https://padlet.com/wilsontan15/chap_4ex/wish/342106745</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/327172263/d70e6164459e5870660007f166f73755/WhatsApp_Image_2019_03_17_at_19_41_35__1_.jpeg" />
         <pubDate>2019-03-17 12:22:31 UTC</pubDate>
         <guid>https://padlet.com/wilsontan15/chap_4ex/wish/342106745</guid>
      </item>
      <item>
         <title>zul</title>
         <author></author>
         <link>https://padlet.com/wilsontan15/chap_4ex/wish/342106849</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/327172263/d94ee1e4045b225db982956c5f2b49ee/WhatsApp_Image_2019_03_17_at_19_41_36.jpeg" />
         <pubDate>2019-03-17 12:23:56 UTC</pubDate>
         <guid>https://padlet.com/wilsontan15/chap_4ex/wish/342106849</guid>
      </item>
   </channel>
</rss>
