Standard function blocks292BitstringAND(10010)IllustrationExecution time 1.55 μs (when two inputs are used) + 0.60 μs (for every additional input). When allinputs are used, the execution time is 19.55 μs.Operation The output (OUT) is 1 if all the connected inputs (IN1…IN32) are 1. Otherwise theoutput is 0.Truth table:The inputs can be inverted.Inputs The number of inputs is selected by the user.Input (IN1…IN32): BooleanOutputs Output (OUT): BooleanNOT(10011)IllustrationExecution time 0.32 μsOperation The output (O) is 1 if the input (I) is 0. The output is 0 if the input is 1.Inputs Input (I): BooleanOutputs Output (O): BooleanAND 56TLA1 1 msec (1)IN1IN2OUT OUT(56)IN1 IN2 OUT0 0 00 1 01 0 01 1 1NOT 57TLA1 1 msec (1)IO O(57)