Λίστες Python

Quiz
•
Computers
•
11th Grade
•
Easy
Bill Gidakos
Used 11+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Με ποια συνάρτηση μπορούμε να μάθουμε το πλήθος των στοιχείων μιας λίστας;
length
for
len
plithos
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Με δεδομένη τη λίστα students = ['Μαρία', 'Μανώλης', 'Δημήτρης', 'Αγγελική', 'Πέτρος'], τι θα εμφανιστεί στην οθόνη μετά την εντολή print students[1+2]
Πέτρος
ΜανώληςΔημήτρης
Αγγελική
Μαρία
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Με δεδομένη τη λίστα fruits=['apple', 'orange', 'banana','cherry'], τι θα εμφανιστεί στην οθόνη μετά την εκτέλεση της εντολής print fruits[1]+fruits[2];
orangebanana
appleorange
banana
orange
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Πώς θα διαμορφωθεί η λίστα grades = [6,15,3,20] μετά την εκτέλεση της εντολής grades = [8] + grades;
[6,15,3,20]
[6,15,8,3,20]
[6,15,3,20,8]
[8,6,15,3,20]
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Με ποια εντολή μπορούμε να εμφανίσουμε όλα τα στοιχεία της λίστας names;
print names[0]
print len(names)
print names
print names[100]
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Με ποια εντολή μπορούμε να εμφανίσουμε το 5ο στοιχείο της λίστας list;
print list
print list[4]
print list[5]
print list[0]
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Με ποια εντολή θα προσθέσουμε τον αριθμό 17 στο τέλος της λίστας numbers;
list = [17] + numbers
numbers = [17] + numbers
list = numbers + [17]
numbers = numbers + [17]
Create a free account and access millions of resources
Similar Resources on Wayground
13 questions
Δομές Επιλογής I (Λογικοί Τελεστές)

Quiz
•
11th Grade
10 questions
Σχεδιασμός Επαναφοράς και Επιχειρησιακής Συνεχείας

Quiz
•
11th Grade
5 questions
Ερωτήσεις για μετατροπές

Quiz
•
11th Grade
14 questions
For Loops (Java)

Quiz
•
9th - 12th Grade
10 questions
Πληροφορικά Συστήματα -2

Quiz
•
11th - 12th Grade
11 questions
Δοκιμη

Quiz
•
9th - 12th Grade
10 questions
Μάθημα 1 - Εφαρμογές Νέφους

Quiz
•
9th - 12th Grade
10 questions
Επιλογή-Επανάληψη στη Python

Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade