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.

45 lines
2.9 KiB
HTML

2 years ago
<!DOCTYPE html>
<html lang="en">
<head>
<title>(DEFN) Operating System</title>
2 years ago
<link rel="icon" type="image/x-icon" href="../../images/favicon.webp">
<link rel='stylesheet' type='text/css' href="../../style.css">
<link rel='stylesheet' href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" media="all">
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<a style="text-decoration: none;" href="../../">
<pre class="main-header">
_______ _ _ _______ __ __ _______ _______ __ _
|______ | | |______ \_/ |_____| |_____| | \ |
______| |_____| | | | | | | | \_|
</pre>
</a>
2 years ago
<hr/>
<p><a href="../../">sf.cu</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><strong><p>Categories: </strong><a style="color:#ff79c6" href="../software/"><i class="fa fa-code" aria-hidden="true"></i>Software</a></p>
2 years ago
<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>
2 years ago
</footer>