This document discusses decimal arithmetic operations using binary coded decimal (BCD) numbers. It describes how decimal numbers are represented in BCD format and processed using microoperations in the arithmetic logic unit (ALU). Addition and subtraction of decimal numbers are performed by converting the numbers to BCD, performing binary addition or subtraction on the digits, and converting the output back to decimal if needed. Block diagrams of BCD adders and examples of decimal addition and subtraction are provided.