answersLogoWhite

0


Best Answer

1110010

User Avatar

Furkan ERDOĞAN

Lvl 2
βˆ™ 3y ago
This answer is:
User Avatar
More answers
User Avatar

saimmer martinez

Lvl 2
βˆ™ 1y ago

[object Object]

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: When adding an even parity bit to the code 110010 the result is?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Other Math

How is a parity bit added to a four bit word?

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.


How do you generate generator matrix in linear block code when a code word is given?

The generator matrix is made out of that code word and all the possibilities for the code words. The number of rows of the generator matrix are the number of message bits and the number of columns are equal to the total number of bits i.e parity bits + message bits. The only necessary condition is that each row of generator matrix is linearly independent of the other row.


How do you find average of three numbers in 8085 microprocessor code in a given address and data?

You add the three numbers, then divide the result by 3.


What is the rule of thumb in determining a delivery date?

The rule of thumb in determining a delivery date is to count the number of days allotted pursuant to the applicable code section or rule, before adding the applicable extension of time.


What is the code for levels 1 to 10 in cartoon hero?

level 1 CODE =HONGHA level 2 CODE =HOANKIEM level 3 CODE =HNAMS level 4 CODE =DHYHN level 5 CODE =ANBA level 6 CODE =KHOAMOC level 7 CODE =DIEPDIN level 8 CODE =MEYEN level 9 CODE =BOMINH level 10 CODE =EMYEU

Related questions

What is unlocking code for crazy penguin catapult in samsung s239?

110010


What does ecc mean?

ECC stands for "error correcting code". It is a way to check for accuracy by adding one bit of redundant data (or parity data) to the end of each byte. As an example, when the digits of a byte total an odd number, the parity bit will be a zero. When it is even, it will be a one. If the parity bits do not match their respective bytes, the data is known to be corrupted.


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.


How do you design a gray code circuit for the range of integers 0-15?

assalam o alikum,i am hameed ullah and a student of electronic engineering. my question is that ,,,,,,,,,,, "why we converted a binary number into gray code" and what is the difference in odd parity and even parity


What is Hamming Code Explain its importance with suitable example?

Hamming Code is a system involving multiple parity bits per word such that not only can errors be detected but certain types of errors can be corrected. The first Hamming Code was called (7,4) because it added 3 parity bits to 4 data bits, creating a 7 bit code. See link for example.


How can you write your name in ASCII code using 8 bit code and parity?

D =44 e = 65 b = 61 r =72 a = 61


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.


Cheat code for adding people to the mobsters game on my-space?

There isn't a cheat code for that. There are other websites to go to for quick adding.


What is the MySpace Add Me code?

A ADDING ME code, hello how could you not know that ;0


What is a Data Drive?

Data Drive A data drive is a disk drive that is dedicated to storing data, as opposed to parity, Hamming code, or a hot standby. In RAID levels where the data and parity move around, the space equivalent of this many drives is available to store data.


What memory features allows for the protection against random inconsistencies in the transfer of the data?

Hamming Parity Error Correction Code, sometimes shortened to ECC.


How is an error corrected by using the Hamming code?

assume that u have received a code, you multiply it to parity check matrix and it results to syndrome, the syndrome identify you the error code from table look up which can be made by multiplying any probable error pattern in generator matrix.