---
title: "What Is Ram Parity?"  
description: "What Is Ram Parity?"  
author: "Kalin"  
published: 2022-05-06  
canonical: https://answers.mindstick.com/qa/97191/what-is-ram-parity  
category: "troubleshooting"  
tags: ["troubleshooting", "computer hardware"]  
reading_time: 1 minute  

---

# What Is Ram Parity?

What Is Ram Parity?

## Answers

### Answer by Hitesh Vohra

- Error-checking algorithms incorporated into some Random Access Memory (RAM) chips use a process known as **parity**. For every eight bits of data, parity chips have one additional bit. In the parity operation, the chip sums all the 1s as the eight bits receive binary data (data represented by 1s and 0s), and if the total is odd, the extra bit is set to 1. The Vertical Redundancy Check (VRC), often known as a parity check, is the most prevalent data error-checking and validation procedure.
- The extra bit is set to 0 if the sum is even.When the computer attempts to read each byte of data from the RAM, it calculates the total amount of 1s once more and compares the results to the parity bit. If the results are consistent, the data is considered error-free and can be transferred to the CPU.

## Read More: [What Is Shadow Ram?](https://answers.mindstick.com/qa/97192/what-is-shadow-ram)


---

Original Source: https://answers.mindstick.com/qa/97191/what-is-ram-parity

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
