Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider a modified version of the synchronous component Delay, called OddDelay, that has a Boolean input variable in, a Boolean output variable out, and

Consider a modified version of the synchronous component Delay, called OddDelay, that has a Boolean input  

Consider a modified version of the synchronous component Delay, called OddDelay, that has a Boolean input variable in, a Boolean output variable out, and two Boolean state variables x and y. Both the state variables are initialized to 0, and the reaction description is given by: bool in bool x = 0, bool y = 0 if y == True then out = x else out = 0; x := in; y :=y. bool out Fig. 1 Synchronous component OddDelay 1) Describe in words the behavior of the component OddDelay. (5%) 2) List a possible execution of the component in the following form if it is supplied with the sequence of inputs 0, 1, 1, 0, 1, 1 for the first six rounds. (10%) in/out (x, y) (x', y') 3) Is the component finite-state? Draw the state machine of the component (label the input and output on each state transition in the form of input/output (i.e., the output is determined by both current state and current input). (10%)

Step by Step Solution

3.42 Rating (155 Votes )

There are 3 Steps involved in it

Step: 1

The component behaves with respect to the boolean f... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modeling the Dynamics of Life Calculus and Probability for Life Scientists

Authors: Frederick R. Adler

3rd edition

840064187, 978-1285225975, 128522597X, 978-0840064189

More Books

Students also viewed these Programming questions

Question

Differentiate among the various sleep disorders.

Answered: 1 week ago

Question

Describe the biological process of the sleepwake cycle.

Answered: 1 week ago