answersLogoWhite

0

xor logic

because

A B output

0 0 0

0 1 1

1 0 1

1 1 1

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is difference between parity checker and parity generator?

A parity generator checks the data to be transmitted and outputs a 0(parity bit) if the number of logic 1's in the data is even, and a logic 0 if the number is odd. So a checker takes the transmitted data and the parity bit and will compare the two, and if they are both of the same logic then the you can conclude that the data was recieved succesfully(i.e no bits were lost during transmission). Parity checker/generator use the exact same devices, but with one comparing instead of generating.


Which logic is used by odd parity generators?

Digital Logic


What is usage parity bit in 8086 Microprocessor?

P (parity)is the count of '1's in the last 8 bits of any binary number expressed as even or odd. Logic 0 for odd parity; logic 1 for even parity.-if a number contains three binary one bits, it has odd parity-if a number contains no one bits, it has even parity


Ic 74180 used for?

The 74180 is a 9-bit Odd/Even Parity Generator and Checker


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

parity error


What is a difference between odd parity and even parity?

in even parity number of 1s is even called even parityand or number of 1s is odd called odd parity anil kuntal anil kuntal you suck


Types of parity bits?

There are two types of parity bits.they are even and odd parity.


How do you calculate parity?

Parity is calculated by determining whether the number of bits set to 1 in a binary representation is even or odd. For even parity, you add an extra bit to make the total number of 1s even, while for odd parity, you add a bit to ensure the total is odd. To calculate it, simply count the 1s in the binary string and use the appropriate rule based on the desired parity type. If the count is already even for even parity (or odd for odd parity), the parity bit is 0; otherwise, it is 1.


How do you count parity?

To count parity, you determine whether the number of 1s in a binary representation is even or odd. For even parity, the count of 1s should be even, while for odd parity, it should be odd. You can achieve this by summing the values of the bits and checking the result: if it is divisible by 2, the parity is even; if not, it is odd. Parity is often used in error detection schemes in data transmission.


What is the Odd parity bit of 10011?

To determine the odd parity bit for the binary number 10011, first count the number of 1s in the sequence. There are three 1s in 10011, which is an odd number. To maintain odd parity, the parity bit must be 0, since adding a 1 would make the total count of 1s even. Therefore, the odd parity bit for 10011 is 0.


what is meant by the terms odd parity even parity marking parity?

Odd parity and even parity are error detection schemes used in digital communication and computer memory. In odd parity, the number of bits set to '1' in a binary sequence is always odd, while in even parity, it is always even. Marking parity refers to a specific implementation of even parity where a binary '1' is added as a parity bit to ensure that the total number of '1's is even. These methods help identify errors in data transmission or storage by providing a simple means of checking integrity.


What is odd vector parity?

Odd vector parity is a method used in error detection for data transmission. In this scheme, a parity bit is added to a binary vector (or data word) to ensure that the total number of 1s in the vector, including the parity bit, is odd. If the number of 1s is already odd, the parity bit will be set to 0; if it is even, the parity bit will be set to 1. This allows the detection of single-bit errors during data communication.