Refresher Kapitel 3, 4, Notebook 2

Refresher Kapitel 3, 4, Notebook 2

University

23 Qs

quiz-placeholder

Similar activities

Review Python_G8

Review Python_G8

8th Grade - University

28 Qs

2F-3 | Python Quiz | 22/11/2024

2F-3 | Python Quiz | 22/11/2024

University

20 Qs

quiz1B1

quiz1B1

7th Grade - University

20 Qs

Quiz Java y Python

Quiz Java y Python

University

18 Qs

Informatik und Trends UB V

Informatik und Trends UB V

University

20 Qs

Python: operadores y tipos de datos

Python: operadores y tipos de datos

University

18 Qs

Informatik und Trends Quiz XI

Informatik und Trends Quiz XI

University

20 Qs

Unit-8 (QB64) Year-6

Unit-8 (QB64) Year-6

6th Grade - University

22 Qs

Refresher Kapitel 3, 4, Notebook 2

Refresher Kapitel 3, 4, Notebook 2

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Ismâil Muhammad Prada Ziegler

Used 1+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Was wird ausgegeben?

True

False

Fehlermeldung

None

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Eingabe:
["cow", "snake", "cat"]

Wie lautet die Ausgabe?

snake

rattlesnake

other animal

no animal

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Eingabe:
[]

Wie lautet die Ausgabe?

snake

rattlesnake

other animal

no animal

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Eingabe:
["cow", "rattle", "snake", "cat"]

Wie lautet die Ausgabe?

snake

rattlesnake

other animal

no animal

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Eingabe:
["cow", "cat"]

Wie lautet die Ausgabe?

snake

rattlesnake

other animal

no animal

6.

CLASSIFICATION QUESTION

1 min • 3 pts

Kategorisiere diese if-Blöcke als Valide / Invalide (Invalide == Fehlermeldung)

Groups:

(a) Valide

,

(b) Invalide

if x > 0 && x < 10: print("between 1 and 9")

if x > 3: print("hi")

if x > 0 and x < 10: print("between 1 and 9")

if x != 0: print("not zero")

if isinstance(x, int): print("is an integer")

if x is None: print("is none")

if (x > 3) print("hi")

if x == 5 print("hi")

if x.__eq__(5): print("hi")

if x = 5: print("hi")

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image

Was wird ausgegeben / was passiert?

Gibt gerade Zahlen von 24 bis 0 aus, dann fertig.
(in Form von "Even Number: <Zahl>)

Gibt ohne aufzuhören "Even Number: 24" aus.

Fehlermeldung

Gibt "Even Number: 24" aus, dann fertig.

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?