In a code, '0' means 'is greater than', '1' means 'is less than'. What does '01' mean?
Q1. In a code, '0' means 'is greater than', '1' means 'is less than'. What does '01' mean?
Answer: less than
Explanation: The sequence '01' implies the first is greater than (0) and the second is less than (1) the other, so the first is greater than the second, and the second is less than the first.