Python-Grundlagen (IF Kl. 10)

Python-Grundlagen (IF Kl. 10)

10th Grade

15 Qs

quiz-placeholder

Similar activities

Python ծրագրավորման լեզու

Python ծրագրավորման լեզու

7th - 10th Grade

10 Qs

Coding Quiz

Coding Quiz

6th - 10th Grade

15 Qs

Kuis Pemrograman Dasar

Kuis Pemrograman Dasar

University

20 Qs

Computer and Other Human Inventions

Computer and Other Human Inventions

University

15 Qs

Mobile app development principles

Mobile app development principles

10th Grade

17 Qs

Python with DataScience

Python with DataScience

7th Grade - University

10 Qs

Coleções - Python

Coleções - Python

University - Professional Development

17 Qs

Recap: Introduction to Python

Recap: Introduction to Python

10th Grade

10 Qs

Python-Grundlagen (IF Kl. 10)

Python-Grundlagen (IF Kl. 10)

Assessment

Quiz

Computers

10th Grade

Practice Problem

Medium

Created by

Lenn Bie

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?