What contains the electronic components used to process and temporarily store data and instructions?

/en/computerbasics/buttons-and-ports-on-a-computer/content/

Inside a computer

Have you ever looked inside a computer case, or seen pictures of the inside of one? The small parts may look complicated, but the inside of a computer case isn't really all that mysterious. This lesson will help you master some of the basic terminology and understand a bit more about what goes on inside a computer.

Watch the video below to learn about what's inside a desktop computer.

Looking for the old version of this video? You can still see it here: 

Motherboard

What contains the electronic components used to process and temporarily store data and instructions?

The motherboard is the computer's main circuit board. It's a thin plate that holds the CPU, memory, connectors for the hard drive and optical drives, expansion cards to control the video and audio, and connections to your computer's ports (such as USB ports). The motherboard connects directly or indirectly to every part of the computer.

CPU/processor

What contains the electronic components used to process and temporarily store data and instructions?

The central processing unit (CPU), also called a processor, is located inside the computer case on the motherboard. It is sometimes called the brain of the computer, and its job is to carry out commands. Whenever you press a key, click the mouse, or start an application, you're sending instructions to the CPU.

The CPU is usually a two-inch ceramic square with a silicon chip located inside. The chip is usually about the size of a thumbnail. The CPU fits into the motherboard's CPU socket, which is covered by the heat sink, an object that absorbs heat from the CPU.

A processor's speed is measured in megahertz (MHz), or millions of instructions per second; and gigahertz (GHz), or billions of instructions per second. A faster processor can execute instructions more quickly. However, the actual speed of the computer depends on the speed of many different components—not just the processor.

RAM (random access memory)

What contains the electronic components used to process and temporarily store data and instructions?

RAM is your system's short-term memory. Whenever your computer performs calculations, it temporarily stores the data in the RAM until it is needed.

This short-term memory disappears when the computer is turned off. If you're working on a document, spreadsheet, or other type of file, you'll need to save it to avoid losing it. When you save a file, the data is written to the hard drive, which acts as long-term storage.

RAM is measured in megabytes (MB) or gigabytes (GB). The more RAM you have, the more things your computer can do at the same time. If you don't have enough RAM, you may notice that your computer is sluggish when you have several programs open. Because of this, many people add extra RAM to their computers to improve performance.

Hard drive

What contains the electronic components used to process and temporarily store data and instructions?

The hard drive is where your software, documents, and other files are stored. The hard drive is long-term storage, which means the data is still saved even if you turn the computer off or unplug it.

When you run a program or open a file, the computer copies some of the data from the hard drive onto the RAM. When you save a file, the data is copied back to the hard drive. The faster the hard drive, the faster your computer can start up and load programs.

What contains the electronic components used to process and temporarily store data and instructions?

The power supply unit in a computer converts the power from the wall outlet to the type of power needed by the computer. It sends power through cables to the motherboard and other components.

If you decide to open the computer case and take a look, make sure to unplug the computer first. Before touching the inside of the computer, you should touch a grounded metal object—or a metal part of the computer casing—to discharge any static buildup. Static electricity can be transmitted through the computer circuits, which can seriously damage your machine.

Expansion cards

Most computers have expansion slots on the motherboard that allow you to add various types of expansion cards. These are sometimes called PCI (peripheral component interconnect) cards. You may never need to add any PCI cards because most motherboards have built-in video, sound, network, and other capabilities.

However, if you want to boost the performance of your computer or update the capabilities of an older computer, you can always add one or more cards. Below are some of the most common types of expansion cards.

Video card

What contains the electronic components used to process and temporarily store data and instructions?

The video card is responsible for what you see on the monitor. Most computers have a GPU (graphics processing unit) built into the motherboard instead of having a separate video card. If you like playing graphics-intensive games, you can add a faster video card to one of the expansion slots to get better performance.

Sound card

The sound card—also called an audio card—is responsible for what you hear in the speakers or headphones. Most motherboards have integrated sound, but you can upgrade to a dedicated sound card for higher-quality sound.

Network card

What contains the electronic components used to process and temporarily store data and instructions?

The network card allows your computer to communicate over a network and access the Internet. It can either connect with an Ethernet cable or through a wireless connection (often called Wi-Fi). Many motherboards have built-in network connections, and a network card can also be added to an expansion slot.

Bluetooth card (or adapter)

What contains the electronic components used to process and temporarily store data and instructions?

Bluetooth is a technology for wireless communication over short distances. It's often used in computers to communicate with wireless keyboards, mice, and printers. It's commonly built into the motherboard or included in a wireless network card. For computers that don't have Bluetooth, you can purchase a USB adapter, often called a dongle.

/en/computerbasics/laptop-computers/content/

Memory Chip
 Explanation
 RAM

Random Access Memory chips are volatile and hold: 

  1. Software instructions
  2. Data before & after the CPU processes it
 ROMRead Only Memory
  1. Cannot be written on or erased without special equipment 
  2. Are loaded at factory with fixed (permanent) start-up instructions (BIOS), that tell the computer how to load the operating system
 CMOSComplementary Metal Oxide Semiconductor 
  1. Powered by a battery 
  2. Contains time, date, calendar, boot password
 FLASHNon-volatile memory that can be erased and reprogrammed more than once
  1. Doesn't require a battery 
  2. Used in newer PCs for BIOS instructions

Speeding up Processing: Cache

The CPU works much faster than RAM, so it often must wait for information. Cache temporarily stores instructions and data that the processor uses frequently to speed up processing 

  • Level 1 cache is part of the microprocessor 
    • Holds 8 to 128 KB 
    • Faster than Level 2 cache 
  • Level 2 cache is external cache 
  • Level 3 cache is on the motherboard 
    • Comes on very high-end computers 
    •  Holds 2 to 8 MB
Virtual Memory

Also used to speed up processing. This type of memory is unused hard disk or optical (CD) space that the processor uses to extend the capacity of RAM. The processor goes first to L1 cache, then L2 cache, then RAM, then virtual memory. Each type of memory is slower than its predecessor.

What contains the electronic components used to process and temporarily store data and instructions?