Skip to main content
Back to Study
A+ Core 1 · CompTIA 220-1201 V15 · Objective 3.2

Compare and contrast RAM characteristics

Objective 3.2: Compare and contrast RAM characteristics

Cert: CompTIA A+ Core 1 (220-1201) V15 Domain: 3.0 Hardware Weight: ~25% of Core 1 (domain total; 3.3 is one of eight objectives in this domain) Depth: Compare and contrast. The candidate should be able to look at a scenario, identify the relevant RAM characteristic, and pick or evaluate the right option. Not deep installation steps. That's covered in 3.4.

What this objective tests

You should be able to look at a laptop or desktop and answer four questions about its RAM: what physical form factor it uses, what DDR generation the motherboard accepts, whether it needs ECC or non-ECC, and how the slots are configured for single, dual, or higher channel modes. You also need to understand why mixing these wrong causes the system to fail to boot or to run at degraded performance.

This is a "know your stuff and don't buy the wrong stick" objective. It's the foundation that 3.5 (install motherboards and add-on cards) builds on.

Key facts

Form factors:

  • DIMM (Dual In-line Memory Module). Standard desktop and server form factor. Longer module, more pins, more space for chips. DDR4 DIMM is 288 pins. DDR5 DIMM is also 288 pins but the keying notch is in a different spot so they aren't cross-compatible.
  • SODIMM (Small Outline DIMM). Laptop, small form factor, and some all-in-one form factor. Shorter and narrower than DIMM. DDR4 SODIMM is 260 pins. DDR5 SODIMM is 262 pins.
  • DIMM and SODIMM are NOT interchangeable. Different physical size, different slot, different pin count. You cannot put a SODIMM in a DIMM slot or the reverse.

DDR iterations (generations):

  • Current generations on the exam: DDR3, DDR4, DDR5.
  • Each generation has its own keying notch in a different position. DDR5 will not fit in a DDR4 slot. DDR4 will not fit in a DDR3 slot. The slot physically rejects the wrong stick.
  • Each generation gets faster and uses lower voltage than the one before. DDR3 runs at 1.5V. DDR4 runs at 1.2V. DDR5 runs at 1.1V.
  • DDR speed (DDR4-3200, DDR5-4800, etc.) is a separate spec from the generation. Two DDR4 sticks at different speeds will work but run at the slower of the two.

ECC vs non-ECC:

  • ECC (Error-Correcting Code) RAM has an extra chip per module that detects and corrects single-bit errors and detects most multi-bit errors. Used in servers, workstations, NAS appliances, and anywhere data integrity matters.
  • Non-ECC is what's in most consumer desktops and laptops. Cheaper, slightly faster, no error correction.
  • Most consumer motherboards do not support ECC at all. Even if the stick physically fits, the system either ignores the ECC function or refuses to boot. Always check motherboard compatibility before buying ECC.
  • Unbuffered ECC (UDIMM ECC) and Registered ECC (RDIMM, used in servers) are also separate types. Servers usually need RDIMM.

Channel configurations:

  • Single channel. One stick, or sticks installed in slots that don't pair. The CPU talks to RAM through one pipe. Slowest configuration.
  • Dual channel. Two matched sticks installed in paired slots. The CPU talks to both at once. Roughly doubles the memory bandwidth available to the CPU. Most modern desktops and laptops support this.
  • Triple channel. Three matched sticks. Older Intel X58 platform used this. Rare today.
  • Quad channel. Four matched sticks. Used on workstation and HEDT (high-end desktop) platforms like Intel X299 or AMD Threadripper.
  • Slots are usually labeled A1, A2, B1, B2. Matched pairs go into A1 and B1, or A2 and B2. Manuals always specify. Motherboards often color-code paired slots.
  • For dual channel to work, the two sticks should match in size, speed, and ideally manufacturer and timing.

Common gotchas

  • Mixing DDR generations. People buy DDR5 RAM thinking "newer is better" without checking that their motherboard is DDR4 only. The stick won't fit. Always check motherboard specs first.
  • Mixing form factors. Trying to put a desktop DIMM in a laptop. Different shape. Won't fit. Sounds obvious but it shows up on the exam as a distractor.
  • Mixing speeds. Two DDR4 sticks at DDR4-3200 and DDR4-2400 will run at the slower speed (2400). Not technically broken, just slower than expected.
  • ECC in a consumer board. Stick fits physically, system won't post. Or system posts but ECC isn't active. Always verify board supports ECC.
  • Wrong slots for dual channel. Two sticks installed in A1 and A2 instead of A1 and B1. System runs but in single-channel mode. Performance loss with no visible error.
  • Confusing capacity with channel. Adding a third stick to a dual-channel pair often drops the system back to single channel for the unpaired stick. Two sticks of 16GB usually outperform three sticks of 8GB.
  • CPU compatibility. Some CPUs only support certain DDR generations. Intel 12th gen supports both DDR4 and DDR5 depending on motherboard. Intel 13th and 14th gen depends on the chipset. Always check CPU + motherboard combo.

Real-world context

Every laptop and desktop RAM upgrade starts with the same three questions: what form factor does this machine take, what DDR generation does it accept, and what's the max capacity per slot. The answers come from the motherboard manual or the laptop service manual. Buying RAM without those answers is how techs end up with sticks they can't use.

For Revy's purposes (helpdesk and IT support work):

  • The most common real-world request is "my computer is slow, can you add more memory." First diagnostic: open task manager, look at memory usage. If you're under 70% used, more RAM probably won't help. If you're pegged at 95%+, more RAM will help a lot.
  • A laptop that takes DDR4 SODIMM at 16GB max is a real and common spec. Trying to upgrade it to 32GB won't work even if 32GB sticks exist.
  • ECC questions come up in business environments running file servers, databases, or virtualization hosts. Knowing when to recommend ECC is part of the consulting conversation, not just the install.
  • Dual channel matters most for integrated graphics laptops. The GPU shares the CPU's memory bandwidth, so single-channel installs cut graphics performance roughly in half. Always recommend dual channel even on basic office laptops.

Sources

  • [CompTIA A+ 220-1201 Exam Objectives Version 4.0, Section 3.3](../../../../../../30-RevyTechJourney/CompTIA%20A%2B%20220-1201%20Exam%20Objectives%20%284.0%29.pdf)
  • [Wikipedia: DDR SDRAM](https://en.wikipedia.org/wiki/DDR_SDRAM)
  • [Wikipedia: DIMM](https://en.wikipedia.org/wiki/DIMM)
  • [Wikipedia: SO-DIMM](https://en.wikipedia.org/wiki/SO-DIMM)
  • [Wikipedia: ECC memory](https://en.wikipedia.org/wiki/ECC_memory)
  • [Wikipedia: Multi-channel memory architecture](https://en.wikipedia.org/wiki/Multi-channel_memory_architecture)
  • [Microsoft Learn: System memory documentation (general reference)](https://learn.microsoft.com/en-us/)