answersLogoWhite

0


Best Answer

A computer word is NOT 4 bits.

In computing terms the base unit is a "bit" which can be set to "0" or "1"

Then a group of 4 bits is called a "nibble"

2 nibbles or 8 bits is called a "bite"

next comes a computer "word" which can be 16, 32 or 64 bits, depending on the width of the computer's registers.

A parity bit is used as the simplest form of error detecting code, a parity bit, or check bit, is a bit ADDED to any string of binary code to ensure that the total number of 1-bits in the string is even or odd.

User Avatar

Wiki User

βˆ™ 6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How is a parity bit added to a four bit word?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Other Math

How is simple parity check related to the two dimensional parity check?

The single parity check uses one redundant bit for the whole data unit. In a two dimensional parity check, original data bits are organized in a table of rows and columns. The parity bit is then calculated for each column and each row.


What is called if the number of bits is not an odd number for odd parity or an even number for even parity?

That's called a "parity violation", which indicates a bit error in the byte. That's the whole purpose of parity ... detecting bit errors, although in order to do it, you have to significantly increase the data load by adding an extra bit to every 7 or 8 bits in the end-user's business traffic.


Why parity bit is used?

Parity bits are mainly meant for error detection in serial communication.It will be use full for determining the correctness of data sent from transmitter to receiver.even parity A wants to transmit: 1001 A computes parity bit value: 1^0^0^1 = 0 A adds parity bit and sends: 10010 B receives: 10010 B computes parity: 1^0^0^1^0 = 0 B reports correct transmission after observing expected even result.odd ParityA wants to transmit: 1001 A computes parity bit value: ~(1^0^0^1) = 1 A adds parity bit and sends: 10011 B receives: 10011 B computes overall parity: 1^0^0^1^1 = 1 B reports correct transmission after observing expected odd result.Transmission error detection on even parityA wants to transmit: 1001 A computes parity bit value: 1^0^0^1 = 0 A adds parity bit and sends: 10010 *** TRANSMISSION ERROR *** B receives: 11010 B computes overall parity: 1^1^0^1^0 = 1 B reports incorrect transmission after observing unexpected odd result.Transmission error detection on odd parityA wants to transmit: 1001 A computes even parity value: 1^0^0^1 = 0 A sends: 10010 *** TRANSMISSION ERROR *** B receives: 10011 B computes overall parity: 1^0^0^1^1 = 1 B reports incorrect transmission after observing unexpected odd result.Refference:Wikipedia


When adding an even parity bit to the code 110010 the result is?

1110010


What is the past tense word for bit?

'Bit' is the simple past tense of bite.

Related questions

If a parity bit is added to a four bit word how many output lines will be required after multiplexing?

1


Define the purpose of PARITY?

A bit, added to every 8 bits, as a basic data integrity check. The value of this 9th. bit is either chosen so that the total number of 1's is even (even parity) or odd (odd parity).A bit, added to every 8 bits, as a basic data integrity check. The value of this 9th. bit is either chosen so that the total number of 1's is even (even parity) or odd (odd parity).A bit, added to every 8 bits, as a basic data integrity check. The value of this 9th. bit is either chosen so that the total number of 1's is even (even parity) or odd (odd parity).A bit, added to every 8 bits, as a basic data integrity check. The value of this 9th. bit is either chosen so that the total number of 1's is even (even parity) or odd (odd parity).


State the purpose of the parity track devices?

A parity bit, or check bit, is a bit that is added to ensure that the number of bits with the value one in a set of bits is even or odd. Parity bits are used as the simplest form of error detecting code.


Given the character 0110101 with bit will be added to support even parity?

0.


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.


How the receiver know that the coming bit is a parity bit not a data bit?

Both sides of the serial communication must be configured for parity. Then every 8th bit is defined as the parity bit.


What does the method known as parity do?

In RAM, parity is a type of built-in error-checking system. After the 8 bits in a byte receive data, even parity works by adding to total number of 1s. If the number is odd, the parity bit is set to 1; if the number is even, the parity bit is set to 0. When the data is read back, the total is added up again and compared to the first total. If the parity bit is 1, the data is error-free, but if the total is odd and the parity is 0, the chip recognizes a problem and gets rid of the data. Odd parity works in the same fashion, just the other way around.


What is even parity bit and odd parity bit of binary number 1011?

19) Add an 8th bit for the following binary numbers to act once as an even parity and another time as an odd parity. i 1010001 ii 1111000


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.


Would you expect that the inclusion of a parity bit with each character would change the probability of receiving a correct message?

The inclusion of a parity bit extends the message length. There are more bits that can be in error since the parity bit is now included. The parity bit may be in error when there are no errors in the corresponding data bits. Therefore, the inclusion of a parity bit with each character would change the probability of receiving a correct message.


How explain the terms even parity and odd parity Is one method bettrer than the other?

"Parity" refers to the number of 1s in a given binary number. Odd parity means there are an odd number of 1s and even parity means that there are an even number of 1s. Parity bits are often used as a crude means of error detection as digital data is transmitted and received. For example, 0b11010100 has 4 1s in it, therefore, it has even parity. Two devices exchanging data must be set to the same parity. If both are set (strapped) for odd parity, for example, then the sending device must ensure that the number of bits in each word has an odd number of 1s. Likewise, the receiving device must be set to ensure it only receives words with an odd number of 1s. An odd parity bit is defined as a bit in the word which can be set to ensure odd parity. If the word already has an odd number of 1s, then the parity bit is not set. If the word otherwise has an even number of 1s, the parity bit is set to ensure an odd number of 1s. The same is true for even parity settings. One way is not necessarily better than the other in theory but, in practice, should observe the convention for the system in question. Many (if not most) devices provide a connector pin that can be strapped to define either even or odd parity.


How is simple parity check related to the two dimensional parity check?

The single parity check uses one redundant bit for the whole data unit. In a two dimensional parity check, original data bits are organized in a table of rows and columns. The parity bit is then calculated for each column and each row.