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

You got 11 of 25 possible points.
Your score: 44%
Question 1

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

word = "PYTHON"

print word[5] + word[0]

Score: 1 of 1
Your answerChoiceScoreFeedbackCorrect answer
Selected

NP

1
Should have chosen

PN

0

OP

0
Question 2

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

powers = [2, 4, 8, 16]

fib = [3, 5, 8, 13, 21]

print fib + powers

 

Score: 1 of 1
Your answerChoiceScoreFeedbackCorrect answer

[3, 5, 8, 13, [21, 2, 4, 8, 16]]

0
Selected

[3, 5, 8, 13, 21, 2, 4, 8, 16]

1
Should have chosen

[2, 4, 8, 16, 3, 5, 8, 13, 21]

0
Question 3

Θα εμφανίσει  5

word = 'PYTHON'

print len(word)

Score: 0 of 1
Your answerChoiceScoreFeedbackCorrect answer
Selected
True0
False0
Should have chosen
Question 4

Τι θα εμφανίσουν οι λίστες;

fibonacci = [5, 8, 13, 21, 34]

fib = fibonacci[:]

a = fib

a.pop()

fib.pop()

a[0] = a[1] = 55

print a

print fib

print fibonacci
 

Score: 1 of 1
Your answerChoiceScoreFeedbackCorrect answer

[55, 55, 13]

[5, 8, 13]

[5, 8, 13, 21, 34]

 

0
Selected

[55, 55, 13]

[55, 55, 13]

[5, 8, 13, 21, 34]

 

1
Should have chosen

[55, 55, 13, 21]

[5 ,8, 13, 21]

[5, 8, 13, 21, 34]

0
Question 5

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

word = 'zanneio gymnasio'

print word[8:len(word)]
 

Score: 1 of 1
Your answerChoiceScoreFeedbackCorrect answer

zanneio gymnasio

0
Selected

gymnasio

1
Should have chosen

g

0

zanneio

0
Question 6

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

z = [21, 23, 25, 27, 5, 6, 7, 8]

z[0] = 45

print z

Score: 0 of 1
Your answerChoiceScoreFeedbackCorrect answer
Selected

[45, 21, 23, 25, 27, 5, 6, 7, 8]

0

[21, 23, 25, 27, 5, 6, 7, 8, 45]

0

[45, 23, 25, 27, 5, 6, 7, 8]

0
Should have chosen
Question 7

Επιλέξτε τον ισοδύναμο κώδικα με τον παρακάτω:

L = [6, 28, 496, 8128]

for item in L:

        print item

 

Score: 0 of 1
Your answerChoiceScoreFeedbackCorrect answer
Selected

L = [6, 28, 496, 8128]

for index in [0, 1, 2, 3]:

        print L[i]

0

L = [6, 28, 496, 8128]

for index in [0, 1, 2, 3]:

        print L[index]

0
Should have chosen

L = [6, 28, 496, 8128]

for index in [0, 1, 2, 3]:

        print index

0
Question 8

Με τη συνάρτηση int μπορούμε να μετατρέψουμε ένα αλφαριθμητικό στον ακέραιο αριθμό που αναπαριστά
 

Score: 0 of 1
Your answerChoiceScoreFeedbackCorrect answer
True0
Should have chosen
Selected
False0
Question 9

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

fib = [3, 5, 8, 13, 21]

fib = fib +[fib[3] + fib[4]]

print fib

 

Score: 1 of 1
Your answerChoiceScoreFeedbackCorrect answer

[3, 5, 8, 13, 21, 13, 21]

0
Selected

[3, 5, 8, 13, 21, 34]

1
Should have chosen

[3, 5, 8, 13, 21, [13, 21]]

0
Question 10

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

print int('496') + 4

Score: 0 of 1
Your answerChoiceScoreFeedbackCorrect answer

500

0
Should have chosen

4964

0
Selected

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

0
Question 11

από το Τετράδιο Εργασιών Μαθητή

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

print 123+int('123')

Score: 1 of 1
Your answerScoreFeedbackCorrect answer
2461246

123+int('123') => 123+μετατροπή κειμένου σε ακέραιο =>123+123=>246

Η συνάρτηση int('123') μετατρέπει το κείμενο αριθμών σε ακέραιο.

H int('Hi12') είναι λάθος αφού δεν είναι όλοι αριθμοί!

Question 12

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

L = [ 1, 2, 3, 4, 5]

sum = 0.0

for number in L:

        sum + = number

average = sum /len(L)

print average

Score: 0 of 1
Your answerChoiceScoreFeedbackCorrect answer
Selected

3

0

3.0

0
Should have chosen

3.75

0
Question 13

Τι επιστρέφει η παρακάτω συνάρτηση στην Python:

def vowels(word):

        vowels = 'AEIOUaeiou'

        word_vowels=''

        for letter in word:

                if letter in vowels:

                       word_vowels + = letter

        return word_vowels

Score: 0 of 1
Your answerChoiceScoreFeedbackCorrect answer
Selected

Τη συμβολοσειρά σε ΚΕΦΑΛΑΙΑ

0

τη ίδια τη συμβολοσειρά χωρίς τα φωνήεντα

0

την ίδια τη συμβολοσειρά μόνο με τα φωνήνετά της

0
Should have chosen

τον αριθμό φωνηέντων που έχει μια συμβολοσειρά
 

0
Question 14

Κάθε αντικείμενο στη λίστα χαρακτηρίζεται από έναν μοναδικό αύξοντα αροθμό, οποίος ορίζει τη θέση του στη λίστα

Score: 1 of 1
Your answerChoiceScoreFeedbackCorrect answer
Selected
True1
Should have chosen
False0
Question 15

Τι εμφανίζει;

alist = ['a', 'b', 'c', 'd']

ch = ' '

for i in alist:

        ch + = i

print ch

Score: 1 of 1
Your answerChoiceScoreFeedbackCorrect answer

a1b2c3d4

0
Selected

abcd

1
Should have chosen

4

0
Question 16

από το Τετράδιο Εργασιών Μαθητή

w='MONTY PYTHON'

print len(w)

τι θα εμφανίσεi ΜΕ ΛΑΤΙΝΙΚΟΥΣ ΧΑΡΑΚΤΗΡΕΣ;

Score: 0 of 1
Your answerScoreFeedbackCorrect answer
mp012

len(w) δείχνει το μήκος της συμβολοσειράς, που είναι 12 μαζί με το κενό!

Question 17

Ποια είναι η λογική τιμή της έκφρασης:

'antonis' > 'antonia'

Score: 0 of 1
Your answerChoiceScoreFeedbackCorrect answer
True0
Should have chosen
Selected
False0
Question 18

H λίστα πρέπει να έχει αντικείμενα του ίδιου τύπου δεδομένων

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

Η λίστα είναι μια διατεταγμένη ακολουθία αντικειμένων, όχι απαραίτητα του ίδιου τύπου

Question 19

Επιλέξτε τη σωστή range, ώστε το παρακάτω πρόγραμμα να δημιουργεί μια λίστα με όλα τα θετικά πολλαπλάσια του 3 που είναι μικρότερα του 1000

list3 = []

for i in range( ___,  ____,  ____):

        list3 = list3 + [i]
 

Score: 0 of 1
Your answerChoiceScoreFeedbackCorrect answer

range(3, 1000, 3)

0
Should have chosen

range(0, 1000, 3)

0
Selected

range(3, 999, 3)

0
Question 20

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

mix = [6, 3.14, True, 'Hi']

print len(mix)

Score: 1 of 1
Your answerChoiceScoreFeedbackCorrect answer

Μήνυμα λάθους, αφού δε μπορεί να υπάρξει λίστα με αριθμούς, συμβολοσειρές, λογικές τιμές

0

11, το σύνολο όλων των  χαρακτήρων

0
Selected

4 το σύνολο των στοιχείων

1
Should have chosen

2, το σύνολο όλων των αριθμών

0
Question 21

Ποια είναι η if η οποία θα ελέγχει αν μια λέξη αρχίζει από μικρό η κεφαλαίο γράμμα Α;

Score: 0 of 1
Your answerChoiceScoreFeedbackCorrect answer

if word[-1] == 'A' or word[-1] == 'α':

0
Selected

if word[0] == 'A' and word[0] == 'α':

0

if word[1] == 'A' or word[1] == 'α':

0

if word[0] == 'A' or word[0] == 'α':

0
Should have chosen
Question 22

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

word = 'zanneio gymnasio'

print word[3:11]

Score: 1 of 1
Your answerChoiceScoreFeedbackCorrect answer

nneio gym

0
Selected

neio gym

1
Should have chosen

neio gymn

0
Question 23

Η συνάρτηση len επιστρέφει την συμβολοσειρά με κεφαλαία γράμματα

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

H συνάρτηση len επιστρέφει το μήκος, δηλαδή το πλήθος των χαρακτήρων του αλφαρηθμιτικού

Question 24

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

def maxLength(wordList):

        maxLen = 0

        maxWord = ''

        for word in wordList:

                if len(word) > maxLen:

                        maxLen = len(word)

                        maxWord = word

        return maxWord

L=['I', 'am', 'learning', 'Python', 'OLE']

print maxLength(L)

Score: 0 of 1
Your answerChoiceScoreFeedbackCorrect answer

OLE

0
Selected

Python

0

learning

0
Should have chosen

8

0
Question 25

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

L = [ 10, 2, 33, 4, 33]

maximum = L[0]

for number in L:

        if number > maximum:

                maximum = number
print maximum

Score: 1 of 1
Your answerChoiceScoreFeedbackCorrect answer

10

0

2

0
Selected

33

1
Should have chosen