This document discusses analog-to-digital conversion techniques. It describes pulse code modulation (PCM) and delta modulation (DM) in detail. PCM involves sampling, quantization, and encoding an analog signal into digital form. It includes sampling the analog signal at discrete time intervals, dividing the signal amplitude range into discrete levels, and representing each level with a binary code. DM uses a simpler approach by only encoding changes in the analog signal level into a stream of 1s and 0s. While less complex than PCM, DM still introduces quantization error during conversion.