You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
2.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>(DEFN) Operating System</title>
<link rel="icon" type="image/x-icon" href="../../images/favicon.webp">
<link rel='stylesheet' type='text/css' href="../../style.css">
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:image" content="operating-system.webp"></head>
<body>
<a style="text-decoration: none;" href="../../">
<pre class="main-header">
_______ _ _ _______ __ __ _______ _______ __ _
|______ | | |______ \_/ |_____| |_____| | \ |
______| |_____| | | | | | | | \_|
</pre>
</a>
<hr/>
<p><a href="../../">sf.me</a> > <a style="color:#50fa7b" href="../">Definitions</a> > <a style="color:#50fa7b" href=".">Operating System</a></p>
<h1 style="text-align:center;margin-right:8vw;margin-top:20px;">Operating System</h1><p>Categories: <a style="color:#ff79c6" href="../software/"><strong>Software</strong></a></p>
<div style="text-align:center;">
<img src="operating-system.webp" alt="The three major operating systems (left to right): Windows (by Microsoft), Linux-based opearting systems, MacOS (by Apple)">
<figcaption>Windows, Linux, MacOS</figcaption>
</div>
<p>An operating system (often shortened to OS) is a collection of software responsible for managing hardware resources and booting the system. It provides resources for common services like computation and storage. It acts as an interface between the software and the hardware of the computer. <strong>It is so important that, without an operating system, a computer is useless.</strong> It is responsible for the following tasks:</p>
<ul>
<li>Resource Management (allocates CPU, memory, GPU and more to services)</li>
<li>Memory Management (manages memory and optimizes memory usage)</li>
<li>Device Management (manages hardware devices like keyboard and mouse and computer parts like mounting hard drives)</li>
<li>Security (prevents <a style="color:#50fa7b" href="../malware">malicious software</a>)</li>
<li>File Management (organizing system and user files)</li>
<li>Networking (connecting to networks and handling network protocols)</li>
</ul>
<p>This is just the tip of the iceberg. Operating systems are responsible for practically everything you do on a computer.</p>
<hr/>
<footer>
<p class="footer-text"><a style="color:#bd93f9" href="../../blog">blog</a> - <a style="color:#ffb86c" href="../../about">about</a> - <a style="color:#f1fa8c" href="../../portfolio">portfolio</a> - <a style="color:#ff5555" href="../../links">links</a></p>
<p class="footer-text" style="font-size:80%"><a href="../../">sufyaan.cyou</a></p><p class="footer-text" style="font-size:65%"><a style="color:#aaaaaa" href="../../sitemap">Site Map</a></p>
</footer>