Συγκριτικοί Τελεστές

You got 7 of 10 possible points.
Your score: 70%
Question 1

str(2)*2 == '4'

Score: 1 of 1
Your answerChoiceScoreCorrect answer
True0
Selected
False1
Should have chosen

str(2)*2 == '4'  αρα '2' * 2 == '4' άρα '22' == '4' άρα False

Question 2

5 % 6 + 5 != 2**3 +12 /5

Score: 0 of 1
Your answerChoiceScoreCorrect answer
Selected
True0
False0
Should have chosen

5 % 6 + 5 != 2**3 +12 /5 ή 5 + 5 != 8 + 2 ή 10!= 10 ή False

Question 3

7+ 7 / 7 ** 7 == 7 / 7 * 7
 

Score: 0 of 1
Your answerChoiceScoreCorrect answer
True0
Should have chosen
Selected
False0

7+ 7 / 7 ** 7 == 7 / 7 * 7 άρα 7 + 7 / (κάτι πολύ μεγαλύτερο του 7) == 1*7 άρα 7 + 0 ==  7 άρα 7 == 7 άρα True

Question 4

5 + 5 % (5 + 5 / 5) == 5 - 5 % 5 * 5 + 5

Score: 1 of 1
Your answerChoiceScoreCorrect answer
Selected
True1
Should have chosen
False0

5 + 5 % (5 + 5 / 5) == 5 - 5 % 5 * 5 + 5 ή 5 + 5 % ( 5 + 1) == 5 - 0 * 5 + 5 ή 5 + 5 % 6 == 10 ή 10 == 10 ή True

Question 5

2 % 2 <= 2 - 2

Score: 1 of 1
Your answerChoiceScoreCorrect answer
Selected
True1
Should have chosen
False0

2 % 2 <= 2 - 2 ή 0 <= 0 ή True

Question 6

4 / 2 + 5 == 10 - 6 / 2

Score: 1 of 1
Your answerChoiceScoreCorrect answer
Selected
True1
Should have chosen
False0

4 / 2 + 5 == 10 - 6 / 2 άρα 2 + 5 == 10 - 3 άρα 7 == 7 άρα True

Question 7

8 + 3 ** 2 / 3 >= 11

Score: 1 of 1
Your answerChoiceScoreCorrect answer
Selected
True1
Should have chosen
False0

Κοίτα: 8 + 3 ** 2 / 3 >= 11 άρα 8+9/3>=11 άρα 8+3>==1 άρα 11>=11 άρα True

Question 8

3 - 3 ** 2 / 3 == 3

Score: 1 of 1
Your answerChoiceScoreCorrect answer
True0
Selected
False1
Should have chosen

3 - 3 ** 2 / 3 == 3 άρα 3 - 9 / 3 == 3 άρα 3 - 3 == 3 άρα 0 ==3 άρα False

Question 9

3 + 3 * 3 - 3 / 3 ** 3 == 3 * 3 + 3

Score: 0 of 1
Your answerChoiceScoreCorrect answer
True0
Should have chosen
Selected
False0

3 + 3 * 3 - 3 / 3 ** 3 == 3 * 3 + 3   άρα 3 + 9 - 3 / 27 == 9 + 3 άρα 3 + 9 - 0 == 9 + 3 άρα 12 == 12 άρα True

Question 10

2 * 4 / 3**2 + 6 <= 7- 2**2 / 2 * 2

Score: 1 of 1
Your answerChoiceScoreCorrect answer
True0
Selected
False1
Should have chosen

2 * 4 / 3**2 + 6 <= 7- 2**2 / 2 * 2 ή 8 / 9 + 6 <= 7- 4 / 2 * 2 ή 0 + 6 <= 7 - 2 * 2 ή 6<= 7- 4 ή 6 <= 3 ή False

Μάλλον χρειάζεται να ξαναδείς τις λεπτομέρειες Συγκριτικοί Τελεστές 

Δοκίμασε και : Αριθμητικοί Τελεστές

                 ή     Λογικοί Τελεστές