Κεφάλαιο 3 - Βιβλίο-Τετράδιο Εργασιών Μαθητή

You got 20 of 25 possible points.
Your score: 80%
Question 1

Υπολογίστε την πράξη σε Pyhton

2 * ( 5 % 3) + 4 / (1 + 3)

Score: 1 of 1
Your answerScoreCorrect answer
515

2 * ( 5 % 3) + 4 / (1 + 3) = 2 * 2 + 4 / 4 = 4 + 1 = 5

Question 2

Υπολογίστε την πράξη σε Pyhton

15 + 2 / 2

Score: 1 of 1
Your answerScoreCorrect answer
16116
Question 3

Αντιστοιχήστε τους τύπους δεδομένων:

Score: 1 of 1
Your answerChoiceScoreCorrect answer
int1251int
float250.71float
boolFalse1bool
str'Καλημέρα'1str
Question 4

Βρες το αποτέλεσμα από τις παρακάτω εκφράσεις σε Pyhton, αν x =2 , y = 3

(x * y + x + 2) ** 2 + 3 ** 2

Score: 1 of 1
Your answerScoreCorrect answer
1091109

(x * y + x + 2) ** 2 + 3 ** 2 = (2 * 3 + 2 + 2 ) ** 2 + 3 ** 2= (6 +2 + 2) ** 2 + 9 = 10 ** 2 + 9 = 100 + 9 = 109

Question 5

Τι θα εμφανίσει;

x = 45

y = 10

print x / y

 

Score: 1 of 1
Your answerScoreCorrect answer
414
Question 6

Το παρακάτω όνομα είναι αποδεκτό ως όνομα μεταβλητής;

 

Metavliti3

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

Τι θα εμφανίσει στο διερμηνευτή;

print type (1 / 2)

Score: 1 of 1
Your answerChoiceScoreCorrect answer
Selected

<type 'int'>

1
Should have chosen

0.5

0

0

0

<type 'float'>

0
Question 8

Τι θα εμφανιστεί;

print "Python"  + 2

Score: 0 of 1
Your answerChoiceScoreCorrect answer

Pyhton Pyhton

0

Μήνυμα λάθους

0
Should have chosen

2 Pyhton

0
Selected

Python 2
 

0
Question 9

Επιλέξτε True η False

1 == 1 and 0 != 1
 

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

Τι θα εμφανίσει στο διερμηνευτή;

print type (3.14)

Score: 1 of 1
Your answerChoiceScoreCorrect answer

<type 'str'>

0

<type 'int'>

0

π

0
Selected

<type 'float'>

1
Should have chosen
Question 11

Το παρακάτω όνομα είναι αποδεκτό ως όνομα μεταβλητής;

 

x!b

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

Δεν πρέπει να υπάρχει το !

Question 12

Τι θα εμφανίσει;

x = 234

y = 456.7

x, y = y, x

print x, y

Πληκτρολογήστε με ένα κενό ανάμεσα

Score: 0 of 1
Your answerScoreCorrect answer
456.7,2340456.7 234

Έγγινε αντιμετάθεση

Question 13

Υπολογίστε την πράξη σε Pyhton

15 *  2 / 3

Score: 1 of 1
Your answerScoreCorrect answer
10110

15 * 2 / 3 = 30 / 3 = 10

Question 14

Τι θα εμφανίσει;

print 3 / 2 , 3.0 / 2 , 1 / 2 , 1.0 /  2

Πληκτρολογήστε τους τρεις αριθμούς χωρίς κόμμα, αλλά με ένα κενό ανάμεσά τους

Score: 0 of 1
Your answerScoreCorrect answer
1 1.5 0 0.501 1.5 0 0.5
Question 15

Βρες το αποτέλεσμα από τις παρακάτω εκφράσεις σε Pyhton, αν a = 1  , b = 2 και c = 4

a + b * (a ** c + c / 2) ** 2

Score: 1 of 1
Your answerScoreCorrect answer
19119

a + b * (a ** c + c / 2) ** 2 = 1 + 2 * (1 ** 4 + 4 / 2) ** 2 = 1 + 2 * (1 + 2) ** 2 = 1 + 2 * 3 ** 2= 1 + 2 * 9 = 1 + 18 = 19

Question 16

 Τελεστές, αντιστοιχήστε
 

Score: 0.66666666666667 of 1
Your answerChoiceScoreCorrect answer
Αριθμητικός Τελεστής*1Αριθμητικός Τελεστής
Λογικός ΤελεστήςFalse0Λογική τιμή
Σχεσιακός Τελεστής>1Σχεσιακός Τελεστής
Αλφαριθμητική τιμήand0Λογικός Τελεστής
Όνομα μεταβλητήςlength1Όνομα μεταβλητής
Αλφαριθμητική τιμή"πλάτος"1Αλφαριθμητική τιμή
Question 17

Τα σχόλια  # είναι πολύ χρήσιμα για να τεκμηριώσετε τον κώδικά σας.

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

Υπολογίστε την πράξη σε Pyhton

5 * ( 3 + 2) / 10

Score: 1 of 1
Your answerScoreCorrect answer
212
Question 19

Τύποι δεδομένων. Ερώτηση αντιστοίχησης

Score: 1 of 1
Your answerChoiceScoreCorrect answer
int (ακέραια)-271int (ακέραια)
float (κινητής υποδιαστολής)35.71float (κινητής υποδιαστολής)
string (συμβολοσειρά)'False'1string (συμβολοσειρά)
bool (λογική)True1bool (λογική)
Question 20

Το παρακάτω όνομα είναι αποδεκτό ως όνομα μεταβλητής;

 

Metavliti+3

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

Υπάρχει το +

Question 21

Αντιστοιχήστε τα αποτελέσμα των πράξεων

Score: 1 of 1
Your answerChoiceScoreCorrect answer
182 + 8 * 2118
-62 ** 2 + 4 / 2 - 3 * 4 1-6
445 / 1014
545 % 1015
4.545.0 / 1014.5
Question 22

Τι θα εμφανιστεί;

print 3 * "Python" * 2

Score: 1 of 1
Your answerChoiceScoreCorrect answer
Selected

PythonPythonPythonPythonPythonPython

1
Should have chosen

3Pyhton3Pyhton

0

Python6

0

Μήνυμα λάθους

0
Question 23

Τι θα εμφανίσει;

x = 2

x = 2 ** 3 + 2 / 3

print x

Score: 1 of 1
Your answerScoreCorrect answer
818
Question 24

Τι θα εμφανίσει στο διερμηνευτή;

print type (a == 2)

Score: 0 of 1
Your answerChoiceScoreCorrect answer

<type 'str'>

0
Selected

False

0

<type 'bool'>

0
Should have chosen

True

0
Question 25

a, b, c = (1, 2, 3)

Τι τιμές θα πάρουν;
 

Score: 1 of 1
Your answerChoiceScoreCorrect answer

a = [1]

b = [2]

c= [3]

είναι λίστες

0

a = [1 ,2, 3]

b = [1 ,2, 3]

c = [1 ,2, 3]

είναι λίστες

0
Selected

a = 1

b = 2

c = 3

1
Should have chosen