<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>My glorious padlet by Osiel Lopez</title>
      <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2024-10-16 13:51:38 UTC</pubDate>
      <lastBuildDate>2025-04-09 14:54:22 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Relational Operators:</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3172395963</link>
         <description><![CDATA[<p>These are symbols that compare two values or expressions. Common relational operators include &lt;, &gt;, &lt;=, &gt;=, ==, and !=, which evaluate to Boolean values (true or false).</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1388112207/24799db6b738b4076d6cdb43e5e2d68b/download.jfif" />
         <pubDate>2024-10-16 13:54:42 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3172395963</guid>
      </item>
      <item>
         <title>Boolean:</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3172397137</link>
         <description><![CDATA[<p>A data type that has two possible values: true or false. Boolean values are often the result of relational expressions and are crucial in decision-making processes in programming.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1388112207/3f798090d9997d1b3e0511b51d06adba/1.png" />
         <pubDate>2024-10-16 13:55:18 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3172397137</guid>
      </item>
      <item>
         <title>Conditional Expressions: </title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3172398470</link>
         <description><![CDATA[<p>Expressions that evaluate to true or false, often used in control flow statements like if-else statements. They determine which block of code executes based on certain conditions.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1388112207/00a80bdc164d8c8f693795dede00786e/2.jfif" />
         <pubDate>2024-10-16 13:55:56 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3172398470</guid>
      </item>
      <item>
         <title>Zero Iteration Loop:</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3172399337</link>
         <description><![CDATA[<p>A loop that does not execute its body even once. This may occur if the loop condition is false from the beginning.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1388112207/5bc32f232154eb24107d6c3b5117d195/3.png" />
         <pubDate>2024-10-16 13:56:26 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3172399337</guid>
      </item>
      <item>
         <title>Infinite Loop:</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3172400446</link>
         <description><![CDATA[<p>A loop that continues to execute indefinitely because its termination condition is never met. This can occur due to logical errors in the loop’s condition or update mechanism.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1388112207/89b094634166a34a990501332c700a5c/4.png" />
         <pubDate>2024-10-16 13:57:09 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3172400446</guid>
      </item>
      <item>
         <title>Arithmetic Operations:</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3172401269</link>
         <description><![CDATA[<p>Fundamental mathematical operations such as addition, subtraction, multiplication, and division that are performed on numeric data types in programming.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1388112207/b30deb13f78bda89447d175f99373147/5.jfif" />
         <pubDate>2024-10-16 13:57:37 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3172401269</guid>
      </item>
      <item>
         <title>Order of Operations: </title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3172402847</link>
         <description><![CDATA[<p>The rules that dictate the sequence in which operations are performed in expressions. In programming, this usually follows the mathematical precedence: parentheses, exponents, multiplication and division (from left to right), and addition and subtraction (from left to right).</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1388112207/735733b88bf53dc31b0b3b623826e841/6.png" />
         <pubDate>2024-10-16 13:58:31 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3172402847</guid>
      </item>
      <item>
         <title>Nested Iteration:</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3172403868</link>
         <description><![CDATA[<p>The practice of placing one loop inside another. Each iteration of the outer loop triggers a complete cycle of the inner loop, which can lead to complex behaviors and performance considerations.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1388112207/ffc76379d4053b045e60189cd2574020/7.png" />
         <pubDate>2024-10-16 13:59:02 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3172403868</guid>
      </item>
      <item>
         <title>Flowchart:</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3172404969</link>
         <description><![CDATA[<p>A visual representation of a process or algorithm. Flowcharts use various symbols to denote different types of actions or steps, making it easier to understand the flow of control.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1388112207/0386b5a2ec5d888220599cb63565c03c/8.png" />
         <pubDate>2024-10-16 13:59:34 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3172404969</guid>
      </item>
      <item>
         <title>Flowchart Symbols:</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3172407149</link>
         <description><![CDATA[<p>Standardized symbols used in flowcharts to represent different actions or processes, such as ovals for start/end, diamonds for decisions, and rectangles for processes.</p><p><br/></p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1388112207/4d417084517cc4137c89be74893d2a65/9.png" />
         <pubDate>2024-10-16 14:00:41 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3172407149</guid>
      </item>
      <item>
         <title>Linear Flowchart: </title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3172408264</link>
         <description><![CDATA[<p>A flowchart that represents a sequence of steps in a straight line, with a clear start and end point, illustrating a straightforward process without branching.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1388112207/54b23f4dc61ed7469ea66595ec3eeb0b/11.png" />
         <pubDate>2024-10-16 14:01:23 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3172408264</guid>
      </item>
      <item>
         <title>Conditional Flowchart</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3172409338</link>
         <description><![CDATA[<p>A flowchart that includes decision points, represented by diamond shapes, which indicate different paths based on conditional expressions, leading to multiple possible outcomes.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1388112207/74992ac1604e59088f3bc2d66dadf452/12.png" />
         <pubDate>2024-10-16 14:01:55 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3172409338</guid>
      </item>
      <item>
         <title>binary</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3342243200</link>
         <description><![CDATA[<p>relating to, composed of, or involving two things.</p>]]></description>
         <enclosure url="https://libreshot.com/wp-content/uploads/2016/07/binary-code.jpg" />
         <pubDate>2025-02-25 16:14:52 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3342243200</guid>
      </item>
      <item>
         <title>Bit</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3342244782</link>
         <description><![CDATA[<p>the smallest unit of data that a computer can process and store</p>]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/9/92/Bits_and_Bytes.svg" />
         <pubDate>2025-02-25 16:15:57 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3342244782</guid>
      </item>
      <item>
         <title>Byte</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3342245729</link>
         <description><![CDATA[<p>a group of binary digits or bits (usually eight) operated on as a unit.</p>]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/9/92/Bits_and_Bytes.svg" />
         <pubDate>2025-02-25 16:16:32 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3342245729</guid>
      </item>
      <item>
         <title>data</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3342246749</link>
         <description><![CDATA[<p>information that can be interpreted and used by computers</p>]]></description>
         <enclosure url="https://opendatawatch.com/wp-content/uploads/Data-Value-Chain/ODW-Data2x-Data-Value-Chain-simple-CC-BY-ATTRIBUTION.jpg" />
         <pubDate>2025-02-25 16:17:15 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3342246749</guid>
      </item>
      <item>
         <title>encoding</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3342247368</link>
         <description><![CDATA[<p>to change something into a system for sending messages secretly, or to represent complicated information in a simple or short way</p>]]></description>
         <enclosure url="https://pixabay.com/get/g87fe7cd04decd080c59133a0cea1b7c556cbcddb200f945265b96714a18f57707f4f81c0810bbdc3f2a62205f93129d8.jpg" />
         <pubDate>2025-02-25 16:17:44 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3342247368</guid>
      </item>
      <item>
         <title>decimal</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3342254907</link>
         <description><![CDATA[<p>relating to or denoting a system of numbers and <a rel="noopener noreferrer nofollow" class="rMNQNe" href="https://www.google.com/search?safe=active&amp;sca_esv=42b57a03e57cf1c0&amp;rlz=1C1GCCU_enUS1137US1137&amp;q=arithmetic&amp;si=APYL9bsHRxpYwvvSTGj17LkMtmwDpYVgWU1hesVXbl-0Sk6yLNC_Cn4p4MzkXCcVrsygO3YPXmDKv3Tdp-90VKsiC3pcRXFPeHITBnDgXT7JAiRwqNtcQzQ%3D&amp;expnd=1&amp;sa=X&amp;sqi=2&amp;ved=2ahUKEwjvhKjmm9-LAxVHL9AFHX8eOdwQyecJegQINBAP">arithmetic</a> based on the number ten, <a rel="noopener noreferrer nofollow" class="rMNQNe" href="https://www.google.com/search?safe=active&amp;sca_esv=42b57a03e57cf1c0&amp;rlz=1C1GCCU_enUS1137US1137&amp;q=tenth&amp;si=APYL9buacWHJ_X3krgZdV4EhV1p9xGwbUvadJ4UGG2rUigA8giMakbpWxqYy-XrZhPzoiZWe6-K0jl5YPo_VSxeEKnSZL3cKwQ%3D%3D&amp;expnd=1&amp;sa=X&amp;sqi=2&amp;ved=2ahUKEwjvhKjmm9-LAxVHL9AFHX8eOdwQyecJegQINBAQ">tenth</a> parts, and powers of ten.</p>]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/4/4c/Decimal_digit.png" />
         <pubDate>2025-02-25 16:22:35 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3342254907</guid>
      </item>
      <item>
         <title>Hexadecimal</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3342255473</link>
         <description><![CDATA[<p>relating to or using a system of numerical notation that has 16 rather than 10 as its base.</p>]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/e/eb/Hexadecimal_multiplication_table.svg" />
         <pubDate>2025-02-25 16:22:57 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3342255473</guid>
      </item>
      <item>
         <title>Data abstraction</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3381640325</link>
         <description><![CDATA[<p>a programming technique that simplifies complex data structures and processes by presenting only essential information while hiding unnecessary details, making it easier to understand and interact with.</p>]]></description>
         <enclosure url="https://cdn4.explainthatstuff.com/osi-networking-model.png" />
         <pubDate>2025-03-25 15:17:31 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3381640325</guid>
      </item>
      <item>
         <title>Data Compression</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3381641501</link>
         <description><![CDATA[<p>the process of encoding information to reduce its storage space or transmission time by removing redundancy or irrelevancy.</p>]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/2/2a/Basic_Procedure_of_Genomic_Data_Compression.jpg" />
         <pubDate>2025-03-25 15:18:18 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3381641501</guid>
      </item>
      <item>
         <title>data set </title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3381642625</link>
         <description><![CDATA[<p>a collection of related sets of information that is composed of separate elements but can be manipulated as a unit by a computer.</p>]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/8/89/Aml_data_set_sorted_by_survival_time.png" />
         <pubDate>2025-03-25 15:19:00 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3381642625</guid>
      </item>
      <item>
         <title>Lossless compression </title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3381644477</link>
         <description><![CDATA[<p>a data compression technique where the original data can be perfectly reconstructed from the compressed data, ensuring no information is lost during the compression and decompression process</p>]]></description>
         <enclosure url="https://www.researchgate.net/publication/382332005/figure/fig2/AS:11431281260878365@1721273000737/Pipelined-computation-ofqof-ofq-Reg-1-Reg-2-Reg-t-2-Reg-t-1-i-i_Q320.jpg" />
         <pubDate>2025-03-25 15:20:12 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3381644477</guid>
      </item>
      <item>
         <title>Lossy Compression </title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3381646469</link>
         <description><![CDATA[<p><strong>a data compression technique that reduces file size by discarding some data, resulting in a loss of quality, but allowing for significantly smaller files and faster data transmission</strong></p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/1388112207/164040e68443520831ca0a27c0c275d2/download.png" />
         <pubDate>2025-03-25 15:21:29 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3381646469</guid>
      </item>
      <item>
         <title>Metadata </title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3381647527</link>
         <description><![CDATA[<p>structured information that describes, explains, locates, or otherwise makes it easier to retrieve, use, or manage an information resource.</p>]]></description>
         <enclosure url="https://elvis.padletcdn.com/1/fetch/e_in/pixabay.com/get/gc5d8d679d770917825c391555ff33d9f4cb18a460c98169bec9967ddbcfc7a986c7b91f40447333c1a05146d8b8974ce.jpg" />
         <pubDate>2025-03-25 15:22:06 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3381647527</guid>
      </item>
      <item>
         <title>Sampling Technique </title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3381648584</link>
         <description><![CDATA[<p>a statistical process where a representative subset, or sample, is selected from a larger population to make inferences about the whole population</p>]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/c/c4/Systematic_sampling.PNG" />
         <pubDate>2025-03-25 15:22:44 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3381648584</guid>
      </item>
      <item>
         <title>Scalability </title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3381650052</link>
         <description><![CDATA[<p>the ability of a computing process to be used or produced in a range of capabilities.</p>]]></description>
         <enclosure url="https://www.financestrategists.com/uploads/Advantages-and-Challenges-of-Blockchain.png" />
         <pubDate>2025-03-25 15:23:30 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3381650052</guid>
      </item>
      <item>
         <title>Data Filtering </title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3381650990</link>
         <description><![CDATA[<p>the process of selectively extracting or removing specific pieces of data from a larger dataset based on defined criteria or conditions, allowing you to focus on relevant information and exclude irrelevant data.</p>]]></description>
         <enclosure url="https://openclipart.org/download/305652/1535225266.svg" />
         <pubDate>2025-03-25 15:24:03 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3381650990</guid>
      </item>
      <item>
         <title>Pattern recognition </title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3381652062</link>
         <description><![CDATA[<p>a data analysis method that uses machine learning algorithms to automatically identify and classify patterns, features, or regularities in data, enabling systems to recognize familiar patterns, classify objects, and make predictions</p>]]></description>
         <enclosure url="https://elvis.padletcdn.com/1/fetch/e_in/pixabay.com/get/g8ce790af79910c6968950998d84f49b115e09b198b588c539a656c618b9999ca04774f8db80d5bb4e3c74b5684bdc657.jpg" />
         <pubDate>2025-03-25 15:24:44 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3381652062</guid>
      </item>
      <item>
         <title>correlation </title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3381653626</link>
         <description><![CDATA[<p>a statistical measure that expresses the extent to which two variables are linearly related</p>]]></description>
         <enclosure url="https://elvis.padletcdn.com/1/fetch/e_in/pixabay.com/get/gf6b56628815930d1e31d5877e9b84ceba6da691160b1dc7140e15eac1b527b365824e5171cf99e7157898c0cd63c9315.jpg" />
         <pubDate>2025-03-25 15:25:29 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3381653626</guid>
      </item>
      <item>
         <title>Computational Thinking</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3399059055</link>
         <description><![CDATA[<p>a problem-solving process that involves techniques and thought processes borrowed from computer science, including decomposition, pattern recognition, abstraction, and algorithmic thinking, to tackle complex issues in a systematic way.</p>]]></description>
         <enclosure url="https://elvis.padletcdn.com/1/fetch/e_in/pixabay.com/get/g6ce1c66b0ced5622185161039afec75fcb2e079e67cb79367481546b21b274d37a91a13d4b7b69066a3d9bf2ec3c464c.jpg" />
         <pubDate>2025-04-07 15:25:57 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3399059055</guid>
      </item>
      <item>
         <title>Parallel Computing </title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3399060682</link>
         <description><![CDATA[<p>Parallel computing refers to the process of breaking down larger problems into smaller, independent</p>]]></description>
         <enclosure url="https://www.powerthesaurus.org/_images/terms/parallel_computing-synonyms-2.png" />
         <pubDate>2025-04-07 15:26:56 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3399060682</guid>
      </item>
      <item>
         <title> Distributed Computing</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3399062116</link>
         <description><![CDATA[<p>the method of making multiple computers work together to solve a common problem.</p>]]></description>
         <enclosure url="https://elvis.padletcdn.com/1/fetch/e_in/pixabay.com/get/g026c468e8149cc3fcb5cd5223f5fbba87432ffce4d340186ee8d5f40e0daeaf6e02fcf3e3322e79c6ccb5d62e2623941.jpg" />
         <pubDate>2025-04-07 15:27:53 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3399062116</guid>
      </item>
      <item>
         <title>Fault Tolerance</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3399064214</link>
         <description><![CDATA[<p>the ability of a system to maintain proper operation despite failures or faults in one or more of its components</p>]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/f/fe/Fault-tolerant_control_of_discrete-event_systems_with_input-output_automata.png" />
         <pubDate>2025-04-07 15:28:57 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3399064214</guid>
      </item>
      <item>
         <title>Redundancy</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3399064978</link>
         <description><![CDATA[<p>the vital practice of incorporating backup components or systems to ensure uninterrupted operation</p>]]></description>
         <enclosure url="https://www.powerthesaurus.org/_images/terms/redundancy-synonyms-2.png" />
         <pubDate>2025-04-07 15:29:23 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3399064978</guid>
      </item>
      <item>
         <title>Bandwidth</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3402766190</link>
         <description><![CDATA[<p>the capacity of a network or communication channel to transmit data, measured in bits per second (bps) or megabits per second (Mbps)</p>]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/5/54/Bandwidth.png" />
         <pubDate>2025-04-09 14:40:24 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3402766190</guid>
      </item>
      <item>
         <title>Routing</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3402766777</link>
         <description><![CDATA[<p>he process of determining the best path for data packets to travel across a network from a source to a destination, using devices like routers and protocols like IP.</p>]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/3/30/Dynamic_routing.gif" />
         <pubDate>2025-04-09 14:40:48 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3402766777</guid>
      </item>
      <item>
         <title>Protocol</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3402767916</link>
         <description><![CDATA[<p>a set of rules or standards that govern how data is formatted, transmitted, and received between two or more devices or applications.</p>]]></description>
         <enclosure url="https://elvis.padletcdn.com/1/fetch/e_in/pixabay.com/get/gff3e2a4525fcc4c3f433317ca215d6d39cb87cb125e15c5192920ab29b847a1b47a8a4711d1614e13651dd5d7ff48330.jpg" />
         <pubDate>2025-04-09 14:41:30 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3402767916</guid>
      </item>
      <item>
         <title>Data Stream</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3402772383</link>
         <description><![CDATA[<p>a continuous, potentially infinite sequence of data elements made available over time, often processed in real-time or near real-time, rather than being stored and processed in bulk.</p>]]></description>
         <enclosure url="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/cec7ea9b-fc65-44c6-b968-0d818ded1d4a/d54l0zb-3b5179c0-1464-475e-baf6-26094e392375.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcL2NlYzdlYTliLWZjNjUtNDRjNi1iOTY4LTBkODE4ZGVkMWQ0YVwvZDU0bDB6Yi0zYjUxNzljMC0xNDY0LTQ3NWUtYmFmNi0yNjA5NGUzOTIzNzUuanBnIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.hNoSDEJeWiEhIJ_sL3T7EvEawMQsd_WFqKXeLtLWRf8" />
         <pubDate>2025-04-09 14:44:47 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3402772383</guid>
      </item>
      <item>
         <title>Packet</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3402773663</link>
         <description><![CDATA[<p>a formatted unit of data transmitted across a packet-switched network, containing control information (like source and destination addresses) and user data.</p>]]></description>
         <enclosure url="https://elvis.padletcdn.com/1/fetch/e_in/pixabay.com/get/g8a31d0219c8ca4bbbb0d713ed67d48c62ae17f440b482015b3819a80c684c5669c1f3fa0adb25aa62c0139b6542f5531.jpg" />
         <pubDate>2025-04-09 14:45:35 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3402773663</guid>
      </item>
      <item>
         <title>IP</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3402776949</link>
         <description><![CDATA[<p><strong><mark>Internet Protocol, a fundamental protocol that defines how data is transmitted across networks, including the internet, using IP addresses to identify devices</mark>.&nbsp;</strong></p>]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/7/72/IP_spoofing_en.svg" />
         <pubDate>2025-04-09 14:47:52 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3402776949</guid>
      </item>
      <item>
         <title>TCP (Transmission Control Protocol)</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3402779502</link>
         <description><![CDATA[<p>it's a fundamental protocol use to establish reliable, ordered, and error checked corrections for data commission  </p>]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/6/60/TCP_state_diagram.png" />
         <pubDate>2025-04-09 14:49:33 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3402779502</guid>
      </item>
      <item>
         <title>Efficiency</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3402780319</link>
         <description><![CDATA[<p>how effectively an algorithm or system utilizes resources (like time and memory) to complete a task, aiming for optimal performance and minimal waste.</p>]]></description>
         <enclosure url="https://www.picpedia.org/post-it-note/images/efficiency.jpg" />
         <pubDate>2025-04-09 14:50:12 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3402780319</guid>
      </item>
      <item>
         <title>interconnected </title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3402786647</link>
         <description><![CDATA[<p>the state of having different parts or things connected or related to each other, often within a network or system, enabling communication and data exchange.</p>]]></description>
         <enclosure url="https://www.ctrl.blog/media/hero/interconnected-clouds.jpeg" />
         <pubDate>2025-04-09 14:54:21 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3402786647</guid>
      </item>
      <item>
         <title>Runtime</title>
         <author>4801758</author>
         <link>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3402787400</link>
         <description><![CDATA[<p>the period during which a program is actively executing</p>]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/a/af/Common_Language_Runtime_diagram.svg" />
         <pubDate>2025-04-09 14:54:48 UTC</pubDate>
         <guid>https://padlet.com/4801758/vc0lfkoaue8sgyv4/wish/3402787400</guid>
      </item>
   </channel>
</rss>
