
Python Abschlussquiz - Woche 1

Quiz
•
Computers
•
9th Grade
•
Hard

FF FF
FREE Resource
10 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
1 min • 2 pts
Welche der folgenden Programme zeichnen ein Dreieck?
from turtle import *
forward(100)
right(90) forward(100)
goto(0, 0)
from turtle import *
forward(100)
right(90)
forward(100)
right(90)
forward(100)
from turtle import *
forward(100)
right(120)
forward(100)
right(120)
forward(100)
from turtle import *
goto(0, 100)
goto(100, 0)
goto(0,0)
2.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Welche Aussagen über die Benennung von Variablen in Python sind richtig?
Einzelne Wörter sollen durch Punkte voneinander getrennt werden.
Sie sollen klein geschrieben werden.
Sie sollen keine Umlaute und Sonderzeichen (bis auf den Unterstrich) enthalten.
Sie sollen möglichst kurz und erklärend sein.
3.
MULTIPLE SELECT QUESTION
45 sec • 2 pts
Welche der folgenden Aussagen über Datentypen in Python sind korrekt?
2.0 ist ein Float.
2.0 ist ein Integer.
"True" ist ein Boolean
"2" ist ein String
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Welche der folgenden Aussagen ist korrekt?
Die Turtle startet in der linken oberen Ecke der Zeichenfläche.
Bei der Ausführung des folgenden Programms bewegt sich die Turtle nach oben.
from turtle import *
right(90)
forward(100)
Bei Turtle handelt es sich um eine Bibliothek für mathematische Funktionen.
Schreibt man:
from turtle import *
so, bindet man alle Funktionen der Turtle-Bibliothek ein.
5.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Welche der folgenden Antwortmöglichkeiten sind korrekte Kommentare in Python?
Hier könnte dein Kommentar stehen. """
# Hier könnte dein Kommentar stehen. #
# Hier könnte dein Kommentar stehen.
""" Hier könnte dein Kommentar stehen. """
6.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
Mit welchen der unten stehenden vollständigen Programme kann man in Python standardmäßig Text korrekt ausgeben?
out("Hallo")
print('Hallo')
print("Hallo")
print(Hallo)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Was ist die Ausgabe des folgenden Programms?
print(2 *5 , 2 * "5")
10 55
55 55
55 10
10 10
Create a free account and access millions of resources
Similar Resources on Wayground
14 questions
ECDL Das Internet NMS Wildon

Quiz
•
KG - University
10 questions
Datenschutz

Quiz
•
KG - University
10 questions
Grundlagen von Excel

Quiz
•
9th Grade
10 questions
Internetkomponenten

Quiz
•
9th Grade
12 questions
Bildschirmpräsentation - Objekte und Regeln

Quiz
•
6th - 10th Grade
10 questions
Fragen zur Computerhardware und -software

Quiz
•
6th Grade - University
10 questions
Informatiksysteme

Quiz
•
9th - 12th Grade
6 questions
Creative Commons und Urheberrecht

Quiz
•
8th - 9th Grade
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
30 questions
Computer Terminology Exercise #1 ( Fill Ins)

Quiz
•
9th Grade
15 questions
MLA Formatting

Quiz
•
9th Grade
20 questions
Typing Practice

Quiz
•
7th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
20 questions
Google Sheets Quiz

Quiz
•
9th Grade