<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Number Systems Class Activities for Computer Science by CSIatDMU</title>
      <link>https://padlet.com/demontfort/kznobfnu5k6k4ep2</link>
      <description>Interactive activities for learning binary, hexadecimal, decimal, and octal number systems in higher education</description>
      <language>en-us</language>
      <pubDate>2025-04-08 14:49:37 UTC</pubDate>
      <lastBuildDate>2025-04-08 14:49:44 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Binary Counter Challenge</title>
         <author>CSIatDMU</author>
         <link>https://padlet.com/demontfort/kznobfnu5k6k4ep2/wish/3400907025</link>
         <description><![CDATA[Students use an online binary counter simulator to practice converting decimal numbers to binary. They race against time to convert as many numbers as possible in 5 minutes. This helps build quick conversion skills and understanding of binary patterns.<br><br>Recommended tool: Use any online binary converter for verification.]]></description>
         <enclosure url="https://www.rapidtables.com/convert/number/decimal-to-binary.html" />
         <pubDate>2025-04-08 14:49:39 UTC</pubDate>
         <guid>https://padlet.com/demontfort/kznobfnu5k6k4ep2/wish/3400907025</guid>
      </item>
      <item>
         <title>Number System Conversion App</title>
         <author>CSIatDMU</author>
         <link>https://padlet.com/demontfort/kznobfnu5k6k4ep2/wish/3400907028</link>
         <description><![CDATA[Students develop a simple web-based or console application that converts between different number systems. This project can be done individually or in pairs.<br><br>Requirements:<br>- Input field for the number<br>- Selection for initial base (2, 8, 10, 16)<br>- Selection for target base<br>- Display of conversion result<br>- Error handling for invalid inputs]]></description>
         <pubDate>2025-04-08 14:49:39 UTC</pubDate>
         <guid>https://padlet.com/demontfort/kznobfnu5k6k4ep2/wish/3400907028</guid>
      </item>
      <item>
         <title>Digital Logic Gates Simulator</title>
         <author>CSIatDMU</author>
         <link>https://padlet.com/demontfort/kznobfnu5k6k4ep2/wish/3400907088</link>
         <description><![CDATA[Using an online digital logic simulator, students create circuits that perform binary arithmetic. This helps understand the relationship between binary numbers and computer hardware.<br><br>Tasks:<br>1. Create a half adder<br>2. Create a full adder<br>3. Combine multiple full adders to add larger binary numbers]]></description>
         <enclosure url="https://circuitverse.org/" />
         <pubDate>2025-04-08 14:49:41 UTC</pubDate>
         <guid>https://padlet.com/demontfort/kznobfnu5k6k4ep2/wish/3400907088</guid>
      </item>
      <item>
         <title>Hexadecimal Color Picker</title>
         <author>CSIatDMU</author>
         <link>https://padlet.com/demontfort/kznobfnu5k6k4ep2/wish/3400907089</link>
         <description><![CDATA[Students explore the relationship between hexadecimal numbers and colors in digital systems. Using an HTML color picker, they:<br>1. Pick different colors and note their hex values<br>2. Predict colors from hex values<br>3. Create a simple webpage showcasing their understanding of hex color codes]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/2/2e/Palette_of_125_main_colors_with_RGB_components_divisible_by_64.gif" />
         <pubDate>2025-04-08 14:49:41 UTC</pubDate>
         <guid>https://padlet.com/demontfort/kznobfnu5k6k4ep2/wish/3400907089</guid>
      </item>
      <item>
         <title>Base Conversion Quiz Game</title>
         <author>CSIatDMU</author>
         <link>https://padlet.com/demontfort/kznobfnu5k6k4ep2/wish/3400907092</link>
         <description><![CDATA[Create a competitive quiz game using online tools like Kahoot or Quizizz. Questions should include:<br>- Direct conversions between different bases<br>- Real-world applications (memory addresses, color codes, etc.)<br>- Pattern recognition in different number systems<br>- Quick mental conversion challenges]]></description>
         <pubDate>2025-04-08 14:49:41 UTC</pubDate>
         <guid>https://padlet.com/demontfort/kznobfnu5k6k4ep2/wish/3400907092</guid>
      </item>
      <item>
         <title>Memory Address Navigator</title>
         <author>CSIatDMU</author>
         <link>https://padlet.com/demontfort/kznobfnu5k6k4ep2/wish/3400907094</link>
         <description><![CDATA[Students use a hex editor to explore file structures and memory addresses. Tasks include:<br>1. Opening different file types and observing their hex representation<br>2. Identifying patterns in hex dumps<br>3. Understanding how data is stored and addressed in computer memory<br><br>This activity provides practical context for hexadecimal usage in computing.]]></description>
         <pubDate>2025-04-08 14:49:41 UTC</pubDate>
         <guid>https://padlet.com/demontfort/kznobfnu5k6k4ep2/wish/3400907094</guid>
      </item>
      <item>
         <title>Octal File Permissions Simulator</title>
         <author>CSIatDMU</author>
         <link>https://padlet.com/demontfort/kznobfnu5k6k4ep2/wish/3400907096</link>
         <description><![CDATA[Students learn about Unix/Linux file permissions using octal numbers. Create a simulator where students:<br>1. Convert between octal numbers and permission strings (rwx format)<br>2. Set permissions for different scenarios<br>3. Understand the practical application of octal in system administration]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/2/28/Linux_kernel_diagram.png" />
         <pubDate>2025-04-08 14:49:41 UTC</pubDate>
         <guid>https://padlet.com/demontfort/kznobfnu5k6k4ep2/wish/3400907096</guid>
      </item>
      <item>
         <title>Number System Patterns Investigation</title>
         <author>CSIatDMU</author>
         <link>https://padlet.com/demontfort/kznobfnu5k6k4ep2/wish/3400907097</link>
         <description><![CDATA[Students investigate patterns in different number systems using spreadsheet software. Tasks include:<br>1. Creating conversion tables<br>2. Identifying recurring patterns in different bases<br>3. Analyzing the efficiency of different number systems for specific uses<br>4. Creating visualizations of number system relationships]]></description>
         <pubDate>2025-04-08 14:49:41 UTC</pubDate>
         <guid>https://padlet.com/demontfort/kznobfnu5k6k4ep2/wish/3400907097</guid>
      </item>
      <item>
         <title>Binary Art Creator</title>
         <author>CSIatDMU</author>
         <link>https://padlet.com/demontfort/kznobfnu5k6k4ep2/wish/3400907098</link>
         <description><![CDATA[Students create simple pixel art where each pixel is represented by a binary number (0 or 1). They then convert their binary art pattern to hexadecimal and octal representations. This helps visualize how the same information can be represented in different number systems more concisely.]]></description>
         <enclosure url="https://live.staticflickr.com/65535/51111669956_374e1ef801_w.jpg" />
         <pubDate>2025-04-08 14:49:41 UTC</pubDate>
         <guid>https://padlet.com/demontfort/kznobfnu5k6k4ep2/wish/3400907098</guid>
      </item>
      <item>
         <title>Number System Calculator Design</title>
         <author>CSIatDMU</author>
         <link>https://padlet.com/demontfort/kznobfnu5k6k4ep2/wish/3400907099</link>
         <description><![CDATA[Students design and implement a calculator interface that works with multiple number systems. Features should include:<br>1. Basic arithmetic operations in binary, octal, and hexadecimal<br>2. Conversion between any two number systems<br>3. Bit-wise operations<br>4. Error handling for invalid inputs<br><br>This project combines UI design with number system manipulation.]]></description>
         <pubDate>2025-04-08 14:49:41 UTC</pubDate>
         <guid>https://padlet.com/demontfort/kznobfnu5k6k4ep2/wish/3400907099</guid>
      </item>
      <item>
         <title>Data Unit Converter</title>
         <author>CSIatDMU</author>
         <link>https://padlet.com/demontfort/kznobfnu5k6k4ep2/wish/3400907143</link>
         <description><![CDATA[Create a tool that converts between different data units (bytes, kilobytes, megabytes, etc.) and shows the values in different number systems. This helps understand:<br>1. How data sizes are represented in computing<br>2. The relationship between binary and decimal prefixes<br>3. Practical applications of number systems in computing]]></description>
         <enclosure url="https://www.thecalculatorsite.com/conversions/datastorage.php" />
         <pubDate>2025-04-08 14:49:43 UTC</pubDate>
         <guid>https://padlet.com/demontfort/kznobfnu5k6k4ep2/wish/3400907143</guid>
      </item>
   </channel>
</rss>
