© 2022 Hashnode
#cpu
It is undoubtedly to say that insufficient system resources such as storage, memory or CPU can greatly affect an application’s performance, so monitoring these components is a must for any high-perfor…
Introduction Pygame is a python gaming library used to make simple 2D games, but I have used this library to create a simulation of CPU scheduling algorithms. If you are new to pygame read the basic…
We all know that threading changed the way of task execution entirely. Since every masterpiece has its consequences, threading is not counted as an exception. In this article, we'll discover the dependent threads and the way that threads ma…
Have you tried and tried and tried and just can’t understand Intel’s naming schema? Well, today, I’m here to demystify the mystery. Yes, you can call me Sensei😊. To be fair, naming schemes are a hass…
Have you ever wondered how to know how much CPU and memory resources is your app taking during a week? Or how to collect and visualize this data to get some useful insights? In this guide, I will show…
I will stray away from the technical aspects as I intend to make this as basic as possible. A computer is a lot like an earth person. The two most important components of the human being are the Heart…
Let's see where it began first... In 2018 when I bought my first smartphone (actually my mom bought it for me). I came across this fancy term "octa-core" in my mobile's settings. I thought octa means …
The shortage of semiconductors has become a social problem. One of the major reasons for this is that computers are being installed in all kinds of things in the world, and the production of semicondu…
Some of the quotes and information are part of the Nand2Tetris course available on Coursera. Assemblers Assemblers are simple. They turn symbolic code (assembly) into machine code (binary). We can als…
Extra Bits of information related to the course that I found interesting. Game Consoles Remember those game consoles that we plugged into the TV and inserted a cartridge that said 1000000 in 1? Those …