Which of the following are true about combinational logic?
A)The result (output) is instantaneous.
B)The result (output) is clocked, and thus delayed by a cycle.
C)Common chips are DFF, Bit, Register
D)Common chips are AND, OR, NOT
E)out[t] = function(in[t]) F)out[t] = function(in[t-1]) G)out[t+1] = function(in[t])