engineering intelligence MCQ #564

In a code, '0' means 'is greater than', '1' means 'is less than'. What does '01' mean?

engineering intelligence MCQ #564

  1. Question 1

    Q1. In a code, '0' means 'is greater than', '1' means 'is less than'. What does '01' mean?

    • A) greater than
    • B) less than
    • C) equal to
    • D) not equal to

    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.