Question

Show the bits that represent the letters ‘1HpQ’ in 8-bit ASCII, using even parity.

Show the bits that represent the letters ‘1HpQ’ in 8-bit ASCII, using even parity.

Homework Answers

Answer #1
1 -> 49 -> 110001
    number of 1's in above number is 3. we should make this even, add extra 1 to make this even parity.
    1 -> 1100011
H -> 72 -> 1001000
    number of 1's in above number is 2. This is already even. so, add extra 0 to make this even parity.
    72 -> 10010000
p -> 112 -> 1110000
    number of 1's in above number is 3. we should make this even, add extra 1 to make this even parity.
    112 -> 11100001
Q -> 81 -> 1010001
    number of 1's in above number is 3. we should make this even, add extra 1 to make this even parity.
    81 -> 10100011
1HpQ in binary even parity is 1100011 10010000 11100001 10100011
in hexadecimal it is C3 90 E1 A3
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
How to convert a decimal value to 7-bit ASCII code and ASCII with even parity? Please...
How to convert a decimal value to 7-bit ASCII code and ASCII with even parity? Please use 1234 as an example.
Assuming that we are transmitting the ASCII letter "Z" (01011010 in binary) with no parity bit...
Assuming that we are transmitting the ASCII letter "Z" (01011010 in binary) with no parity bit and one stop bit, show the sequence of bits transferred serially (write the number 0 (or 1), not the word zero (or one)). 1st bit => Answer (first bit to be transmitted). 2nd bit => Answer 3rd bit => Answer 4th bit => Answer 5th bit => Answer 6th bit => Answer 7th bit => Answer 8th bit => Answer 9th bit => Answer...
An 8-bit byte with binary value 11001101 is to be encoded using an even-parity Hamming code....
An 8-bit byte with binary value 11001101 is to be encoded using an even-parity Hamming code. What is the binary value after encoding?
Design an even parity detection circuit. A parity bit is an error checking mechanism. Your circuit...
Design an even parity detection circuit. A parity bit is an error checking mechanism. Your circuit will count the number of 1’s in a stream of bits. If the number of 1’s is even, the circuit turns on an output called Y. Assume a single bit at each cycle – call the input X. Do not use an accumulator or counter. Design the even parity detection circuit using J-K flip-flops. Your answer must include: a. The state diagram. b. The...
Present the implementation of a 3-bit parity detector circuit using a mux. In this circuit, the...
Present the implementation of a 3-bit parity detector circuit using a mux. In this circuit, the output is equal to 1 when the number of bits equal to 1 is odd. Example: 010 - Odd Parity - Output 1 011 - Even Parity - Output 0
A set of parity-check equations for a distance-4 Hamming code with 64 data bits and 8...
A set of parity-check equations for a distance-4 Hamming code with 64 data bits and 8 parity-check bits are specified by the eight 72-bit constants below, each representing one row the parity-check matrix: C[1] = 72'h80000000000000007f; C[2] = 72'h400000003FFFFFFF80; C[3] = 72'h20001FFFC0007FFF80; C[4] = 72'h100FE03FC07F807F80; C[5] = 72'h0871E3C3C78787878F; C[6] = 72'h04B66CCCD9999999B3; C[7] = 72'h02DAB5556AAAAAAAD5; C[8] = 72'hFFFFFFFFFFFFFFFFFF; Assuming that bits are numbered D[17:0], bits D[71:64] are the check bits, D[63:0] are the data bits. Write a Verilog model for a...
If even parity is selected and the data to be sent is 110001001, which parity bit...
If even parity is selected and the data to be sent is 110001001, which parity bit should be included at the end? Need it typed please.
Computers “A” wants to transmit 8 bits of data to computer “B” using 8 wires. To...
Computers “A” wants to transmit 8 bits of data to computer “B” using 8 wires. To be able to detect errors, we should use: a. 1 odd parity generator and 1 even parity checker, withoug adding any more wires. b. 1 odd parity generator and 1 odd parity checker, without adding any more wires. c. 1 odd parity generator and 1 even parity checker using 1 extra wire. d. 8 odd parity generators and 8 odd parity checkers using 8...
write a single instruction using 16 bit operands that clears the high 8 bits of AX...
write a single instruction using 16 bit operands that clears the high 8 bits of AX and does not change the low 8 bits
Many computers use one byte (8 bits) of data to represent each letter of the alphabet....
Many computers use one byte (8 bits) of data to represent each letter of the alphabet. Suppose there are 25 million words in a book that we want to store in an area of just 1 mm2and the average word contains 6 letters. What is the byte density of this storage (bytes/in2)? What is the bit density of this storage (bits/in2)? What area is needed to record one byte? one bit? Is this storage superior or inferior to common information...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT