Author : datacentersolutions

Cache Definition Cache, which is pronounced “cash” (not “catch” or “cashay”), stores recently used information so that it can be quickly accessed at a later time. Computers incorporate several different types of caching in order to run more efficiently, thereby improving performance. Common types of caches include browser cache, disk cache, memory cache, and processor cache. Browser cache – Most web browsers ..

Read more

ROM Definition Stands for “Read-Only Memory.” Please do not confuse this term with RAM or a hard drive, as many people already do. ROM is memory containing hardwired instructions that the computer uses when it boots up, before the system software loads. In PCs, the instructions are read from a small program in the ROM, ..

Read more

RDRAM Definition Stands for “Rambus Dynamic Random Access Memory.” It is a type of RAM made by Rambus (big surprise) and is the fastest type of computer memory available. Typical SDRAM can transfer data at speeds up to 133 MHz, while standard RDRAM can crank it up over 1 GHz. Though some motherboards can use ..

Read more

SDRAM Definition Stands for “Synchronous Dynamic Random Access Memory.” Yeah, it’s a mouthful, but if you memorize it, you can really impress your friends. SDRAM is an improvement to standard DRAM because it retrieves data alternately between two sets of memory. This eliminates the delay caused when one bank of memory addresses is shut down while another ..

Read more

DDR Definition Stands for “Double Data Rate.” It is an advanced version of SDRAM, a type of computer memory. DDR-SDRAM, sometimes called “SDRAM II,” can transfer data twice as fast as regular SDRAM chips. This is because DDR memory can send and receive signals twice per clock cycle. The efficient operation of DDR-SDRAM makes the ..

Read more

DDR4 Definition Stands for “Double Data Rate 4.” DDR4 is the fourth generation of DDR RAM, a type of memory commonly used in desktop and laptop computers. It was introduced in 2014, though it did not gain widespread adoption until 2016. DDR4 is designed to replace DDR3, the previous DDR standard. Advantages include faster data transfer rates and larger capacities, thanks to greater memory density and ..

Read more

Binary Definition Binary (or base-2) a numeric system that only uses two digits — 0 and 1. Computers operate in binary, meaning they store data and perform calculations using only zeros and ones. A single binary digit can only represent True (1) or False (0) in boolean logic. However, multiple binary digits can be used to represent large numbers and perform ..

Read more

Desktop Computer Definition A desktop computer (or desktop PC) is a computer that is designed to stay in a single location. It may be a tower (also known as a system unit) or an all-in-one machine, such as an iMac. Unlike laptops and other portable devices, desktop computers cannot be powered from an internal battery and therefore must remain connected ..

Read more

Boot Sequence Definition Each time a computer boots up, it goes through an initial series of processes. This sequence of events is aptly named a “boot sequence.” During the boot sequence, the computer activates the necessary hardware components and loads the appropriate software so that a user can interact with the machine. The boot sequence starts by accessing ..

Read more

Mainframe Definition A mainframe is an ultra high-performance computer made for high-volume, processor-intensive computing. They are typically used by large businesses and for scientific purposes. You probably won’t find a mainframe in any household. In the hierarchy of computers, mainframes are right below supercomputers, the most powerful computers in the world. (Which is why they ..

Read more