computer-science
Time Scheduling
· ☕ 5 分で読めます · 🐙 subaru
Hey there! Ever wondered how your computer manages to juggle multiple tasks at once without breaking a sweat? It’s all thanks to some clever task scheduling by the operating system (OS). Think of the OS as a super-efficient event planner, ensuring that every process (like apps, services, etc.) gets its fair share of CPU time to keep things running smoothly. Let’s break down some of the cool ways it does this.

So, What is The Process?
· ☕ 7 分で読めます · 🐙 subaru
A process is an instance of a program in execution, which includes the program code and its current activity

Create a 4bit CPU ①
· ☕ 2 分で読めます · 🐙 subaru
[CPU] create a 4bit CPU -part1-

The Overview Of A CPU
· ☕ 5 分で読めます · 🐙 subaru
【CPU】Fill your curiosity towards a central unit.