<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Research notes by KESAVAN POOJA</title>
      <link>https://padlet.com/kpooja0825/86pvrv0om7t1lrtw</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2025-04-22 03:23:08 UTC</pubDate>
      <lastBuildDate>2025-04-22 03:44:28 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f52c.png</url>
      </image>
      <item>
         <title>Types of Programming languages</title>
         <author>kpooja0825</author>
         <link>https://padlet.com/kpooja0825/86pvrv0om7t1lrtw/wish/3418727347</link>
         <description><![CDATA[<p><strong>Types of programming languages</strong></p><ul><li><p>Machine Languages: Binary code only understood by a computer through CPU.</p></li><li><p>Compiled Languages (C# and Java)</p><ul><li><p>These languages are used to develop systems programs, such as operating systems or hardware drivers.</p></li><li><p>They are also used for managing parts of the computer system such as memory and data transfer.</p></li><li><p>Compiled languages are also called&nbsp;<strong>low-level programs</strong>&nbsp;because they are very close to the actual hardware of a machine.</p></li></ul></li><li><p>Interpreted Languages (Python and JavaScript): Interpreted languages are the most abstracted from machine language that is designed to be&nbsp;self-describing (Both easily readable by humans, but also the syntax of the code tells the developer what the code does).</p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-22 03:29:03 UTC</pubDate>
         <guid>https://padlet.com/kpooja0825/86pvrv0om7t1lrtw/wish/3418727347</guid>
      </item>
      <item>
         <title>4 basic functions of computers </title>
         <author>yeojaven0</author>
         <link>https://padlet.com/kpooja0825/86pvrv0om7t1lrtw/wish/3418734474</link>
         <description><![CDATA[<p>Input : </p><ul><li><p>inputs are information received by a computer </p></li><li><p>a computer can only perform a function after receiving an input </p></li><li><p>Web developers build interfaces for users to provide input through keyboards, computer mouses, or even touchscreens and microphones. Computers can also receive input automatically through devices like sensors. &nbsp;</p></li><li><p>The computer must translate the data it receives from the input devices into binary code for the computer to either store or process</p></li><li><p><strong>Binary code</strong>, also known as machine code, is a system that represents all data as either 0’s or 1’s (or false/true or off/on)</p></li><li><p>Binary code is the only language that a computer can understand </p></li></ul><p>Processing : </p><ul><li><p>When a computer receives data, in the form of 0’s and 1’s, it must transform that data. The computer transforms the data into anything from numbers, to letters, to simple commands.</p></li><li><p><strong>Processing</strong> is the series of actions that a computer takes when it receives data. The programs that web developers write will tell the computer what to do with the data that it receives. </p></li><li><p>The computer mainly performs logical operations because the data is converted into 0’s and 1’s. &nbsp;</p></li></ul><p>Output : </p><ul><li><p><strong>Output</strong> is the result of the computer transforming input data, through processing, into usable information</p></li><li><p>A computer’s output might be letters, numbers, photos, videos, or audio. Users can receive this output in different ways including via device screens, speakers, and even external devices such as printers</p></li><li><p>Similarly to input devices, output devices must do some translation. They decode machine code from the computer into a format that users can understand.&nbsp;</p></li></ul><p>Storage </p><ul><li><p>Storage refers to how a device retains information. Web developers need to be aware of, and need to know how to use, <strong>short-term storage</strong> and <strong>long-term storage</strong>.<strong>&nbsp;&nbsp;</strong></p></li><li><p><strong>Short-term storage </strong>also called volatile memory, stores data while the device is running.</p></li><li><p>Websites store data that web pages will use while the user is interacting with it. The data is stored in short-term memory, called <strong>random access memory (RAM)</strong></p></li><li><p>Example : When a customer enters an order, the web page will hold the data in short-term memory until the customer clicks or taps a button to submit the order.</p></li><li><p><strong>Long-term storage </strong>will retain information even after the device is powered down.</p></li><li><p>Devices like <strong>solid-state drives (SDD)</strong> or <strong>hard disk drives (HDD)</strong> are used for long-term storage.</p></li><li><p>Websites create small files that store information called <strong>cookies</strong>. A cookie stores user-specific data such as the last time that the user visited the site, how long before they need to log in again, and other data.</p></li><li><p>The device’s long term storage stores cookies, which persist between site <strong>sessions</strong>. A session is the time a user is on a website in one continuous block of time.&nbsp;</p><p><br></p><p><br></p></li></ul><p><br/></p><p><br/></p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-22 03:32:21 UTC</pubDate>
         <guid>https://padlet.com/kpooja0825/86pvrv0om7t1lrtw/wish/3418734474</guid>
      </item>
      <item>
         <title>Front End/Back End  Devlopment</title>
         <author></author>
         <link>https://padlet.com/kpooja0825/86pvrv0om7t1lrtw/wish/3418742296</link>
         <description><![CDATA[<p><strong>Front End Devlopment</strong></p><p>The code is run on the users device, and its main focus is website layout and visual design elements</p><p>It's priority is user experience and accessibility, ablity to use websites in multiple devices. </p><p>Languages used : HTML, CSS, JavaScript</p><p><br/></p><p><strong>Back End Devlopment</strong></p><p>The code is run on website's server and its main focus is logic, integration and  data management.</p><p>Its priority is security, data integrity and server responsiveness</p><p>Languages used: JavaScript, Java, Python</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-22 03:35:27 UTC</pubDate>
         <guid>https://padlet.com/kpooja0825/86pvrv0om7t1lrtw/wish/3418742296</guid>
      </item>
      <item>
         <title>How does a computer read code?</title>
         <author>kpooja0825</author>
         <link>https://padlet.com/kpooja0825/86pvrv0om7t1lrtw/wish/3418755775</link>
         <description><![CDATA[<p><strong>How does a computer read code?</strong></p><ol><li><p>The translator (a compiler or interpreter) checks the code to ensure the syntax is correct. It also confirms that the code follows the rules of the language. If it finds an error, the translator stops and provides information to you about what the error is and where it occurred.</p></li><li><p>The translator converts the code into machine language. The computer’s brain, the CPU, can’t use the code until it’s in a language it can understand, which is machine language.</p></li><li><p>The computer’s operating system opens the translated code, reads the program’s instructions, and executes those instructions.</p></li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2025-04-22 03:41:29 UTC</pubDate>
         <guid>https://padlet.com/kpooja0825/86pvrv0om7t1lrtw/wish/3418755775</guid>
      </item>
   </channel>
</rss>
