Όλοι οι Τελεστές

You got 11 of 15 possible points.
Your score: 73%
Question 1

18+20/2

Score: 1 of 1
Your answerChoiceScoreCorrect answer

19

0
Selected

28

1
Should have chosen
Question 2

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

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

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

Question 3

Για τις τιμές στις λογικές μεταβλητές ή εκφράσεις, Α=True, B=False, C=True,

να επιλέξετε τη απάντηση True ή False στην παρακάτω λογική πρόταση:

A or B and not C

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

A or B and not C = True or False and not True =  True or False and False = True or False = True

Question 4

15 % 6

Score: 1 of 1
Your answerChoiceScoreCorrect answer

2

0
Selected

3

1
Should have chosen
Question 5

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

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

7+ 7 // 7 ** 7 == 7 / 7 * 7 άρα 7 + 0 == 1 * 7 άρα 7 == 7 άρα True

Question 6

10 // 2 + 5 == math.sqrt (100)

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

10 // 2 + 5 == math.sqrt (100) άρα 5+5 == 10 άρα 10 == 10 άρα True

Question 7

3-3*2**2/4//5

Score: 1 of 1
Your answerChoiceScoreCorrect answer

2

0

0

0
Selected

3

1
Should have chosen
Question 8

(17-1- 4**2) % 5

Score: 1 of 1
Your answerChoiceScoreCorrect answer

Δε γίνεται

0

5

0
Selected

0

1
Should have chosen
Question 9

(5 > 2) and (4 <= 4)

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

(5 > 2) and (4 <= 4) άρα True and True άρα True

Question 10

(2 + 2 ** 2 >= 2 * 3) and ( 3 * 2 - 2 // 3 == 6 ** 2 / 6)
 

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

(2 + 2 ** 2 >= 2 * 3) and ( 3 * 2 - 2 // 3 == 6 ** 2 / 6) άρα (2 + 4 >= 6) and ( 6 - 0 == 36 / 6) άρα ( 6 >= 6) and (6 == 6) άρα True and True άρα True

Question 11

5 + 3 ** 2 == 4 ** 2 / 2 + 2 * 3

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

5 + 3 ** 2 == 4 ** 2 / 2 + 2 * 3 άρα 5 + 9 == 16 / 2 + 6 άρα 14 == 8 + 6 άρα 14 == 14 άρα True

Question 12

8 ** 2 / 2 + 2 <= 34

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

8 ** 2 / 2 + 2 <= 34 άρα 64 / 2 + 2 <=34 άρα 32+2<=34 άρα 34<=34 άρα True

Question 13

6 + 1 - 3 % 4 == 2 ** 2

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

6 + 1 - 3 % 4 == 2 ** 2 άρα 6 + 1 - 3 == 4 άρα 4 == 4 άρα True

Question 14

(3//2+5 == 6 ) or (14 % 3 - 2 //3 < 6)
 

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

(3//2+5 == 6 ) or (14 % 3 - 2 //3 < 6) ή (1+5==6) or (2 - 0 <6) ή (6 == 6)  or (2<6) ή True or True ή True

Question 15

(3 + 4 / 2**2  >= 4 ) and (5 * 2 -10 // 2 == 0)
 

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

(3 + 4 / 2**2  >= 4 ) and (5 * 2 -10 // 2 == 0) ή (3+4/4>=4)  and (10-5==0) ή (4>=4) and (5==0) ή True and False ή False

Μάλλον χρειάζεται να ξαναδείς τις λεπτομέρειες:

για 

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

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

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