Posts

Showing posts with the label memory

What is computer memory? RAM/ROM/SSD/ETC.

Computer memory Computer memory, like cache, RAM, and ROM is a solid state, which means they are microchips and they have NO moving parts. The different types of computer memory are used in for different purposes. RAM is used to store programs and data that the CPU is processing and that the user has accessed. PCs laptops, and some game consoles generally use dynamic RAM. This uses a type of transistor (an electrical component contained within the microprocessors) that needs a constant electrical power source to store data. Therefore when a computer is switched off, any data stored within the RAM is lost (deleted). Mobile phones, digital cameras and some games consoles devices genrally use static RAM (flash memory). This technology uses a type of transistor that retaines its state (on or off), so it stores data, even after the power supply is disconnected. Static RAM is more expensive and physically larger then dynamic RAM, but it uses less power and is faster which makes it more suita...

What is memory and storage?

Memory and storage The performance of memory and storage devices comes from their speed and storage capacity. Faster speed and lots of storage space make a better user experience

The main components of a computer with brief descriptions.

Main components of a computer Motherboard – The main printed circuit board (PCB) where all the other system components plug in. CPU – Central processing unit, each computer has at least one CPU or a microprocessor, which runs instructions contained in computer programs and undertakes input/output operations. The CPU has many parts, including arithmetic and logic (ALU) unit, control unit, registers, etc. Arithmetic and logic unit – This completes basic calculations (arithmetic) and comparisons (logic). Comparisons are used in sorting and searching operations. Control Unit – Each machine code instruction is extracted from memory. Decoded and run calling on the ALU when necessary. The output is either written  to the register for fast recall as part of subsequent instructions or back to main memory. The control unit is there to make the rest of the computer hardware do whatever is the result of the completed instruction. Registers – There are several types of register whithin the C...