<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Understanding binary code by Mutiah Fauzan</title>
      <link>https://padlet.com/mstia/67wie1fniwi3hji3</link>
      <description>Maths</description>
      <language>en-us</language>
      <pubDate>2020-04-24 12:13:53 UTC</pubDate>
      <lastBuildDate>2025-11-17 23:59:43 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title></title>
         <author>MsTia</author>
         <link>https://padlet.com/mstia/67wie1fniwi3hji3/wish/528172278</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://youtu.be/wgbV6DLVezo" />
         <pubDate>2020-04-24 12:14:55 UTC</pubDate>
         <guid>https://padlet.com/mstia/67wie1fniwi3hji3/wish/528172278</guid>
      </item>
      <item>
         <title>1</title>
         <author>MsTia</author>
         <link>https://padlet.com/mstia/67wie1fniwi3hji3/wish/528173612</link>
         <description><![CDATA[<div>How many different "quantities" can be expressed with a binary sequence of 8 bits?</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-24 12:15:35 UTC</pubDate>
         <guid>https://padlet.com/mstia/67wie1fniwi3hji3/wish/528173612</guid>
      </item>
      <item>
         <title>2</title>
         <author>MsTia</author>
         <link>https://padlet.com/mstia/67wie1fniwi3hji3/wish/528173842</link>
         <description><![CDATA[<div>How do you know if a binary sequence corresponds to a number, text, color, or audio?</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-24 12:15:41 UTC</pubDate>
         <guid>https://padlet.com/mstia/67wie1fniwi3hji3/wish/528173842</guid>
      </item>
      <item>
         <title>3</title>
         <author>MsTia</author>
         <link>https://padlet.com/mstia/67wie1fniwi3hji3/wish/528174622</link>
         <description><![CDATA[<div>Which sentence best describes the way a color is represented in binary when considering the RGB system?</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-24 12:16:00 UTC</pubDate>
         <guid>https://padlet.com/mstia/67wie1fniwi3hji3/wish/528174622</guid>
      </item>
      <item>
         <title>4</title>
         <author>MsTia</author>
         <link>https://padlet.com/mstia/67wie1fniwi3hji3/wish/528175418</link>
         <description><![CDATA[<div>How is the number 23 represented in binary?</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-24 12:16:18 UTC</pubDate>
         <guid>https://padlet.com/mstia/67wie1fniwi3hji3/wish/528175418</guid>
      </item>
      <item>
         <title>5</title>
         <author>MsTia</author>
         <link>https://padlet.com/mstia/67wie1fniwi3hji3/wish/528177282</link>
         <description><![CDATA[<div>How can one compress a picture encoded in binary into a smaller file without loss of information?</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-24 12:17:11 UTC</pubDate>
         <guid>https://padlet.com/mstia/67wie1fniwi3hji3/wish/528177282</guid>
      </item>
      <item>
         <title>Answers</title>
         <author>tgtsam4</author>
         <link>https://padlet.com/mstia/67wie1fniwi3hji3/wish/532139185</link>
         <description><![CDATA[<div>1. 2048, 2 4 8 16 32 64 128 256 512 1024 2048.<br>2. you can't<br>3. Hundred thousand of pixels.<br>4. 10111.<br>5. Compression is a mechanism that reduces the file size of a computer through a specific algorithm. This mechanism is a very convenient invention, especially for network users, because it can reduce the total number of bytes in the file, so that the file can be transferred faster through the slower Internet connection, in addition to reducing the disk occupation of the file space.<br><br>In <a href="https://en.wikipedia.org/wiki/Signal_processing">signal processing</a>, <strong>data compression</strong>, <strong>source coding</strong>,<a href="https://en.wikipedia.org/wiki/Data_compression#cite_note-Wade-1"><sup>[1]</sup></a> or <strong>bit-rate reduction</strong> is the process of encoding <a href="https://en.wikipedia.org/wiki/Information">information</a> using fewer <a href="https://en.wikipedia.org/wiki/Bit">bits</a> than the original representation.<a href="https://en.wikipedia.org/wiki/Data_compression#cite_note-mahdi53-2"><sup>[2]</sup></a> Any particular compression is either <a href="https://en.wikipedia.org/wiki/Lossy_compression">lossy</a> or <a href="https://en.wikipedia.org/wiki/Lossless_compression">lossless</a>. Lossless compression reduces bits by identifying and eliminating <a href="https://en.wikipedia.org/wiki/Redundancy_(information_theory)">statistical redundancy</a>. No information is lost in lossless compression. Lossy compression reduces bits by removing unnecessary or less important information.<a href="https://en.wikipedia.org/wiki/Data_compression#cite_note-PujarKadlaskar-3"><sup>[3]</sup></a> Typically, a device that performs data compression is referred to as an encoder, and one that performs the reversal of the process (decompression) as a decoder.<br><br></div><div><br>The process of reducing the size of a <a href="https://en.wikipedia.org/wiki/Data_file">data file</a> is often referred to as data compression. In the context of <a href="https://en.wikipedia.org/wiki/Data_transmission">data transmission</a>, it is called source coding; encoding done at the source of the data before it is stored or transmitted.<a href="https://en.wikipedia.org/wiki/Data_compression#cite_note-Salomon-4"><sup>[4]</sup></a> Source coding should not be confused with <a href="https://en.wikipedia.org/wiki/Channel_coding">channel coding</a>, for error detection and correction or <a href="https://en.wikipedia.org/wiki/Line_coding">line coding</a>, the means for mapping data onto a signal.<br><br></div><div><br>Compression is useful because it reduces resources required to store and transmit data. <a href="https://en.wikipedia.org/wiki/Computational_resource">Computational resources</a> are consumed in the compression and decompression processes. Data compression is subject to a <a href="https://en.wikipedia.org/wiki/Space%E2%80%93time_tradeoff">space–time complexity trade-off</a>. For instance, <a href="https://en.wikipedia.org/wiki/Data_compression#video">a compression scheme for video</a> may require expensive <a href="https://en.wikipedia.org/wiki/Electronic_hardware">hardware</a> for the video to be decompressed fast enough to be viewed as it is being decompressed, and the option to decompress the video in full before watching it may be inconvenient or require additional storage. The design of data compression schemes involves trade-offs among various factors, including the degree of compression, the amount of distortion introduced (when using <a href="https://en.wikipedia.org/wiki/Lossy_data_compression">lossy data compression</a>), and the computational resources required to compress and decompress the data.<a href="https://en.wikipedia.org/wiki/Data_compression#cite_note-MittalVetter-5"><sup>[5]</sup></a><a href="https://en.wikipedia.org/wiki/Data_compression#cite_note-Tank-6"><sup>[6]<br></sup></a><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-27 01:41:22 UTC</pubDate>
         <guid>https://padlet.com/mstia/67wie1fniwi3hji3/wish/532139185</guid>
      </item>
      <item>
         <title>answer</title>
         <author>paulaluke13</author>
         <link>https://padlet.com/mstia/67wie1fniwi3hji3/wish/532140244</link>
         <description><![CDATA[<div>1 2048<br>2 you don't<br>3every colour has a binary code<br>4 10111<br>5 "Source coding" redirects here. For the term in computer programming, see <a href="https://en.wikipedia.org/wiki/Source_code">Source code</a>.</div><div><br>In <a href="https://en.wikipedia.org/wiki/Signal_processing">signal processing</a>, <strong>data compression</strong>, <strong>source coding</strong>,<a href="https://en.wikipedia.org/wiki/Data_compression#cite_note-Wade-1"><sup>[1]</sup></a> or <strong>bit-rate reduction</strong> is the process of encoding <a href="https://en.wikipedia.org/wiki/Information">information</a> using fewer <a href="https://en.wikipedia.org/wiki/Bit">bits</a> than the original representation.<a href="https://en.wikipedia.org/wiki/Data_compression#cite_note-mahdi53-2"><sup>[2]</sup></a>Any particular compression is either <a href="https://en.wikipedia.org/wiki/Lossy_compression">lossy</a> or <a href="https://en.wikipedia.org/wiki/Lossless_compression">lossless</a>. Lossless compression reduces bits by identifying and eliminating <a href="https://en.wikipedia.org/wiki/Redundancy_(information_theory)">statistical redundancy</a>. No information is lost in lossless compression. Lossy compression reduces bits by removing unnecessary or less important information.<a href="https://en.wikipedia.org/wiki/Data_compression#cite_note-PujarKadlaskar-3"><sup>[3]</sup></a> Typically, a device that performs data compression is referred to as an encoder, and one that performs the reversal of the process (decompression) as a decoder.<br><br></div><div><br>The process of reducing the size of a <a href="https://en.wikipedia.org/wiki/Data_file">data file</a> is often referred to as data compression. In the context of <a href="https://en.wikipedia.org/wiki/Data_transmission">data transmission</a>, it is called source coding; encoding done at the source of the data before it is stored or transmitted.<a href="https://en.wikipedia.org/wiki/Data_compression#cite_note-Salomon-4"><sup>[4]</sup></a> Source coding should not be confused with <a href="https://en.wikipedia.org/wiki/Channel_coding">channel coding</a>, for error detection and correction or <a href="https://en.wikipedia.org/wiki/Line_coding">line coding</a>, the means for mapping data onto a signal.<br><br></div><div><br>Compression is useful because it reduces resources required to store and transmit data. <a href="https://en.wikipedia.org/wiki/Computational_resource">Computational resources</a> are consumed in the compression and decompression processes. Data compression is subject to a <a href="https://en.wikipedia.org/wiki/Space%E2%80%93time_tradeoff">space–time complexity trade-off</a>. For instance, <a href="https://en.wikipedia.org/wiki/Data_compression#video">a compression scheme for video</a> may require expensive <a href="https://en.wikipedia.org/wiki/Electronic_hardware">hardware</a> for the video to be decompressed fast enough to be viewed as it is being decompressed, and the option to decompress the video in full before watching it may be inconvenient or require additional storage. The design of data compression schemes involves trade-offs among various factors, including the degree of compression, the amount of distortion introduced (when using <a href="https://en.wikipedia.org/wiki/Lossy_data_compression">lossy data compression</a>), and the computational resources required to compress and decompress the data.<a href="https://en.wikipedia.org/wiki/Data_compression#cite_note-MittalVetter-5"><sup>[5]</sup></a><a href="https://en.wikipedia.org/wiki/Data_compression#cite_note-Tank-6"><sup>[6]<br></sup></a><sup><br></sup><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-27 01:42:26 UTC</pubDate>
         <guid>https://padlet.com/mstia/67wie1fniwi3hji3/wish/532140244</guid>
      </item>
      <item>
         <title>Answer</title>
         <author>tgtnicholas4</author>
         <link>https://padlet.com/mstia/67wie1fniwi3hji3/wish/532177507</link>
         <description><![CDATA[<div>1<br> 2048.<br>2 <br>you can't.<br>3 <br>every type of color has a binary code.  <br>4.  <br>10111.<br>5<br>Because no data is removed from the file, it can't be compressed to the same degree as lossy compression. On average, files are reduced by a maximum of 50 percent, whereas lossy compression can surpass this and provide a greater reduction in file size.<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-27 02:13:14 UTC</pubDate>
         <guid>https://padlet.com/mstia/67wie1fniwi3hji3/wish/532177507</guid>
      </item>
      <item>
         <title>Answers</title>
         <author>halynchaiyy</author>
         <link>https://padlet.com/mstia/67wie1fniwi3hji3/wish/532184271</link>
         <description><![CDATA[<div> 1. 2048<br>2.  You can't tell very well <br>3.Hundreds of thousands of pixels<br>4. 10111<br>5. Reduce your page size by looking under the hood of the image to be recovered directly without any loss of precision or information to be clear, there's not a "one size fits all" format for the web ( currently ). Different types of images should be encoded into different formats</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-27 02:19:13 UTC</pubDate>
         <guid>https://padlet.com/mstia/67wie1fniwi3hji3/wish/532184271</guid>
      </item>
      <item>
         <title>1</title>
         <author>tgtsavanna4</author>
         <link>https://padlet.com/mstia/67wie1fniwi3hji3/wish/532295851</link>
         <description><![CDATA[<div>256</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-27 04:05:01 UTC</pubDate>
         <guid>https://padlet.com/mstia/67wie1fniwi3hji3/wish/532295851</guid>
      </item>
      <item>
         <title>2</title>
         <author>tgtsavanna4</author>
         <link>https://padlet.com/mstia/67wie1fniwi3hji3/wish/532295878</link>
         <description><![CDATA[<div>you are un able to</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-27 04:05:03 UTC</pubDate>
         <guid>https://padlet.com/mstia/67wie1fniwi3hji3/wish/532295878</guid>
      </item>
      <item>
         <title>3</title>
         <author>tgtsavanna4</author>
         <link>https://padlet.com/mstia/67wie1fniwi3hji3/wish/532295950</link>
         <description><![CDATA[<div>the RGB  system is mainly about using 3 binary numbers to represent a colour by indicating the exact shades of the colours .</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-27 04:05:08 UTC</pubDate>
         <guid>https://padlet.com/mstia/67wie1fniwi3hji3/wish/532295950</guid>
      </item>
      <item>
         <title>4</title>
         <author>tgtsavanna4</author>
         <link>https://padlet.com/mstia/67wie1fniwi3hji3/wish/532295988</link>
         <description><![CDATA[<div>10111</div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-27 04:05:10 UTC</pubDate>
         <guid>https://padlet.com/mstia/67wie1fniwi3hji3/wish/532295988</guid>
      </item>
      <item>
         <title>5</title>
         <author>tgtsavanna4</author>
         <link>https://padlet.com/mstia/67wie1fniwi3hji3/wish/532296024</link>
         <description><![CDATA[<div>they could use run length encoding </div><div>to change for e.g. :</div><div> blue  blue  blue  blue  blue blue blue  blue  blue  blue  to 10 blue </div><div> </div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-27 04:05:13 UTC</pubDate>
         <guid>https://padlet.com/mstia/67wie1fniwi3hji3/wish/532296024</guid>
      </item>
      <item>
         <title>Answers </title>
         <author>tgttevi4</author>
         <link>https://padlet.com/mstia/67wie1fniwi3hji3/wish/532614353</link>
         <description><![CDATA[<div>1. 2048<br>2. You can’t be able to do it.<br>3. Hundreds and thousands of pixels <br>4. In binary the number 23 is 10111<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2020-04-27 07:38:39 UTC</pubDate>
         <guid>https://padlet.com/mstia/67wie1fniwi3hji3/wish/532614353</guid>
      </item>
   </channel>
</rss>
