The Daily CLAD

Community Browser
cancel
Showing results for 
Search instead for 
Did you mean: 

Re: The Dataflow Paradigm #3

SercoSteveB
Active Participant

Which of the following is represented in the Block Diagram?

 

Daily CLAD #14 Dataflow #3.png

 

DataFlow #3 Answers.png

Comments
SercoSteveB
Active Participant

Answer:A

Remembering the dataflow paradigm: 'A block diagram node executes when it receives all required inputs. When a node executes, it produces output data and passes the data to the next node in the dataflow path. The movement of data through the nodes determines the execution order of the VIs and functions on the block diagram.'

somashekar_kako
Member

answer is A

x and y

not(x and y) -----> 1

x or z

not(x or z)

x and (not(x and z))-----> 2

now perform OR logic with equaiton one and two

NOT(XandY)OR (X and NOT(X or Z))

SOM19
Member

A

ashwinilele
Member

A

eleshrudra
Member

A

R.Elesh
Andreas.Bernau
Member

A

sharmi2208
Member

a

Lily2016
Member

a

Ronie7
Member

a

ersmt444
Member

Image broken

vicky369
Member

A

Blake.N
Member

A

skian
Member

A