
Python Abschlussquiz - Woche 1
Authored by FF FF
Computers
9th Grade

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
10 questions
Software, Betriebssystem und WORD
Quiz
•
9th Grade
15 questions
Excel Grundlagen - markieren, kopieren, etc.
Quiz
•
7th Grade - University
11 questions
#1 - UNIT 3 - INTRO TO PROGRAMMING - Vocabulary
Quiz
•
9th - 10th Grade
15 questions
KS4 - Python Turtle
Quiz
•
9th - 11th Grade
14 questions
Code.org Unit 3
Quiz
•
9th - 12th Grade
12 questions
Homework 1 Edublocks
Quiz
•
7th - 9th Grade
12 questions
Online Grundlagen II
Quiz
•
6th - 9th Grade
14 questions
Windows & Computer Basics
Quiz
•
5th Grade - University
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
10 questions
Probability Practice
Quiz
•
4th Grade
15 questions
Probability on Number LIne
Quiz
•
4th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
6 questions
Appropriate Chromebook Usage
Lesson
•
7th Grade
10 questions
Greek Bases tele and phon
Quiz
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
14 questions
[AP CSP] JavaScript Programming Quiz
Quiz
•
9th - 12th Grade
10 questions
Understanding Computers and Computer Engineering
Interactive video
•
7th - 12th Grade
37 questions
Python - Tuples, Lists, and List Methods
Quiz
•
9th - 12th Grade
60 questions
MOS Word Home, Insert, Reference Ribbon Basics
Quiz
•
9th Grade