The document discusses several computational models that can be used in embedded system design, including data flow graph, control data flow graph, state machine, sequential program, concurrent process, and object oriented models. It provides examples of seat belt warning systems, vending machines, and telephone systems modeled as state machines. The state machine model is well-suited for modeling reactive or event-driven embedded systems. Concurrent process models allow tasks to be split and executed simultaneously through synchronization of events.