Search Header Logo

تطبيقات على الدوال

Authored by DR Okasha

Computers

7th Grade

Used 1+ times

تطبيقات على الدوال
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Def avarage(n1,n2,n3):

      result =(n1+n2+n3)/  3

    print(result)

sum(4,6,2)

اذكر ناتج تنفيذ الكود التالي

3

6

4

12

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

يستخدم الامر للرجوع بقيمة الدالة

return

back

output

print

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ناتج تنفيذ الكود التالي

Def sum(n1,n2):

      result =n1+n2

    print(result)

sum(4,6)

sum(2,3)

15

6,3

4,2

10,5

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ناتج تنفيذ هذه الاوامر

def sum(n1,n2):

    result =n1+n2

    return n1

print(sum(4,6))

5

6

4

10

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

يستخدم الامر فى انشاء الدالة

defnition

def

return

print

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?