Represent the following in computer memory
- Comp131 (use even parity)
Answer
Step 1
Convert
"Comp131" to ASCII
C |
o |
m |
p |
1 |
3 |
1 |
43 |
6F |
6D |
70 |
31 |
33 |
31 |
01000011 |
01101111 |
01101101 |
01110000 |
00110001 |
00110011 |
00110001 |
Step 2
Comp131 ro converted to
01000011011011110110110101110000001100010011001100110001
Step 3
Now count number of 1 bit
01000011011011110110110101110000001100010011001100110001
totally 27 1bits are there
so that is in odd parity
Step 4
Now convert to even parity by adding 1bit
1 01000011011011110110110101110000001100010011001100110001
Step 5
Final Result
101000011011011110110110101110000001100010011001100110001
---
all the best
Get Answers For Free
Most questions answered within 1 hours.