The fundamental distinction lies in the nature of outcomes. Use discrete CDFs when your random variable takes countable values—integers representing counts, trials, or selections from finite sets. Discrete CDFs display as step functions with vertical jumps at possible values and flat segments between them. The jumps occur because probability concentrates at specific points: rolling a 4 on a die, getting exactly 7 successes in 10 trials, waiting precisely 3 attempts for first success.
Use continuous CDFs when your random variable measures quantities on a continuous scale—heights, temperatures, time intervals, distances. Continuous CDFs appear as smooth curves with no jumps, rising gradually through integration of probability density. They model phenomena where exact values have zero probability, but intervals have positive probability. The distinction matters mathematically and computationally: discrete involves summation, continuous involves integration.