What is Computer CPU, Disk and Memory?

Computer Desktop Running Windows OS


If you are Windows user, then open task manager, you will see many processes running on your computer, each of the process has its own CPU, disk and memory usages. Sometimes it's using a lot of memory, sometimes it is using Disk or CPU. So what's that CPU, disk and Memory mean to us? Here's some little information i can provide.

1. CPU

It's stands for central processor unit (CPU), in computer is like the brain of computer, it so important component of a computer, to do it's computing job. It handles basic instructions and allocates the more complicated tasks to other specific chips to get them to do what they do best. It’s the core of your PC, smartphone, or tablet. and it’s what makes the whole device run as it should.

The famous CPU you often heard is the AMD CPU and Intel CPU. Intel is more popular by their Intel Core I series, like Core I7 and the latest Intel Core I9.

2. Disk

Disk storage is a general category of storage mechanisms where data is recorded by various electronic, magnetic, optical, or mechanical changes to a surface layer of one or more rotating disks. A disk drive is a device implementing such a storage mechanism.

In today's computer, there's two major types of computer disk, the HDD (hard disk drive or traditional hard disk) and SSD (solid state drive). HDD is cheaper meanwhile SSD can be twice as expensive, but the performance is correlated with the price.

3. Memory

Memory in computing refers to a device that is used to store information for immediate use in a computer or related computer hardware device. Memory is often called RAM (random access memory) is typically used to store working data and machine code. A random-access memory device allows data items to be read or written in almost the same amount of time irrespective of the physical location of data inside the memory.

Type of memory or RAM is categorized by it's amount of storing capacity, it can be 4 GB RAM, 8 GB RAM, 16 GB, 32 GB, 64 GB and so on.

The three of that component is sometimes the most vital component for computer to be running in high speed or not. The three factor of computer, the higher number version of CPU, disk and memory is correspondence with the computing calculations speed. You can upgrade.

The easiest way to make your computer from slow performances to be slightly faster is to reduce the number of program you don't need. Even though you don't open it, sometimes it has program service that can run automatically whenever you start your computer. Uninstall the heavy computer program you don't need. In windows, to uninstall simply go to control panel, right click on the program, and hit uninstall.

To prevent program from running automatically when you start your computer, in Windows OS, go to Task Manager, then the Startup tab, right click on each program and click Disable. It has no downside effect even you disabled all items on the Start up.

Sometimes a computer program can use so many of your computer memory, sometimes the CPU, sometimes the Disk. That's depends on the developer of that software, whether they are optimizing those program to be user friendly or they just don't care or don't know about the computer resources management.

Google Chrome, the famous browser developed by Google is one of the example computer program that is usually use a lot of our computer memory and disk, it is because Google Chrome has so many process need to do in order to run the browser smoothly. That underlying process is essential for Google Chrome to be running and behave to make the best user experience possible.


Popular posts from this blog

Spring Kafka - how to use ReplyingKafkaTemplate send and reply synchronously

How To Connect SSH Using PEM Certificate On Windows

ERROR 1348 Column Password Is Not Updatable When Updating MySQL Root Password

How To Create Spring Boot Project Using Netbeans

Flutter Button With Left Align Text and Icon