هياكل البيانات - القوائم

هياكل البيانات - القوائم

11th Grade

27 Qs

quiz-placeholder

Similar activities

Java Arrays

Java Arrays

11th Grade

25 Qs

PWPB Kelas XI

PWPB Kelas XI

11th Grade

25 Qs

نموذج امتحان نهائي1

نموذج امتحان نهائي1

11th Grade

23 Qs

مراجعه تقنيه رقميه١-٣ الوحده الثالثه

مراجعه تقنيه رقميه١-٣ الوحده الثالثه

11th Grade

22 Qs

اختبار أساسيات البرمجة بلغة البايثون

اختبار أساسيات البرمجة بلغة البايثون

7th Grade - University

24 Qs

♥️ شغف الحاسب

♥️ شغف الحاسب

11th Grade

25 Qs

اختبار - لغة السكراتش

اختبار - لغة السكراتش

7th - 11th Grade

25 Qs

Practice Quiz( List)

Practice Quiz( List)

11th - 12th Grade

22 Qs

هياكل البيانات - القوائم

هياكل البيانات - القوائم

Assessment

Quiz

Computers

11th Grade

Easy

Created by

Salem Jarray

Used 1+ times

FREE Resource

27 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ترقيم القائمة يبدأ من:

0

1

-1

2

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

الدالة التي تُرجع أدني عنصر في القائمة هي:

sum()

min()

max()

len()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

الدالة التي تُرجع أكبر عنصر في القائمة هي:

sum()

min()

max()

count()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

لإضافة عنصر إلى القائمة نستخدم الدالة:

sum()

count()

append()

remove()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

في بايثون ناتج هذا الكود هو:

fruits=["apple","orange", "banana"]

print(fruits[2])

error

banana

orange

apple

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

في بايثون ناتج هذا الكود:

grades=[89,88,98,95]

minGrade=min(grades)

print("The minimum grade is: ",minGrade)

The minimum grade is 88

The minimum grade is 95

The minimum grade is 89

The minimum grade is 98

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

في بايثون ناتج هذا الكود:

grades=[89,88,98,95]

maxGrade=max(grades)

print("The maximum grade is", maxGrade)

The maximum grade is 95

The maximum grade is 89

The maximum grade is 98

The maximum grade is 88

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?