Κουιζ 2 Συναρτήσεις Python
Passage
•
Computers
•
12th Grade
•
Easy
gregory giannis
Used 3+ times
FREE Resource
Enhance your content
5 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Συμπληρώστε κατάλληλα τον ορισμό της συνάρτησης ginomeno ωστε να υπολογίζει το γινόμενο 2 αριθμών a,b
def
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Εστω ο ορισμός της συνάρτησης:
def python3( ):
print "python"
print "python"
print "python"
Πως θα καλέσουμε την συνάρτηση στο πρόγραμα;
python3(3)
python3(x3)
python3( )
python(3 )
Answer explanation
The correct way to call the function is python3( ) as it matches the defined function signature without any arguments.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Βάλε στη σωστή σειρά τις εντολές ωστε να υπολογιστεί το γινόμενο 2 αριθμών a,b με την συνάρτηση ginomeno
def ginomeno(a,b):
x=a*b
return x
def ginomeno(a,b):
x=a*b
return ginomeno
def ginomeno(a,b):
x=axb
return x
Answer explanation
The correct choice defines the function ginomeno(a,b) to calculate the product of two numbers a and b, storing it in x and returning x as the result.
4.
OPEN ENDED QUESTION
3 mins • 1 pt
Γραψτε συνάρτηση στην Python που να υπολογίζει το αθροισμα των αριθμών απο το 1 μεχρι τον αριθμό που θα δώσουμε. Χρησιμοποιείστε το Ν ως μεταβλητη για τον αριθμό που θα δωσετε.
Evaluate responses using AI:
OFF
5.
OPEN ENDED QUESTION
3 mins • 1 pt
Γραψτε συνάρτηση στην Python που να υπολογίζει το αθροισμα των αριθμών απο το 1 μεχρι τον αριθμό που θα δώσουμε. Χρησιμοποιείστε το Ν ως μεταβλητη για τον αριθμό που θα δωσετε.
Evaluate responses using AI:
OFF
Similar Resources on Wayground
10 questions
Κυβερνοασφάλεια: Ασφάλεια δικτύου και πληροφοριακών συστημάτων
Quiz
•
9th Grade - University
10 questions
ΠΣΕΟ Κ3.4 GIS & HRMS
Quiz
•
12th Grade
10 questions
ΕΔΣΥΣ Κ2.9 Chipset & Δίαυλοι
Quiz
•
12th Grade
11 questions
App Inventor
Quiz
•
12th Grade
11 questions
Β' Λυκείου Κεφ2.1 Πρόβλημα
Quiz
•
9th - 12th Grade
10 questions
HTML TAGS
Quiz
•
12th Grade
11 questions
Προσωπικά Δεδομένα
Quiz
•
6th Grade - University
10 questions
DIV / MOD (#1)
Quiz
•
12th Grade
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
11 questions
NEASC Extended Advisory
Lesson
•
9th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
10 questions
Boomer ⚡ Zoomer - Holiday Movies
Quiz
•
KG - University
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
20 questions
Multiplying and Dividing Integers
Quiz
•
7th Grade