1.

In designing a 2 to 1 demultiplexer with input d, output y and select line s, which of the following is a correct process statement?

A. PROCESS(d)
B. PROCESS(d(0), d(1), s)
C. PROCESS(d(0), d(1))
D. PROCESS(d, s, y)
Answer» B. PROCESS(d(0), d(1), s)


Discussion

No Comment Found