<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>My distinguished padlet by (PLE) Juan Kaniyampady Joison</title>
      <link>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2025-01-31 14:22:18 UTC</pubDate>
      <lastBuildDate>2025-02-05 12:31:42 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>1.1 SYSTEM ARCHITECTURE</title>
         <author>jjoiso20</author>
         <link>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3311206971</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://sites.google.com/horburycomputing.co.uk/gcse-computing/1-1-system-architecture" />
         <pubDate>2025-01-31 14:24:00 UTC</pubDate>
         <guid>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3311206971</guid>
      </item>
      <item>
         <title>1.2EMMORY AND STORAGE</title>
         <author>jjoiso20</author>
         <link>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3311215902</link>
         <description><![CDATA[<p><br></p><p><br></p><p><br></p><p><br></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-31 14:31:01 UTC</pubDate>
         <guid>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3311215902</guid>
      </item>
      <item>
         <title>RAM</title>
         <author>jjoiso20</author>
         <link>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3311220238</link>
         <description><![CDATA[<p><strong>Random Access Memory (RAM) is a used for a temporary store of instructions and data in use by the CPU for currently executing programs. Programs and data are loaded from the hard disk/solid state storage to RAM for processing. RAM is volatile, which means that the contents are lost when the power is turned off. RAM is read and write capable, which means that you can store new data on it and also read data from it.</strong></p><p><br></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-31 14:34:32 UTC</pubDate>
         <guid>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3311220238</guid>
      </item>
      <item>
         <title>ROM</title>
         <author>jjoiso20</author>
         <link>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3311223310</link>
         <description><![CDATA[<p>Read Only Memory (ROM) is a form of memory in a computer system that holds the instructions that are executed when the computer is first turned on, also known as the ‘bootstrap loader’. It is non volatile, which means that the contents remains when the power is turned off. ROM is read only, which means that it can only be read from and the contents are not changed.</p><p>The main purpose of ROM that you will need to learn for the exam is that it holds the boot-up program, but it does also have other uses. It can be used to store programs in special cartridges on portable games consoles and embedded systems sometimes hold their main program in ROM.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-31 14:37:07 UTC</pubDate>
         <guid>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3311223310</guid>
      </item>
      <item>
         <title>RAM ROM COMPAIRONSN</title>
         <author>jjoiso20</author>
         <link>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3311225208</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3342997916/5879c5f942942d8b8c98b2b01d28d298/DIFF_BETWEEN_RAM_AND_ROM.png" />
         <pubDate>2025-01-31 14:38:39 UTC</pubDate>
         <guid>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3311225208</guid>
      </item>
      <item>
         <title>VIRTUAL MEMORY</title>
         <author>jjoiso20</author>
         <link>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3311226407</link>
         <description><![CDATA[<p>Virtual memory has a slower access speed for two reasons, one is that the hard drive or other primary storage device (which is where the Virtual Memory is created), has a slower access speed than RAM. Secondly, all data that is in Virtual Memory needs to be loaded into RAM first before it can be processed by the CPU, this page swapping takes time and the whole process takes more time than reading from RAM directly.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-31 14:39:37 UTC</pubDate>
         <guid>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3311226407</guid>
      </item>
      <item>
         <title>CPU FUNCTION </title>
         <author>jjoiso20</author>
         <link>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3311227596</link>
         <description><![CDATA[<p>The function of the Central Processing Unit is to fetch, decode, and execute instructions.</p><p>The program code instructions are stored in the systems RAM. They are <strong>fetched</strong>, one at a time, and retrieved along the data bus on the computer. The Control Unit <strong>decodes </strong>the instruction and sends data and signals around the CPU that carry out (or <strong>execute</strong>) the instruction.</p><p>This cycle repeats constantly. Even when the computer system seems to be doing nothing, it is actually running through this cycle, checking the keyboard, refreshing the display etc.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-31 14:40:26 UTC</pubDate>
         <guid>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3311227596</guid>
      </item>
      <item>
         <title>FDE CYCLE</title>
         <author>jjoiso20</author>
         <link>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3311228605</link>
         <description><![CDATA[<p><strong>The Fetch Cycle</strong></p><ol><li><p>The PC value is copied to the MAR</p></li><li><p>PC is incremented</p></li><li><p>The Instruction at the MAR address is read from RAM</p></li></ol><p><strong>The Decode Cycle</strong></p><ol><li><p>The instruction in the MAR is decoded by the CU</p></li></ol><p><strong>The Execute Cycle</strong></p><ol><li><p>The data at the MAR address is read from RAM</p></li><li><p>The ALU performs any calculations required on the ACC</p></li><li><p>The value in the MDR is written to the address in the MAR.</p></li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-31 14:41:13 UTC</pubDate>
         <guid>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3311228605</guid>
      </item>
      <item>
         <title>CPU COMPONENTS</title>
         <author>jjoiso20</author>
         <link>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3311239983</link>
         <description><![CDATA[<ul><li><p>ALU (Arithmetic Logic Unit)</p></li><li><p>The function of an ALU is <strong>to take binary inputs, execute the operation, and create, store, and distribute binary output</strong>. ALUs make arithmetic and logical calculations within a computer's CPU.</p></li><li><p>CU (Control Unit)</p></li><li><p>A control unit, or CU, is circuitry within a computer's processor that <strong>directs operations</strong>. It instructs the memory, logic unit, and both output and input devices of the computer on how to respond to the program's instructions.</p></li><li><p>Cache</p></li><li><p>It is a hardware or software that is used to store something, usually data, temporarily in a computing environment. It is a small amount of faster, more expensive memory used to improve the performance of recently or frequently accessed data.</p></li><li><p>Registers</p></li><li><p>Registers are small amounts of high speed memory. contained within the CPU. They are used by the processor <strong>to store small amounts of data that are needed during processing</strong>, such as: the address of the next instruction to be executed.</p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-31 14:49:39 UTC</pubDate>
         <guid>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3311239983</guid>
      </item>
      <item>
         <title>VON NEUMANN ARCHITECTURE COMPONENTS</title>
         <author>jjoiso20</author>
         <link>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3311243010</link>
         <description><![CDATA[<ul><li><p>MAR (Memory Address Register)</p></li><li><p>MDR (Memory Data Register)</p></li><li><p>Program Counter</p></li><li><p>Accumulator</p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2025-01-31 14:52:01 UTC</pubDate>
         <guid>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3311243010</guid>
      </item>
      <item>
         <title>Secondary Storage</title>
         <author>jjoiso20</author>
         <link>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3313607702</link>
         <description><![CDATA[<p>Computers use primary memory such as random access memory (RAM) and cache to hold data that is being processed. However, this type of memory is volatile, which means it loses its contents when the computer is switched off. General purpose computers, such as personal computers and tablets, need to be able to store programs and data for later use.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-02-03 13:09:44 UTC</pubDate>
         <guid>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3313607702</guid>
      </item>
      <item>
         <title>Why is secondary storage needed?</title>
         <author>jjoiso20</author>
         <link>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3313609806</link>
         <description><![CDATA[<p>Secondary storage is non-volatile, long-term storage. It is used to keep programs and data indefinitely. Without secondary storage all programs and data would be lost the moment the computer is switched off.</p><p>There are many forms of secondary storage and each type of secondary storage device has its own characteristics. Because all devices are different, some are more suited to certain applications than others.</p><p>For example, a hard disk drive has a high capacity and reasonable access speed, making it suitable for everyday storage of programs and data. A USB stick is smaller in capacity, but extremely fast and portable, making it suitable for transferring files between computers.</p><p>Not all computers require secondary storage. Embedded computers, such as those found in a digital watch or central heating system, do not need to store data when the power is turned off. The instructions needed to run them are stored in ROM and any user data is held in RAM.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-02-03 13:11:13 UTC</pubDate>
         <guid>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3313609806</guid>
      </item>
      <item>
         <title>Magnetic storage</title>
         <author>jjoiso20</author>
         <link>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3313611837</link>
         <description><![CDATA[<p>Magnetic devices such as hard disk drives use magnetic fields to magnetise tiny individual sections of a metal spinning disk. Each tiny section represents one bit. A magnetised section represents a binary '1' and a demagnetised section represents a binary '0'. These sections are so tiny that disks can contain terabytes (TB) of data.</p><p>As the disk is spinning, a read/write head moves across its surface. To write data, the head magnetises or demagnetises a section of the disk that is spinning under it. To read data, the head makes a note of whether the section is magnetised or not.</p><p>Magnetic devices are fairly cheap, high in capacity and durable. However, they are susceptible to damage if dropped. They are also vulnerable to magnetic fields. A strong magnet might possibly erase the data the device holds.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-02-03 13:12:52 UTC</pubDate>
         <guid>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3313611837</guid>
      </item>
      <item>
         <title>Optical Devices</title>
         <author>jjoiso20</author>
         <link>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3313613727</link>
         <description><![CDATA[<p>Optical devices use a laser to scan the surface of a spinning disc made from metal and plastic. The disc surface is divided into tracks, with each track containing many flat areas and hollows. The flat areas are known as lands and the hollows as pits.</p><p>When the laser shines on the disc surface, lands reflect the light back, whereas pits scatter the laser beam. A sensor looks for the reflected light. Reflected light (lands) represents a binary '1', and no reflection (pits) represents a binary '0'.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-02-03 13:14:05 UTC</pubDate>
         <guid>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3313613727</guid>
      </item>
      <item>
         <title>Types of optical devices</title>
         <author>jjoiso20</author>
         <link>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3313618703</link>
         <description><![CDATA[<ul><li><p><strong>ROM </strong>media have data pre-written on them. The data cannot be overwritten. Music, films, software and games are often distributed this way.</p></li><li><p><strong>R</strong> media are blank. An optical device writes data to them by shining a laser onto the disc. The laser burns pits to represent '0's. The media can only be written to once, but read many times. Copies of data are often made using these media.</p></li><li><p><strong>RW</strong> works in a similar way to R, except that the disc can be written to more than once.</p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2025-02-03 13:17:42 UTC</pubDate>
         <guid>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3313618703</guid>
      </item>
      <item>
         <title>Solid State Devices</title>
         <author>jjoiso20</author>
         <link>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3313623674</link>
         <description><![CDATA[<p>Solid state devices use non-volatile random access memory (RAM) to store data indefinitely. They tend to have much faster access times than other types of device and, because they have no moving parts, are more durable.</p><p>Since this type of memory is more expensive, solid state devices tend to be smaller in capacity than other types. For example, a solid-state drive that holds 256 GB might be of a similar cost to a hard disk with one terabyte capacity.</p><p>Solid state devices require little power, making them ideal for portable devices where battery life is a big consideration. They are also portable due to their small size and durability.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-02-03 13:21:04 UTC</pubDate>
         <guid>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3313623674</guid>
      </item>
      <item>
         <title>Features to consider when buying a suitable storage device</title>
         <author>jjoiso20</author>
         <link>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3313628147</link>
         <description><![CDATA[<ul><li><p>Cost - what is the cost per gigabyte (GB)?</p></li><li><p>Capacity - how much data can the medium hold?</p></li><li><p>Speed of access - how quickly can data be transferred to and from the medium?</p></li><li><p>Portability - how portable is the medium? Does it need to be portable?</p></li><li><p>Durability - how robust is the medium, and how robust will it need to be?</p></li><li><p>Reliability - how resilient and long-lasting is the medium?</p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2025-02-03 13:24:12 UTC</pubDate>
         <guid>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3313628147</guid>
      </item>
      <item>
         <title>Advantages/Disadvantages of storage devices</title>
         <author>jjoiso20</author>
         <link>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3313650864</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/3342997916/0856ace11c52c039f8e5b47e74919f94/image.png" />
         <pubDate>2025-02-03 13:40:08 UTC</pubDate>
         <guid>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3313650864</guid>
      </item>
      <item>
         <title>1.3 Networks and Toppoligies</title>
         <author>jjoiso20</author>
         <link>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3316851290</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2025-02-05 12:20:33 UTC</pubDate>
         <guid>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3316851290</guid>
      </item>
      <item>
         <title>Netowrks computer</title>
         <author>jjoiso20</author>
         <link>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3316852186</link>
         <description><![CDATA[<p>A network is two or more computers (or other electronic devices) that are connected together for the purpose of communication. They are connected by a wired medium such as cables, or by a wireless medium such as Wi-Fi.</p><p>A computer or device that is not connected to a network is called a stand-alone.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-02-05 12:21:24 UTC</pubDate>
         <guid>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3316852186</guid>
      </item>
      <item>
         <title>Benefits of COmputer networks</title>
         <author>jjoiso20</author>
         <link>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3316852918</link>
         <description><![CDATA[<ul><li><p>file sharing - users can share files with other users</p></li><li><p>hardware sharing - users can share hardware, such as a printer</p></li><li><p>communication - users can communicate via email, chat, or by video</p></li><li><p>roaming access - users can sign in to any computer on the network and be able to access their files</p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2025-02-05 12:22:16 UTC</pubDate>
         <guid>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3316852918</guid>
      </item>
      <item>
         <title>Benefits of larger networks</title>
         <author>jjoiso20</author>
         <link>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3316855584</link>
         <description><![CDATA[<ul><li><p>centralised maintenance and updates - network managers can apply software updates across a network, removing the need for a user to worry about having to do so</p></li><li><p>centralised security - anti-virus software and firewalls can be implemented across a network, helping to protect user files from risks</p></li><li><p>user monitoring - network managers can monitor what users do on a network</p></li><li><p>levels of access - different users can be given different access rights. This gives network managers the ability to generally restrict user access to certain files, while granting permission to specific users</p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2025-02-05 12:24:57 UTC</pubDate>
         <guid>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3316855584</guid>
      </item>
      <item>
         <title>Disadvantages of computer networks</title>
         <author>jjoiso20</author>
         <link>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3316860562</link>
         <description><![CDATA[<ul><li><p>cost - additional equipment is needed to allow computers to communicate</p></li><li><p>management - networks require management by technical staff such as a network manager</p></li><li><p>spread of malware - viruses and other forms of malware can easily spread across an improperly secured network</p></li><li><p>hacking - once a device is connected to another device, it is possible that data may be accessed without the device owner's permission</p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2025-02-05 12:29:36 UTC</pubDate>
         <guid>https://padlet.com/jjoiso20/jpdl3u2tdfq3c15y/wish/3316860562</guid>
      </item>
   </channel>
</rss>
