<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Unit 1 &amp; 8 CSP Vocab by Ruby Rodriguez</title>
      <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2024-10-13 01:15:22 UTC</pubDate>
      <lastBuildDate>2025-04-22 22:01:45 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Relational Operators</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3166346066</link>
         <description><![CDATA[<p>Used to compare two variables or values using relational operators. The result is a Boolean (true or false). For example, a  b is true if a and b are equal, and false if they’re not. Common operators are , !=, &gt;, &lt;, &gt;=, and &lt;=.</p>]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/e/e3/Font_Awesome_5_solid_less-than-equal.svg" />
         <pubDate>2024-10-13 01:51:50 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3166346066</guid>
      </item>
      <item>
         <title>Boolean</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3166347488</link>
         <description><![CDATA[<p>An expression that results in either true or false, used in the condition of an if statement.</p>]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/4/42/True_or_false_graphic.png" />
         <pubDate>2024-10-13 01:55:29 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3166347488</guid>
      </item>
      <item>
         <title>Conditional Expressions</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3166347905</link>
         <description><![CDATA[<p>A comparison, often in a while or if statement, that evaluates to either true or false.</p>]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/c/c5/If-Then-Else-diagram.svg" />
         <pubDate>2024-10-13 01:56:48 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3166347905</guid>
      </item>
      <item>
         <title>Zero Iteration Loop</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3166349005</link>
         <description><![CDATA[<p>A loop that never begins. </p>]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/a/ad/Eo_circle_teal_number-0.svg" />
         <pubDate>2024-10-13 01:59:36 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3166349005</guid>
      </item>
      <item>
         <title>Infinite Loop</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3166349525</link>
         <description><![CDATA[<p>A loop that goes on forever, while condition is true.</p>]]></description>
         <enclosure url="https://openclipart.org/download/306112/1536084644.svg" />
         <pubDate>2024-10-13 02:01:05 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3166349525</guid>
      </item>
      <item>
         <title>Arithmetic Operations</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3166349913</link>
         <description><![CDATA[<p>Math operations found in most programming languages, like addition, subtraction, multiplication, division, and modulus.</p>]]></description>
         <enclosure url="https://images.rawpixel.com/image_png_800/cHJpdmF0ZS9sci9pbWFnZXMvd2Vic2l0ZS8yMDIyLTA1L2pvYjcyOS0wMjYtcC5wbmc.png" />
         <pubDate>2024-10-13 02:02:24 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3166349913</guid>
      </item>
      <item>
         <title>Order of Operations</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3166350370</link>
         <description><![CDATA[<p>An order, such as PEMDAS, to ensure that a math problem is worked out correctly to conclude with the accurate answer.</p>]]></description>
         <enclosure url="https://m.media-amazon.com/images/I/51PO4XyuZLL._AC_UF894,1000_QL80_.jpg" />
         <pubDate>2024-10-13 02:04:06 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3166350370</guid>
      </item>
      <item>
         <title>Nested Iteration</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3166351738</link>
         <description><![CDATA[<p>This type of statement is an&nbsp;if statement placed inside another if statement.&nbsp;</p>]]></description>
         <enclosure url="https://pixabay.com/get/g5b343b06fdcd352673a7c07a37dfb7d3db1d873fad68d1073cc5e336360673f0664535c126a846d9f39627e87b7ad2f3.jpg" />
         <pubDate>2024-10-13 02:07:40 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3166351738</guid>
      </item>
      <item>
         <title>Flowcharts</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3166353090</link>
         <description><![CDATA[<p>Diagrams that visually represent the steps of an algorithm.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2145478942/dc34294f2b2eab6988fd1e5ecfa74fb0/IMG_1595.jpeg" />
         <pubDate>2024-10-13 02:11:46 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3166353090</guid>
      </item>
      <item>
         <title>Flowchart Symbols</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3166353654</link>
         <description><![CDATA[<p>Specific symbols that illustrate task directions.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2145478942/d60de8e61a34b8d222caebb5754f12b8/IMG_1596.jpeg" />
         <pubDate>2024-10-13 02:13:32 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3166353654</guid>
      </item>
      <item>
         <title>Linear Flowchart</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3166354462</link>
         <description><![CDATA[<p>This flowchart shows a linear algorithm for washing hands. Linear algorithms follow one sequence of steps to complete a task.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2145478942/d0fe57d6c7d610d1cde6182ad9612d6f/IMG_1597.jpeg" />
         <pubDate>2024-10-13 02:15:44 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3166354462</guid>
      </item>
      <item>
         <title>Conditional Flowchart</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3166355016</link>
         <description><![CDATA[<p>This flowchart shows a conditional algorithm for assigning students to buses. Conditional algorithms involve decision-making based on true/false or yes/no questions.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2145478942/3e9ab59d02d74ba045dcba4128893ec2/IMG_1598.jpeg" />
         <pubDate>2024-10-13 02:17:31 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3166355016</guid>
      </item>
      <item>
         <title>Binary</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3342246186</link>
         <description><![CDATA[<p>A 2 numeral system that represents all numbers, using only two digits; 0 and 1.</p><p><strong><br></strong></p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2145478942/739f2d39d2e8f608d58d00f0e29433c8/Binary.png" />
         <pubDate>2025-02-25 16:16:52 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3342246186</guid>
      </item>
      <item>
         <title>Bit</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3342253329</link>
         <description><![CDATA[<p>Every value of 1 or 0 is called a bit.</p>]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/9/92/Bits_and_Bytes.svg" />
         <pubDate>2025-02-25 16:21:33 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3342253329</guid>
      </item>
      <item>
         <title>Byte</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3342255392</link>
         <description><![CDATA[<p>Eight bits, able to represent 256 distinct values (abbreviated “b”).</p>]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/8/84/Eo_circle_indigo_number-8.svg" />
         <pubDate>2025-02-25 16:22:52 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3342255392</guid>
      </item>
      <item>
         <title>Data</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3342258478</link>
         <description><![CDATA[<p>Information translated into a form that is efficient for movement or processing.</p>]]></description>
         <enclosure url="https://miro.medium.com/v2/resize:fit:1200/0*kRZa0yD1H6uuvZXk.jpg" />
         <pubDate>2025-02-25 16:25:05 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3342258478</guid>
      </item>
      <item>
         <title>Encoding</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3342262027</link>
         <description><![CDATA[<p>The process of putting a sequence of characters (letters, numbers, punctuation, and certain symbols) into a specialized format for efficient transmission or storage.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2145478942/fee27f26df2683c45d02769798d79b1d/Encoding_vs_Decoding1.png" />
         <pubDate>2025-02-25 16:27:22 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3342262027</guid>
      </item>
      <item>
         <title>Decimal</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3342264657</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;sa=X&amp;sca_esv=42b57a03e57cf1c0&amp;rlz=1C1GCCU_enUS1125US1125&amp;biw=1600&amp;bih=731&amp;q=arithmetic&amp;si=APYL9bsHRxpYwvvSTGj17LkMtmwDpYVgWU1hesVXbl-0Sk6yLNC_Cn4p4MzkXCcVrsygO3YPXmDKv3Tdp-90VKsiC3pcRXFPeHITBnDgXT7JAiRwqNtcQzQ%3D&amp;expnd=1&amp;ved=2ahUKEwjLub-Yn9-LAxUe78kDHQb-MFcQyecJegQINRAP">arithmetic</a> based on the number ten, <a rel="noopener noreferrer nofollow" class="rMNQNe" href="https://www.google.com/search?safe=active&amp;sa=X&amp;sca_esv=42b57a03e57cf1c0&amp;rlz=1C1GCCU_enUS1125US1125&amp;biw=1600&amp;bih=731&amp;q=tenth&amp;si=APYL9buacWHJ_X3krgZdV4EhV1p9xGwbUvadJ4UGG2rUigA8giMakbpWxqYy-XrZhPzoiZWe6-K0jl5YPo_VSxeEKnSZL3cKwQ%3D%3D&amp;expnd=1&amp;ved=2ahUKEwjLub-Yn9-LAxUe78kDHQb-MFcQyecJegQINRAQ">tenth</a> parts, and powers of ten.</p>]]></description>
         <enclosure url="https://live.staticflickr.com/4074/4767253174_55b64a4784_b.jpg" />
         <pubDate>2025-02-25 16:29:10 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3342264657</guid>
      </item>
      <item>
         <title>Hexadecimal</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3342266535</link>
         <description><![CDATA[<p>Relating to or using a system of numerical <a rel="noopener noreferrer nofollow" class="rMNQNe" href="https://www.google.com/search?safe=active&amp;sca_esv=42b57a03e57cf1c0&amp;rlz=1C1GCCU_enUS1125US1125&amp;biw=1600&amp;bih=731&amp;q=notation&amp;si=APYL9bto9KfN6HH0KMpfhyCmyq0bqTXBDcSOHnsY_EGGkk8SKDXhw9RrdYZRIc_jgtzRMeXMe_dUSK7VcVF6E4FbWztsl28XI0_wNP9JjYpdXRx-tgbAReI%3D&amp;expnd=1&amp;sa=X&amp;ved=2ahUKEwj0rNGun9-LAxWu4skDHSg0ITIQyecJegQILRAQ">notation</a> that has 16 as a base.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2145478942/615afb8edc02832299d02146d0347177/hexadecimal.webp" />
         <pubDate>2025-02-25 16:30:27 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3342266535</guid>
      </item>
      <item>
         <title>Data Abstraction</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3391766932</link>
         <description><![CDATA[<p>A separation between the abstract properties of a data type and the concrete details of its representation.</p>]]></description>
         <enclosure url="https://turningpointfm.ca/wp-content/uploads/why-a-separation-agreement-is-important.jpg" />
         <pubDate>2025-04-02 00:30:51 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3391766932</guid>
      </item>
      <item>
         <title>Data Compression</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3391770462</link>
         <description><![CDATA[<p>Storing information using fewer bytes.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2145478942/7ec1b90b72bbaf3263af6513fd5de416/compressed_vs_uncompressed_1_1024x614.jpg" />
         <pubDate>2025-04-02 00:32:40 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3391770462</guid>
      </item>
      <item>
         <title>Data Set</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3391775885</link>
         <description><![CDATA[<p>A collection of related data that's usually organized in a standardized format.</p>]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/8/89/Aml_data_set_sorted_by_survival_time.png" />
         <pubDate>2025-04-02 00:35:51 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3391775885</guid>
      </item>
      <item>
         <title>Lossless Compression</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3391780097</link>
         <description><![CDATA[<p>Describes a method of compression in which original data can be completely recovered from the compressed data, without any loss of content.</p>]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/e/ed/Logo_You_Win.png" />
         <pubDate>2025-04-02 00:38:03 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3391780097</guid>
      </item>
      <item>
         <title>Lossy Compression</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3391781583</link>
         <description><![CDATA[<p>Describes a method of compression in which data is lost in a way that cannot be recovered from the compressed data.</p>]]></description>
         <enclosure url="https://live.staticflickr.com/2925/14684530866_d780a904d6_b.jpg" />
         <pubDate>2025-04-02 00:38:55 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3391781583</guid>
      </item>
      <item>
         <title>Metadata</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3391783941</link>
         <description><![CDATA[<p>Information about data, such as when, how, or by whom it was collected, or what software was used. Essentially, it's data about data. For example, if the data is an image, the metadata could include its creation date or file size.</p>]]></description>
         <enclosure url="https://datamanagement.wiki/_media/data_management/data_quality/metadata_types_07.png?w=400&amp;tok=a506c4" />
         <pubDate>2025-04-02 00:40:16 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3391783941</guid>
      </item>
      <item>
         <title>Sampling Technique</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3391786481</link>
         <description><![CDATA[<p>The method used to select a subset of data from a larger dataset for analysis, processing, or learning. It helps reduce computational complexity while maintaining accuracy.</p>]]></description>
         <enclosure url="https://upload.wikimedia.org/wikipedia/commons/6/60/Cluster_sampling.PNG" />
         <pubDate>2025-04-02 00:41:42 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3391786481</guid>
      </item>
      <item>
         <title>Scalability</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3391788670</link>
         <description><![CDATA[<p>The capacity for the system to change in size and scale to meet new demands.&nbsp;The Internet was designed to be scalable.</p>]]></description>
         <enclosure url="https://i1.pickpik.com/photos/404/348/900/scale-justice-weight-health-preview.jpg" />
         <pubDate>2025-04-02 00:43:00 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3391788670</guid>
      </item>
      <item>
         <title>Data Filtering</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3391790725</link>
         <description><![CDATA[<p>The process of refining or removing unwanted data from a dataset based on specific criteria.</p>]]></description>
         <enclosure url="https://images.icon-icons.com/3058/PNG/512/data_filter_filter_tunnel_data_research_data_analysis_icon_190635.png" />
         <pubDate>2025-04-02 00:44:01 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3391790725</guid>
      </item>
      <item>
         <title>Pattern Recognition</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3391792421</link>
         <description><![CDATA[<p>A field that focuses on training systems to recognize patterns in data using algorithms and machine learning techniques. It is widely used in applications like image recognition, speech processing, biometric identification, and anomaly detection.</p>]]></description>
         <enclosure url="https://img.exaly.com/journal-chart/13635/impact-factor/graph.svg" />
         <pubDate>2025-04-02 00:45:00 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3391792421</guid>
      </item>
      <item>
         <title>Correlation</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3391797451</link>
         <description><![CDATA[<p>The relationship or statistical association between two or more variables in a dataset, where changes in one variable may be related to changes in another.</p>]]></description>
         <enclosure url="https://live.staticflickr.com/3766/13737685894_ef3bee649f.jpg" />
         <pubDate>2025-04-02 00:47:51 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3391797451</guid>
      </item>
      <item>
         <title>Computational Thinking</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420302755</link>
         <description><![CDATA[<p>The thought processes involved in defining a problem and its solution so that the solution can be expertly carried out by a computer.</p>]]></description>
         <enclosure url="https://openclipart.org/download/333252/puzzlemind2.svg" />
         <pubDate>2025-04-22 21:43:25 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420302755</guid>
      </item>
      <item>
         <title>Parallel Computing</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420304770</link>
         <description><![CDATA[<p>A type of computing architecture in which several processors simultaneously execute multiple, smaller calculations broken down from an overall larger, complex problem.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2145478942/97a9e2554328a1e6e4e9c19747830f14/6230efa95bf3acf0e331afe1_61c9fbbd6ed8551b471954ea_Parallel_Computing_Diagram.gif" />
         <pubDate>2025-04-22 21:46:45 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420304770</guid>
      </item>
      <item>
         <title>Distributed Computing</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420305507</link>
         <description><![CDATA[<p>The method of making multiple computers work together to solve a common problem.</p>]]></description>
         <enclosure url="https://cdn4.explainthatstuff.com/og-large-computer-networks.png" />
         <pubDate>2025-04-22 21:47:45 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420305507</guid>
      </item>
      <item>
         <title>Fault Tolerance</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420306099</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://pix4free.org/assets/library/2021-06-16/originals/fault.jpg" />
         <pubDate>2025-04-22 21:48:37 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420306099</guid>
      </item>
      <item>
         <title>Redundancy</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420306900</link>
         <description><![CDATA[<p>The vital practice of incorporating backup components or systems to ensure uninterrupted operation.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2145478942/a9568589d81702cc55f21baf1b00f8cc/Redundancy_vs_Replication.webp" />
         <pubDate>2025-04-22 21:49:56 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420306900</guid>
      </item>
      <item>
         <title>Bandwidth</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420308058</link>
         <description><![CDATA[<p>The amount of data that can be sent from one point to another in a certain period of time.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2145478942/33b0cd5a7e4298c991aafaded09f5d6a/istockphoto_1355106123_612x612.jpg" />
         <pubDate>2025-04-22 21:51:53 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420308058</guid>
      </item>
      <item>
         <title>Routing</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420308398</link>
         <description><![CDATA[<p>The process of selecting and defining paths for IP-packet traffic within or between networks as well as the process of managing network traffic overall.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2145478942/376cb6563a68cec5d640fbf288b5967a/what_is_routing_1200x627.avif" />
         <pubDate>2025-04-22 21:52:42 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420308398</guid>
      </item>
      <item>
         <title>Protocol</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420308848</link>
         <description><![CDATA[<p>A set of rules that govern how data is transmitted and received in a network.</p>]]></description>
         <enclosure url="https://www.thebluediamondgallery.com/handwriting/images/protocol.jpg" />
         <pubDate>2025-04-22 21:53:34 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420308848</guid>
      </item>
      <item>
         <title>Data Stream</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420309445</link>
         <description><![CDATA[<p>The process of transmitting a continuous flow of data (also known as streams) typically fed into stream processing software to derive valuable insights.</p>]]></description>
         <enclosure url="https://cdn4.explainthatstuff.com/og-large-streaming-media-concept.png" />
         <pubDate>2025-04-22 21:54:40 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420309445</guid>
      </item>
      <item>
         <title>Packet</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420310352</link>
         <description><![CDATA[<p>In networking, a packet is a small segment of a larger message.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2145478942/871ea78c8e22872853c9895c8c9c9522/ee135be8f541bd55939b0ea21a1429fd06158766.svg" />
         <pubDate>2025-04-22 21:55:54 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420310352</guid>
      </item>
      <item>
         <title>IP (Internet Protocol)</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420311234</link>
         <description><![CDATA[<p>Is a protocol, or set of rules, for routing and addressing packets of data so that they can travel across networks and arrive at the correct destination.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2145478942/06e8b7731c9e71ce6a839d86bdbd437c/How_does_IP_addressing_work.webp" />
         <pubDate>2025-04-22 21:57:14 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420311234</guid>
      </item>
      <item>
         <title>TCP (Transmission Control Protocol)</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420312080</link>
         <description><![CDATA[<p>A communications standard that enables application programs and computing devices to exchange messages over a network.</p>]]></description>
         <enclosure url="https://cdn4.explainthatstuff.com/osi-networking-model.png" />
         <pubDate>2025-04-22 21:58:23 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420312080</guid>
      </item>
      <item>
         <title>Efficiency</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420312470</link>
         <description><![CDATA[<p>The ratio of useful work to resources (processor and storage) expended.</p>]]></description>
         <enclosure url="https://pix4free.org/assets/library/2021-01-19/originals/efficiency.jpg" />
         <pubDate>2025-04-22 21:59:07 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420312470</guid>
      </item>
      <item>
         <title>Interconnected</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420312841</link>
         <description><![CDATA[<p>A direct connection between two or more systems in different authorization boundaries for the purpose of exchanging information and/or allowing access to information, information services, and resources.</p>]]></description>
         <enclosure url="https://freerangestock.com/sample/94277/interconnected-network-of-wires.jpg" />
         <pubDate>2025-04-22 21:59:46 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420312841</guid>
      </item>
      <item>
         <title>Runtime</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420313314</link>
         <description><![CDATA[<p>It is the time that a program is running alongside all the external instructions needed for proper execution.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2145478942/c0bdb07292f2f18a0f0a9f0c9f52adf6/where_the_runtime_system_fits_in_h_half_column_mobile.png" />
         <pubDate>2025-04-22 22:00:43 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420313314</guid>
      </item>
      <item>
         <title>Redundancy</title>
         <author>40027712</author>
         <link>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420313884</link>
         <description><![CDATA[<p>The vital practice of incorporating backup components or systems to ensure uninterrupted operation.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2145478942/b3bd28ab2388eb4ef4f9c3431c729096/Redundancy_vs_Replication.webp" />
         <pubDate>2025-04-22 22:01:44 UTC</pubDate>
         <guid>https://padlet.com/40027712/qpm8nrfp72hbi3h2/wish/3420313884</guid>
      </item>
   </channel>
</rss>
