.aplus-v2 .aplus-content-wrapper {
position: relative;
overflow: hidden;
}
.aplus-v2 .container-with-background-image {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
}
function logShoppableMetrics(moduleName, showsAddToCart) {
if (window.ue && window.ue.count) {
window.ue.count(“aplus:shoppable:” + moduleName + “:addToCart”, showsAddToCart ? 1 : 0);
}
}
Product description
/**
* Common event handler for click and keydown events.
* @param {Event} event – The event object.
* @param {Function} handleClickOrEnter – Function to handle click or Enter key events.
* @param {Function} handleEsc – Function to handle Esc key events.
*/
// [TODO][AplusMantle-8064] Create common event handler util(key events, click events) in AplusModuleResources
function handleClickAndKeyEvents(event, handleClickOrEnterOrSpace) {
const ENTER_KEY_CODE = 13;
const ESCAPE_KEY_CODE = 27;
const SPACE_KEY_CODE = 32;
const isClick = event.type === ‘click’;
const isKeydown = event.type === ‘keydown’;
const isEnter = isKeydown && event.keyCode === ENTER_KEY_CODE;
const isSpace = isKeydown && event.keyCode === SPACE_KEY_CODE;
const isEsc = isKeydown && event.keyCode === ESCAPE_KEY_CODE;
if (isClick || isEnter || isSpace) {
handleClickOrEnterOrSpace();
} else if (isEsc) {
handleEsc(event);
}
}
/**
* Function to handle esc key event.
* @param {Event} event – The event object.
*/
function handleEsc(event) {
event.target.blur() // force remove focus
}
-
What’s the difference between DDR3 and other types of memory and can I use them interchangeably?
No, DDR3 memory is not compatible or interchangeable with other types such as DDR5, DDR4, and so on. Each memory type uses different slot designs, voltages, and architectures, so your system must support the memory type specifically.
-
What’s the difference between DIMM and SO-DIMM memory?
DIMM and SO-DIMM represent two different physical sizes of memory. DIMM is the larger type used in standard desktop computers. SO-DIMM is the smaller type used in laptops, mini PCs, and compact systems. They are not interchangeable.
-
What does “Non-ECC” mean and do I need “ECC” memory instead?
Non-ECC (non-error correcting) memory is required for most laptops and desktops. ECC is typically only used in servers or workstations and is not interchangeable with Non-ECC memory. If your system doesn’t mention ECC support, you need Non-ECC.
-
What’s the difference between DDR3 and DDR3L?
DDR3L is a low voltage version of DDR3 that runs at 1.35V instead of the standard 1.5V. Most systems that support 1.5V (DDR3) will also run DDR3L but at 1.5V. Some systems require 1.35V (DDR3L) only and will not boot with standard DDR3 1.5V memory.
-
Is this compatible with my system or computer?
Refer to your system’s manual to confirm the supported memory type, capacity, form factor, and ECC support. If you’re unsure, contact our support team, we’re happy to help you find the exact memory your system needs!
Specifications
| Memory Type | DDR3/DDR3L |
| Form Factor | SODIMM (204-Pin) |
| ECC Type | Non-ECC Unbuffered |
| Speed | 1600MHz, PC3L-12800 (PC3L-12800S) |
| Voltage | 1.35V (JEDEC Standard DDR3 Low Voltage) |
| Compatible Platforms | Laptop, Notebook, Mini PC, and All-in-One (AIO) systems compatible with 204-Pin DDR3 SODIMM Modules. (Please refer to your system’s manual to ensure compatibility) |
A-Tech DDR3 Memory
DDR3, DDR3L |
Memory Type |
DDR3, DDR3L |
SODIMM (204-Pin) |
Form Factor |
DIMM (240-Pin) |
Laptop, Mini PC, AIO |
Compatible Systems |
Desktop, Workstation |
2GB to 8GB Modules |
Capacity |
2GB to 8GB Modules |
1066MHz to 1600MHz |
Speed |
1600MHz (PC3-12800) |
Non-ECC Unbuffered |
ECC Type |
Non-ECC Unbuffered |
1.35V and 1.5V |
Voltage |
1.35V and 1.5V |
DDR3, DDR3L |
Memory Type |
DDR3, DDR3L |
SODIMM (204-Pin) |
Form Factor |
SODIMM (204-Pin) |
Laptop, Mini PC, AIO |
Compatible Systems |
Laptop, Mini PC, AIO |
2GB to 8GB Modules |
Capacity |
2GB to 8GB Modules |
1066MHz to 1600MHz |
Speed |
1066MHz to 1600MHz |
Non-ECC Unbuffered |
ECC Type |
Non-ECC Unbuffered |
1.35V and 1.5V |
Voltage |
1.35V and 1.5V |
-
DDR3 DIMM (1600MHz)
-
DDR3 SODIMM
P.now(“premium-aplus-9-carousel-5”).execute(“init-pagination-carousel”, function(init) {
if (init) {
return;
}
P.register(“premium-aplus-9-carousel-5”, function() {
return function() {
P.when(“A”, “jQuery”, “a-carousel-framework”, “ready”).execute(“paginate-carousel”, function (A, $, framework) {
const ENTER_KEY_CODE = 13;
const ESCAPE_KEY_CODE = 27;
const LEFT_ARROW_KEY = 37;
const RIGHT_ARROW_KEY = 39;
const HOME_KEY = 36;
const END_KEY = 35;
var moduleId = “5”;
var carouselName = “premium-aplus-9-carousel-5”;
var paginationAction = “aplus-pagination-dot-action-” + moduleId + “-” + carouselName;
var paginationGroup = “#aplus-pagination-group-” + moduleId + “-” + carouselName;
/* If the carousel goes to a new page */
A.on(“a:carousel:”+carouselName+”:change:pageNumber”, function (data) {
A.$(paginationGroup+” .carousel-slider-circle”).removeClass(“aplus-carousel-active”).attr(‘aria-selected’, ‘false’).attr(‘tabindex’, -1)
.eq(data.newValue – 1).addClass(“aplus-carousel-active”).attr(‘aria-selected’, ‘true’).attr(‘tabindex’, 0);
});
function syncPaginationDotsWithCarouselPages(numPages) {
const parentElement = document.querySelector(paginationGroup);
if (parentElement && parentElement.children) {
const children = parentElement.children;
for (let i = 0; i = numPages) {
// If number of dots > num of pages, we should hide other dots
children[i].classList.add(‘aplus-pagination-dot–display-none’);
} else if (children[i].classList.contains(‘aplus-pagination-dot–display-none’)) {
// Reset display of dots if it was hidden before
children[i].classList.remove(‘aplus-pagination-dot–display-none’);
}
}
}
}
framework.onInit(carouselName, function (carousel) {
try {
var totalPages = carousel.getAttr(‘totalPages’);
syncPaginationDotsWithCarouselPages(totalPages);
/* Resize event handler to re-calculate the pagination dots count based on orientation */
window.addEventListener(‘resize’, function() {
carousel.resize();
totalPages = carousel.getAttr(‘totalPages’);
syncPaginationDotsWithCarouselPages(totalPages);
});
A.declarative(paginationAction, ‘click keydown’, function(event){
var isClick = event.type === ‘click’;
var isKeydown = event.type === ‘keydown’;
var isEnter = isKeydown && event.$event.keyCode === ENTER_KEY_CODE;
var isEsc = isKeydown && event.$event.keyCode === ESCAPE_KEY_CODE;
var isLeftArrow = isKeydown && event.$event.keyCode === LEFT_ARROW_KEY;
var isRightArrow = isKeydown && event.$event.keyCode === RIGHT_ARROW_KEY;
var isHome = isKeydown && event.$event.keyCode === HOME_KEY;
var isEnd = isKeydown && event.$event.keyCode === END_KEY;
if (isClick || isEnter) {
var data = event.data;
carousel.gotoPage(data.page);
} else if (isEsc) {
event.$target.blur();
} else if (isLeftArrow || isRightArrow || isHome || isEnd) {
event.$event.preventDefault();
const dots = A.$(paginationGroup + ” .carousel-slider-circle”);
const currentIndex = dots.index(event.$target);
let nextIndex;
if (isLeftArrow) {
nextIndex = currentIndex > 0 ? currentIndex – 1 : dots.length – 1;
} else if (isRightArrow) {
nextIndex = currentIndex < dots.length – 1 ? currentIndex + 1 : 0;
} else if (isHome) {
nextIndex = 0;
} else if (isEnd) {
nextIndex = dots.length – 1;
}
dots.eq(nextIndex).focus();
carousel.gotoPage(nextIndex + 1);
}
});
} catch (e) {
P.log('Failed to init ' + carouselName + '. Error: ' + e.message, 'FATAL', 'AplusModuleResources');
}
});
});
}
});
});
.aplus-v2 .aplus-content-wrapper {
position: relative;
overflow: hidden;
}
.aplus-v2 .container-with-background-image {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
}
function logShoppableMetrics(moduleName, showsAddToCart) {
if (window.ue && window.ue.count) {
window.ue.count(“aplus:shoppable:” + moduleName + “:addToCart”, showsAddToCart ? 1 : 0);
}
}
From the brand
.aplus-v2 .apm-brand-story-carousel-container {
position: relative;
}
.aplus-v2 .apm-brand-story-carousel-hero-container,
.aplus-v2 .apm-brand-story-carousel-hero-container > div {
position: absolute;
width: 100%;
}
/*
Ensuring the carousel takes only the space it needs.
The sizes need to be set again on the absolutely positioned elements so they can take up space.
*/
.aplus-v2 .apm-brand-story-carousel-container,
.aplus-v2 .apm-brand-story-carousel-hero-container {
height: 625px;
width: 100%;
max-width: 1464px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
}
.aplus-v2 .apm-brand-story-carousel-hero-container,
.aplus-v2 .apm-brand-story-carousel-hero-container > div {
height: 625px;
}
.aplus-v2 .apm-brand-story-carousel.a-carousel-container {
padding: 0px;
}
/*
This centers the carousel vertically on top of the hero image container and after the logo area (125px).
Margin-top = (heroHeight – cardHeight – logoAreaHeight) / 2 + logoAreaHeight
*/
.aplus-v2 .apm-brand-story-carousel .a-carousel-row-inner {
margin-top: 149px;
}
/*
Cards need to have a width set, otherwise they default to 50px or so.
All cards must have the same width. The carousel will resize itself so all cards take the width of the largest card.
The left margin is for leaving a space between each card.
*/
.aplus-v2 .apm-brand-story-carousel .a-carousel-card {
width: 362px;
margin-left: 30px !important;
}
/* styling the navigation buttons so they are taller, flush with the sides, and have a clean white background */
.aplus-v2 .apm-brand-story-carousel .a-carousel-col.a-carousel-left,
.aplus-v2 .apm-brand-story-carousel .a-carousel-col.a-carousel-right {
padding: 0px;
}
.aplus-v2 .apm-brand-story-carousel .a-carousel-col.a-carousel-left .a-button-image,
.aplus-v2 .apm-brand-story-carousel .a-carousel-col.a-carousel-right .a-button-image {
border: none;
margin: 0px;
}
.aplus-v2 .apm-brand-story-carousel .a-carousel-col.a-carousel-left .a-button-image .a-button-inner,
.aplus-v2 .apm-brand-story-carousel .a-carousel-col.a-carousel-right .a-button-image .a-button-inner {
background: #fff;
padding: 20px 6px;
}
.aplus-v2 .apm-brand-story-carousel .a-carousel-col.a-carousel-left .a-button-image .a-button-inner {
border-radius: 0px 4px 4px 0px;
}
.aplus-v2 .apm-brand-story-carousel .a-carousel-col.a-carousel-right .a-button-image .a-button-inner {
border-radius: 4px 0px 0px 4px;
}
-
A-Tech is a leading brand of Computer Memory (RAM) based in the United States. We offer a vast variety of memory products to solve all your memory needs; from servers to desktop PCs to laptops and more! All A-Tech products are rigorously tested to ensure high quality, dependable performance. Upgrade your system with confidence with A-Tech memory (RAM).
-
What does a memory (RAM) upgrade do?
Memory (RAM) gives applications a place to temporarily store data which allows your computer to quickly access information.
Using multiple programs/applications at once or doing resource intensive activities (such as video/photo editing, gaming, programming and more) can slow down your system as each compete for a limited amount of memory resource.
A RAM upgrade can improve performance by expanding your system’s memory capacity allowing your computer to take on more while maintaining a fast and smooth experience.
-
Browse our A-Tech Store
-
What are the different types of memory (RAM)?
There are many types of RAM including RD, SD, DDR, DDR2, DDR3, DDR4, and DDR5, with DDR5 being the newest version.
All system’s have their own memory requirements and will only support one of those specific types of RAM. For instance, a laptop that requires DDR4 RAM can only support DDR4 RAM. Each type of RAM has different pin sizes and notch locations meaning a DDR3 RAM module will only fit into a DDR3 RAM slot and so on.
Refer to your system’s manual to determine the supported RAM specifications
-
What is SODIMM and DIMM, which do I need?
Along with RAM types, there are also different Form Factors or physical sizes of RAM.
SODIMM (or SO-DIMM) RAM is used in laptops and notebooks and is also commonly used in select All-in-One (AIO) computers, Mini PCs and NAS systems.
DIMM RAM is used in Desktops Computers as well as Workstations and Servers.
The two sizes are not interchangeable; a DIMM module will not fit into a system that requires SODIMM RAM and a SODIMM module will not fit into a system that requires DIMM RAM.
-
What ECC type memory (RAM) do I need?
Non-ECC Unbuffered (or simply Non-ECC): Primarily used in Desktop PCs, Laptops, All-in-One (AIO) computers, & Mini PCs as almost all those system types only support Non-ECC Unbuffered memory
ECC Registered: Only used in Servers and select Workstations
ECC Load Reduced: Only used in Servers and select Workstations
ECC Unbuffered: Only used in Servers and Workstations
ECC Fully Buffered: Only used in select Servers that support DDR2 RAM
Different ECC types cannot be mixed within the same system, only one type can be used.

































Reviews
There are no reviews yet.