Difference between revisions of "Operating Systems"

From Coder Merlin
m
m
Line 1: Line 1:
initial text
== Prerequisites ==
= h1 header =
TODO: add
== h2 header ==
== Background ==
''italic''
TODO: add if needed
 
== Introduction ==
'''bold'''
As the name suggests, an Operating System handles all operations of a computer system. With ever-increasing quantities of hardware and software in the world, it became a necessity for computer users to have a middleman program that knows how to deal with these peripherals and present them with a simple interface to interact with the computer. Hence, our good programmers created the '''Operating System''' which acted as a ''universal'' program that took care of all the ones and zeros of a computer and its components.
 
* bullet list
** bullet list inner
# numbered list
## numbered list inner
: single indent
:: double indent
 
<del>strike through</del>
 
<ins>underline</ins>
 
[http://www.google.com this is a link]
 
<!-- [[File:Image.png|options|caption]] -->
<!-- TODO: Check overlap fix -->
[[File:Image.png|thumb|this is an image]]
 
{{ConsoleLine|merlin275@codermerlin:~$|console command}}
{{ConsoleLines|
line 1<br/>
line 2<br/>
}}
 
{{Hint|This is a helpful hint}}
{{GoingDeeper|This is going deeper}}
{{Caution|This is a caution}}
<!--
Observe, Ponder, and Journal <option param text>
message
-->
{{Observe|Section 22|This is an observe message}}
{{ComingSoon|This is coming soon}}
{{KeyConcepts|these are key concepts}}
{{W1023-Exercises}}

Revision as of 03:59, 12 November 2020

Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

Prerequisites[edit]

TODO: add

Background[edit]

TODO: add if needed

Introduction[edit]

As the name suggests, an Operating System handles all operations of a computer system. With ever-increasing quantities of hardware and software in the world, it became a necessity for computer users to have a middleman program that knows how to deal with these peripherals and present them with a simple interface to interact with the computer. Hence, our good programmers created the Operating System which acted as a universal program that took care of all the ones and zeros of a computer and its components.