In post #6 @ericgibbs pointed out that for an unconnected input, the output of CMOS could either be low or high. The output of TTL would be high for an unconnected input.
According to the Wikipedia article given below, for a multi-values logic system (whatever it is?), the "x" could be an unknown value as well.
Thank you!
In post #16 I tried to address it indirectly. I'm sorry that I should have provided more content for the question. I agree that in digital logic, "x" is a don't care condition. In the context of Verilog, it's an unknown condition. That table was taken from a Verilog book. Also check this: https://stackoverflow.com/questions/49987012/the-difference-between-x-and-zUnknown, usually called "Don't Care" and unconnected are ***not*** the same thing. All inputs to logic gates must be terminated to a high or low state. They just must. We can go through another 18 posts, but the answer will not change.
https://en.wikipedia.org/wiki/Don't-care_term#X_value"Don't care" may also refer to an unknown value in a multi-valued logic system, in which case it may also be called an X value or don't know.[16] In the Verilog hardware description language such values are denoted by the letter "X". In the VHDL hardware description language such values are denoted (in the standard logic package) by the letter "X" (forced unknown) or the letter "W" (weak unknown).[17]
According to the Wikipedia article given below, for a multi-values logic system (whatever it is?), the "x" could be an unknown value as well.
Thank you!
