Mansoor Bashir presented on code converters and parity checkers. Code converters change coded information from one system to another, such as converting decimal to binary. Parity checkers add an extra parity bit to detect errors by making the total number of 1s either even or odd. Even parity generators add a 0 bit to make the total number of 1s even, while odd parity generators add a 1 to make the total odd. Parity checkers use logic gates to check if the received bits have the correct parity or indicate an error.