Python-Grundlagen (IF Kl. 10)

Quiz
•
Computers
•
10th Grade
•
Medium
Lenn Bie
Used 2+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Wie wird in Python das folgende Symbol bezeichnet?
=
Zuweisungsoperator
Gleichzeichen
Vergleichsoperator
Identitätsäquivalenz
2.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Variablen in Python.
Markiere die richtige(n) Antwort(en).
Eine Variable besitzt einen Namen (Bezeichner).
Mit dem Zuweisungsoperator ("=") können Werte in eine Variable geschrieben werden.
Eine Variable kann zum Speichern von Werten verwendet werden.
Mit der Anweisung "15 = b" wird der Wert 15 in die Variable mit dem Bezeichner b geschrieben.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Welcher Aufbau der for-Schleife ist in Python korrekt?
for i in range(8):
anweisung1
anweisung2
...
for range(8):
anweisung1
anweisung2
...
for i in range(8)
anweisung1
anweisung2
...
for range(8) in i:
anweisung1
anweisung2
...
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Wie heißt das Programm, das eine Programmiersprache in Maschinensprache übersetzt?
Compiler
Translator
Runtime Environment
IDE
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Was bedeutet die Abkürzung IDE?
Integrierte Entwicklungsumgebung
Implementierung - Design - Entwicklung
Integrated Data Engineering
Integrierte Daten-Extraktion
6.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Wie kann ein langes Programm übersichtlicher gestaltet werden?
Einfügen von Leerzeilen
Kommentare
Definition von Methoden, um mehrfach verwendete Code-Abschnitte zu bündeln
Vergabe von gut verständlichen Bezeichnern (Namen) für Variablen und Methoden
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Welches Schlüsselwort wird verwendet, um eine Funktion in Python zu definieren?
method
def
define
function
Create a free account and access millions of resources
Similar Resources on Wayground
18 questions
Java Wiederholung

Quiz
•
12th Grade
18 questions
EVA, Hardware, Software - Check dein Wissen!

Quiz
•
7th - 10th Grade
11 questions
Info-08 ... Algorithmen

Quiz
•
8th - 10th Grade
17 questions
Grundlagen Access Datenbanken

Quiz
•
12th Grade
10 questions
Abend der Ausbildung 2023 - Pro

Quiz
•
10th Grade - University
16 questions
IS - big quiz

Quiz
•
KG - University
16 questions
Künstliche Intelligenz - Grundwissen und Anwendung

Quiz
•
10th Grade
10 questions
Info-07 ... Bitfolgen und Dualzahlen

Quiz
•
5th - 10th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade