ז-2 לומדים אחרת

ז-2 לומדים אחרת

7th Grade

25 Qs

quiz-placeholder

Similar activities

Chapter 6- Betillon System and Fingerprinting

Chapter 6- Betillon System and Fingerprinting

12th Grade

20 Qs

SOLAR SYSTEM

SOLAR SYSTEM

10th Grade

20 Qs

Algoritma Fungsi Phyton

Algoritma Fungsi Phyton

10th Grade

20 Qs

3D Printing

3D Printing

6th - 8th Grade

20 Qs

חידון הגשמים הגדול לכבוד ז' במרחשון

חידון הגשמים הגדול לכבוד ז' במרחשון

6th - 12th Grade

22 Qs

אנטומיה מבנה השלד

אנטומיה מבנה השלד

9th - 12th Grade

21 Qs

מאפייני חיים וצרכי קיום

מאפייני חיים וצרכי קיום

7th Grade

20 Qs

Unit 3 Review - Fingerprints

Unit 3 Review - Fingerprints

10th - 12th Grade

20 Qs

ז-2 לומדים אחרת

ז-2 לומדים אחרת

Assessment

Quiz

Science

7th Grade

Medium

Created by

Levy Roni.Aharon

Used 6+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

מה תהיה התוצאה של הקוד הבא? print("Hello" + " World")

Hello World

HelloWorld

"Hello" "World"

שגיאה

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

איזו פונקציה בפייתון מאפשרת למשתמש להזין נתונים לתוך התוכנית?

print()

input()

len()

if()

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

מה תהיה התוצאה של הקוד הבא?

x = 5 y = 10 if x > y: print("X is greater") else: print("Y is greater")

שגיאה

Y is greater

X is greater

כלום

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

איך תכריז על משתנה בשם age עם ערך התחלתי 25?

age = 25

int age = 25

age == 25

25 = age

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

מה תהיה התוצאה של הקוד הבא? x = 3 y = 4 print(x * y)

7

12

34

שגיאה

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

מה ידפיס הקוד הבא? print("Python" * 3)

PythonPythonPython

Python3

שגיאה

PythonPython

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

איזה מבין השמות הבאים הוא שם חוקי למשתנה בפייתון?

1st_var

first_var

first-var

first var

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?