1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 04:59:50 +02:00

Update readme.md (#1746)

This commit is contained in:
David Caudill
2022-09-12 14:42:51 -04:00
committed by GitHub
parent 656c60b110
commit 641297181d

View File

@@ -1,6 +1,6 @@
# Operating System
Operating System is a program that manages a computers resources, especially the allocation of those resources among other programs. Typical resources include the central processing unit (CPU), computer memory, file storage, input/output (I/O) devices, and network connections.
An Operating System is a program that manages a computers resources, especially the allocation of those resources among other programs. Typical resources include the central processing unit (CPU), computer memory, file storage, input/output (I/O) devices, and network connections.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://edu.gcfglobal.org/en/computerbasics/understanding-operating-systems/1/'>What is an operating system?</BadgeLink>