Question

Determine the code generated by the message (11011). Assume the parity code is odd

Determine the code generated by the message (11011). Assume the parity code is odd

Homework Answers

Answer #1

for P1 as it is at 1 keep1 place and leave 1 place so it will give 1,3,5,7,9

for P2 the place is 2 so keep 2 and leave 2 2,3,6,7

in the same way for P3 and P4 4 and 8 respectively.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Assume that for each character code we add an odd parity bit as the most significant...
Assume that for each character code we add an odd parity bit as the most significant bit. What are the 8-bit code values for the phrase "Digital Design" (without the quotes) with the added parity bit?
construct hamming code for the message (1001) Consider even parity 2p ≥ p+m+1
construct hamming code for the message (1001) Consider even parity 2p ≥ p+m+1
4. Using Hamming code, assume the sender want to send a message of 4 bits, 1111....
4. Using Hamming code, assume the sender want to send a message of 4 bits, 1111. (a) What is actually being transmitted (b) Assume during transmission the parity bit p1 is inverted by an error (noise) i. How does the receiver detect the error? ii. How does the receiver correct the error? Show your work by calculating parity bits and syndrome bits.
A parity encoded message in ASCII for the word "Hello" is given as 90base16, CBbase16, D8base16,...
A parity encoded message in ASCII for the word "Hello" is given as 90base16, CBbase16, D8base16, D8base16, DEbase16. Given one character is erroneous, determine which character and the parity setting for the transmission.
Consider linear block code with n=8 and k=4. The parity bits of Linear block code is...
Consider linear block code with n=8 and k=4. The parity bits of Linear block code is obtained as c1=m2+m3+m4 , c2=m1+m2+m3 ,c3=m1+m2+m4 ,c4=m1+m3+m4 where m1,m2,m3 and m4 are the message bits and c1,c2,c3 and c4 are the checkbits Obtain the generator matrix and parity check matrix                                                                 List out all codewords and Calculate the minimum distance (dmin )                                    Draw the encoding Circuit.                                                                                                                     Construct the syndrome circuit                                                                                                      Compute the syndrome for the received vector r=[11011011]. Is this a valid code vector?If...
A second order homogeneous linear differential equation has odd-even parity. Prove that if one of its...
A second order homogeneous linear differential equation has odd-even parity. Prove that if one of its solutions is an even function, the other can be constructed as an odd function.
Write Java code that creates an array of primitive integers named odds and stores all odd...
Write Java code that creates an array of primitive integers named odds and stores all odd numbers between -6 and 38 using a for loop. (Your code will populate the array.) Your code should also enable the array’s size to be exactly large enough to store the numbers. (You will not put a number for the size, your code will determine the number.) (5 pt)
A) Is the code below secure? Explain your rationale. ExitProcess PROTO .data firstval qword 20002000h secondval...
A) Is the code below secure? Explain your rationale. ExitProcess PROTO .data firstval qword 20002000h secondval qword 11111111h thirdval qword 22222222h sum qword 0 .code main proc      mov rax,firstval                         add rax,secondval             add    rax,thirdval      mov    sum,rax      mov    ecx,0      invoke ExitProcess main endp end main b) Transmitted messages often include a parity bit, whose value is combined with a data byte to produce an even number of 1 bits. Suppose a message byte in the AL...
write a code in jave where you have to Populate even and odd number array. plz...
write a code in jave where you have to Populate even and odd number array. plz explain it clearly and make sure the code run
The task is to design a binary finite state automaton (FSA) to accept all strings that...
The task is to design a binary finite state automaton (FSA) to accept all strings that represent valid messages (for the below code given and parity property) and reject all others. The FSA must be deterministic and reduced finite state acceptor in standard form. Codes are as following: A = 00000 B = 0100 C = 011 Parity = Odd 0, the entire message (including the check digit) has an odd number of 1's. FOR EXAMPLE if your codes are...