1) Continuous random variables have cumulative distribution functions (CDFs) that are continuous functions of the variable. They can have probability density functions (pdfs) that define their distributions.
2) Exponential distributions describe systems with memoryless properties where the probability of failure does not depend on past events. They commonly model time between events like packet arrivals.
3) Uniform distributions have constant pdfs across their range, resulting in a linear CDF ramp function. They are commonly used in random number generation.