answersLogoWhite

0

When parity memory detect a error what happens?

Updated: 9/17/2019
User Avatar

Wiki User

11y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: When parity memory detect a error what happens?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What happens when parity memory detects an error?

A parity error always causes the system to halt.


What can occur in older SIMMs and only happens when a module's parity information doesn't match information in memory?

Parity Error


When parity memory detects errors what happens?

A parity error always causes the system to halt.


A problem with parity error indicates a problem with?

Parity error indicates bad memory. Parity checks compare the memory read with what was writen.


When parity detects an error what happens?

A parity error always causes the system to hault. On the screen, you see the error message parity error 1 (parity error on the motherboard) or parity error 2 (parity error on an expansion card)


What is the difference between parity and non-parity memory?

Non-parity memory is memory without parity. Parity memory is memory with extra bits, sometimes one, sometimes more, that accompany the word. These extra parity bits are generated to a known value, typically to make the total number of bits on that word even or odd. When the word is retrieved, the parity bits are compared against what they should be. If they are different, then one or more of the bits in the original word or in the parity bits must have changed. This is an error condition that can be trapped. In a multiple parity bit system, the calculation of the bits allows not only for the detection of a changed bit, but also for the identification of which bit changed. This is known as ECC parity, or Error-Correcting-Code. Often, you can detect and correct any one bit error, and you can detect, but not correct, any two bit error. Since random bits changes are rare, those that do occur are usually one bit errors, making ECC parity valuable for high reliability systems such as servers.


What type of system error will a memory parity error create?

an NMI error


Which detection technique can detect error with only one bit?

Parity


What do you mean by single bit error correction?

A special system of multiple parity bits (e.g. Hamming parity) that allows not only error detection but limited error correction.Ordinary single bit parity can detect reliably single bit errors.Hamming parity can correct single bit errors and detect reliably double bit errors.


What causes parity error?

The main causes of parity error are magnetic or electrostatic conditions. This will result mainly into corruption of the computer memory chips.


What types of errors will simple parity not detect?

Simple parity can not correct multiple errors. If more than one error exists at a time, then simple parity can not calculate the missing data.


What is parity interrupt?

There is no parity interrupt on the 8085 or 8086/8088. If you mean a memory parity interrupt, that is a function of system design, not a function of the particular microprocessor involved. Generally, a memory parity error is fatal, so one would typically place it on a non-maskable interrupt, such as TRAP on the 8085, or INT 2 (NMI) on the 8086/8088. This assumes, of course, that the memory parity error does not just crash the processor.