<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Operating System  by Alicia Sánchez Cruz</title>
      <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2023-11-20 17:58:29 UTC</pubDate>
      <lastBuildDate>2023-11-21 14:02:24 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>KERNEL</title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796742149</link>
         <description><![CDATA[<p>The kernel is a software code that controls the entire operating system. It loads first when the OS boots and remains in memory throughout the computer session. It executes processes and handles interrupts in the kernel space, while user tasks are performed in a separate user area of memory. The kernel interacts with users through a shell and other programs and hardware.</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 18:00:16 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796742149</guid>
      </item>
      <item>
         <title>KERNEL CONT...</title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796746556</link>
         <description><![CDATA[<p>The kernel provides services for process management, file management, I/O management, and memory management.</p><p>System calls are used to provide these services.</p><p>The kernel includes:</p><p>1. Scheduler: assigns the kernel's processing time to various processes.</p><p>2. Supervisor: grants permissions to each process to use computer system resources.</p><p>3. Interrupt handler: handles requests from hardware devices competing for kernel services.</p><p>4. Memory manager: allocates memory space for users of the kernel service.</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 18:05:03 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796746556</guid>
      </item>
      <item>
         <title>SYSTEM CALL</title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796746811</link>
         <description><![CDATA[<p>A program or application can make a system call to request services or resources from the kernel of the operating system. These calls allow for input/output operations, memory access, process creation, and waiting for signals or interrupts. System calls are known as software interrupts and are essential for the operation of the operating system.</p><p><br></p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 18:05:20 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796746811</guid>
      </item>
      <item>
         <title>STARTING AN OPERATING SYSTEM (BOOTING)</title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796756842</link>
         <description><![CDATA[<p>The power on switch sends electricity to the motherboard via the Voltage Good line. If the power supply is good, the BIOS chip takes over. In Real Mode, the CPU can only use about 1 MB of motherboard memory. </p><p>The BIOS performs a Power-On Self Test (POST) to check hardware functionality. </p><p>It then looks for the Master Boot Record (MBR) on the primary hard disk, which contains a map of all partitions. </p><p>The Bootstrap Loader follows instructions to start up the computer and load the operating system.</p><p>In Early Kernel Initialization, a smaller core of the kernel is activated, including device drivers for RAM usage.</p><p><br></p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 18:15:03 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796756842</guid>
      </item>
      <item>
         <title>FUNTIONS OF OPERATING SYSTEM</title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796766403</link>
         <description><![CDATA[<p>Funtions of operating system:</p><ul><li><p>Process Management</p></li><li><p>File Management</p></li><li><p>I/O Management </p></li><li><p>Security and protection</p></li><li><p>User interface </p></li><li><p>Memory management</p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 18:25:00 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796766403</guid>
      </item>
      <item>
         <title>PROCESS MANAGEMENT</title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796767040</link>
         <description><![CDATA[<p>A process is an executing program that requires resources like CPU time, memory, files, and I/O devices. Multiple processes can run simultaneously, and the creation, execution, and termination of processes are essential functions of an operating system. Process synchronization is necessary when processes depend on shared resources. When processes are independent, measures must be taken to prevent memory overlap. The OS manages RAM usage, allocating and de-allocating memory as needed. Prioritizing more important processes for execution is also the responsibility of the OS.</p><p><br></p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 18:25:42 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796767040</guid>
      </item>
      <item>
         <title>FILE MANAGEMENT</title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796769808</link>
         <description><![CDATA[<p>A file is a collection of related information defined by its creator, and file systems provide conventions for encoding, storage, and data management on storage devices. Examples of file systems include FAT32, NTFS, EXT3, and HFS+. The operating system is responsible for activities such as file creation, deletion, directory creation, support for manipulating files and directories, mapping files onto secondary storage, and file backup on stable storage media.</p><p><br></p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 18:28:42 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796769808</guid>
      </item>
      <item>
         <title>I/O MANAGEMENT</title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796771286</link>
         <description><![CDATA[<p>Device controllers act as interfaces between the CPU and devices, while device drivers are software components that interact with the device controllers.</p><p>Deadlocks can occur when processes hold control of different I/O resources and refuse to release them. </p><p>Device management involves keeping track of connected devices, designating an I/O controller for each device, determining access to devices by processes, allocating devices efficiently, and deallocating devices when no longer needed.</p><p><br></p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 18:30:22 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796771286</guid>
      </item>
      <item>
         <title>SECURITY AND PROTECTION</title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796773919</link>
         <description><![CDATA[<p>The operating system utilizes password protection and other techniques to safeguard user data and prevent unauthorized access to programs and user data.</p><p>It assigns access rights permissions to files and directories to ensure security.</p><p><br></p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 18:33:03 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796773919</guid>
      </item>
      <item>
         <title>USER INTERFACE</title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796775933</link>
         <description><![CDATA[<p>A user interface (UI) manages data input, instructions, and screen display. There are two types of UI: Command Line Interface (CLI) and Graphical User Interface&nbsp;(GUI).</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 18:35:13 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796775933</guid>
      </item>
      <item>
         <title>LINE INTERFACE</title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796779802</link>
         <description><![CDATA[<p>A user interface (UI) controls data entry, instructions, and screen display. It includes two types: Command Line Interface (CLI) and Graphical User Interface&nbsp;(GUI).</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 18:39:21 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796779802</guid>
      </item>
      <item>
         <title>GRAPHICAL USERV INTERFACE</title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796781345</link>
         <description><![CDATA[<p>A user interface (UI) manages data input, instructions, and screen display. It consists of two types: Command Line Interface (CLI) and Graphical User Interface&nbsp;(GUI).</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 18:41:01 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796781345</guid>
      </item>
      <item>
         <title>POPULAR TYPES OF OS</title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796781705</link>
         <description><![CDATA[<p>•Desktop Class</p><p>Windows&nbsp;</p><p>OS X</p><p>Unix/Linux</p><p>Chrome OS</p><p>•Server Class</p><p>Windows Server</p><p>Mac OS X Server</p><p>Unix/Linux</p><p>•Mobile Class</p><p>Android</p><p>iOS</p><p>Windows Phone</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 18:41:24 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796781705</guid>
      </item>
      <item>
         <title>DESKTOP CLASS OPERATING SYSTEMS </title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796784675</link>
         <description><![CDATA[<p>A user interface (UI) controls data entry, instructions, and screen display. It includes two types: Command Line Interface (CLI) and Graphical User Interface&nbsp;(GUI).</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 18:44:24 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796784675</guid>
      </item>
      <item>
         <title>MS-DOS</title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796785643</link>
         <description><![CDATA[<p>DOS is a single-user, single-tasking operating system with no built-in networking support. Users had to manually install drivers for new hardware components. It supports only 16-bit programs and has a command line user interface. DOS is still used due to its small size, simplicity, low memory and storage requirements, and compatibility with less powerful&nbsp;computers.</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 18:45:21 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796785643</guid>
      </item>
      <item>
         <title>MICROSOFT WINDOWS </title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796787673</link>
         <description><![CDATA[<p>Microsoft Windows is a graphical operating system designed for Intel-platform desktop and notebook computers. It is well-known for having a wide selection of available applications. Current editions include Windows 7, 8, 8.1,&nbsp;10,&nbsp;and&nbsp;11.</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 18:47:18 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796787673</guid>
      </item>
      <item>
         <title>MAC OS</title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796789058</link>
         <description><![CDATA[<p>MacOS is a user-friendly operating system that runs on Mac hardware. It offers a wide range of applications. The latest edition is macOS 14, also known&nbsp;as&nbsp;Sonoma.</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 18:48:48 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796789058</guid>
      </item>
      <item>
         <title>LINUX</title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796789239</link>
         <description><![CDATA[<p>Linux is an open-source, cross-platform operating system that runs on various devices. It derives its name from the combination of "Linus" (the first developer) and "UNIX" (another operating system). Users have the freedom to modify, improve, and redistribute the code. While developers cannot charge for the Linux kernel itself, they can charge for distributions (distros) such as Ubuntu, Red Hat,&nbsp;and&nbsp;others.</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 18:49:00 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796789239</guid>
      </item>
      <item>
         <title>GOOGLE CHROME OS </title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796796064</link>
         <description><![CDATA[<p>Chrome OS is a popular thin client operating system designed for minimal hardware and specific tasks, such as&nbsp;web&nbsp;browsing.</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 18:56:13 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796796064</guid>
      </item>
      <item>
         <title>SERVER (WHAT IS A SERVER?) OPERATING SYSTEMS</title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796796609</link>
         <description><![CDATA[<p>Windows Server offers a familiar GUI interface for Windows users, while UNIX provides mature server capabilities, stability, and a large user community. Linux is free, customizable, and offers many free services&nbsp;and&nbsp;utilities.</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 18:56:49 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796796609</guid>
      </item>
      <item>
         <title>TABLET AND PHONE OPERATING SYSTEMS</title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796799948</link>
         <description><![CDATA[<p>System-on-chip (SoC) is an operating system preinstalled on a chip in portable devices like smartphones. Popular SoC operating systems include iOS for iPad and iPhone, and Android for various tablets and phones. Users can download applications (apps) from app stores like the Apple App Store and Google&nbsp;Play&nbsp;Store.</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 19:00:16 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796799948</guid>
      </item>
      <item>
         <title>iOS ON THE IPHONE AND IPAD</title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796801805</link>
         <description><![CDATA[<p>iOS is the operating system developed by Apple for their tablets and phones. The current stable version&nbsp;is&nbsp;iOS&nbsp;17.</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 19:02:17 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796801805</guid>
      </item>
      <item>
         <title>Android</title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796803932</link>
         <description><![CDATA[<p>Android is a widely used operating system for smartphones and tablets, based on the Linux Kernel. It is developed by Google. The current versions include Android 8 Oreo, Android 9 Pie, Android 10, Android 11,&nbsp;and&nbsp;Android&nbsp;12.</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 19:04:25 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796803932</guid>
      </item>
      <item>
         <title>ADVANTAGE OF LINUX OPERATING SYSTEM</title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796804183</link>
         <description><![CDATA[<p>1. Linux is open-source, allowing anyone to access and customize its source code for various purposes.</p><p>2. The Linux system offers strong security features, requiring authorization for each application and eliminating the need for antivirus software.</p><p>3. Linux is free to use, as it is distributed under the GPL license, unlike other operating systems that require expensive licenses.</p><p>4. Linux has lower system requirements, requiring less memory and disk space compared to other operating systems.</p><p>5. Linux is known for its stability, rarely experiencing system crashes or slowdowns, and maintaining high performance levels without frequent&nbsp;reboots.</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 19:04:42 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796804183</guid>
      </item>
      <item>
         <title> ADVANTAGE OF LINUX OPERATING SYSTEM</title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796809036</link>
         <description><![CDATA[<p>6. Linux offers high performance and can handle a large number of users simultaneously across different networks.</p><p>7. The Linux operating system is flexible, suitable for desktop, embedded, and server applications, with customizable component installations.</p><p>8. Users have control over software updates in Linux, with faster update processes compared to other operating systems.</p><p>9. There are numerous Linux distributions available, offering various options and flavors to users, such as Ubuntu, Fedora, Debian, Linux Mint, and Arch Linux.</p><p>10. Many Linux distributions provide a Live CD/USB option, allowing users to try the system without installation.</p><p>11. Linux provides a graphical user interface (GUI) alongside its command-line interface, offering an interactive user experience similar&nbsp;to&nbsp;Windows.</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 19:09:44 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796809036</guid>
      </item>
      <item>
         <title>UNIX SHELL AND UTILITIES </title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796811577</link>
         <description><![CDATA[<p>The shell, which was previously part of the kernel, is now a utility separate from it. It is easy to change and debug, with various options available such as sh, bsh, csh, ksh, tcsh, wsh, and bash. Users can switch between these shells using the&nbsp;chsh&nbsp;command.</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 19:12:30 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796811577</guid>
      </item>
      <item>
         <title> ADVANTAGE OF LINUX OPERATING SYSTEM</title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796811812</link>
         <description><![CDATA[<p>12. Linux is highly suitable for programmers, supporting popular programming languages and offering a wide range of development applications. The Linux terminal is preferred by programmers and aids in server management, while the package manager simplifies software installation.</p><p>13. Linux has a large and supportive community, with forums and open source developers readily available to provide assistance and support.</p><p>14. Linux prioritizes user privacy by not retrieving any private data.</p><p>15. Linux provides powerful networking support, making it easy to set up client-server systems and offering efficient command-line tools for server management tasks.</p><p>16. Linux is compatible with a wide range of file formats.</p><p>17. Linux has a quick and easy installation process, requiring less user input and suitable for&nbsp;older&nbsp;machines.</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 19:12:44 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796811812</guid>
      </item>
      <item>
         <title>WHAT IS AN OPERATING SYSTEM </title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796814860</link>
         <description><![CDATA[<p>A computer system consists of hardware and software, with software further categorized into application software and system software (operating system).</p><p>The operating system serves as an intermediary between the user and computer hardware, with goals to execute user programs, simplify problem-solving, enhance user convenience, and efficiently utilize computer&nbsp;hardware.</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 19:15:55 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796814860</guid>
      </item>
      <item>
         <title>THE STRUCTURE OF COMPUTER SYSTEMS</title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796815987</link>
         <description><![CDATA[<p>Accessing computer resources is divided into layers, with each layer interacting only with the layer above or below it.</p><p>When installing a new hardware device, no changes are required for users or applications, but the operating system needs to be updated with the necessary device drivers to control the new device.</p><p>When installing a new software application, no hardware changes are needed, but compatibility with the operating system should be ensured, and users may need to learn how to use the new application.</p><p>Changing the operating system requires ensuring compatibility with both applications&nbsp;and&nbsp;hardware.</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 19:17:10 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796815987</guid>
      </item>
      <item>
         <title>OPERATING SYSTEM MODE </title>
         <author>aliciasanchecruz317_</author>
         <link>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796817374</link>
         <description><![CDATA[<p>The User Mode is responsible for the user interface and application execution, while the Kernel Mode handles background processes, system resources, hardware control, and program execution. </p><p>System calls are used to switch between User and&nbsp;Kernel&nbsp;modes.</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-20 19:18:41 UTC</pubDate>
         <guid>https://padlet.com/aliciasanchecruz317_/u7r87sa1w9udputb/wish/2796817374</guid>
      </item>
   </channel>
</rss>
