Search : in
By :

How to check the error in Longitudnal Parity

Last answer on Sep 12, 2008 10:01:22 am BST awais, on Sep 11, 2008 11:51:16 pm BST 
 Report this message to moderators

Hello,
The question that i am asking fro this or io that how can we check the longitudnal parity check.

Configuration: Windows XP
Internet Explorer 6.0

Best answers for « How to check the error in Longitudnal Parity » in :
Error checking Show Error checking Binary encoding is very practical for use in electronic devices such as computers, in which information can be encoded based on whether an electrical signal is present or not. However, this electrical signal may suffer disturbances...
BIOS ROM CHECKSUM ERROR-SYSTEM HALTED ShowBIOS ROM CHECKSUM ERROR-SYSTEM HALTED If the following error message is displayed when booting up your PC. BIOS ROM CHECKSUM ERROR-SYSTEM HALTED This means that the information found on the BIOS are invalid or cannot be ...
[Windows XP] Making Error disk Checking Show[Windows XP] Making Error disk Checking Checking in Safe Mode Verification at startup Checking in Safe Mode Restart the computer in Safe Mode (press repetitive F5 or F8 during startup before loading Windows). Open My Computer...
Error 0x100000d1 (Minidump) ShowError 0x100000d1 (Minidump) After a bug check, your PC reboot and windows restart. After error verification: 0x100000d1 (0x0000000C, 0x00000002, 0x00000000, 0xaa6a6f21, a dump was registered under the C: \WINDOWS\Minidump\Minixxxxx.dmp. This...
Download MP3-Check ShowFormat MP3 is audio format par excellence for audio compression. But it is really possible that there are errors in formats, notably graffiti there. MP3-Check is an application which allows to prove your music collection for quality and possible...
Download Source Code Spell Checker ShowSource Code Spell Checker is a program that offers to check your lines of code, highlight the errors and to report errors detected. You save valuable time by limiting the reading tedious programming codes. Advantage Via the context menu, you can...
Download Windows Error Message Creator ShowThe chains which alert on viruses do not work any more, then made more extremely. If you want to scare your colleagues or your friends on their computer, the best means is of their envoy a message of error. Windows Error Message Creator is a very...
BIOS ShowIntroduction to BIOS BIOS ("Basic Input/Output System" is an essential component in computers, which is used for controlling hardware. It is a small software program, part of which is loaded in ROM (read-only memory, which cannot be modified),...
Server integrity check ShowIntegrity check When a server has been compromised, the hacker usually covers his/her tracks by deleting all records of his/her activity from the logs. Additionally, he/she installs some tools to enable him/her to create a backdoor, in order to...

1

 trypchelp, on Sep 12, 2008 10:01:22 am BST

Hey there,

here is the algoritm that you have to write for the longitudinal parity check:

Set LRC = O
For each character c in the string
do
Set LRC = LRC XOR c
end do



hope it helps you

Reply to trypchelp