Podstawy Pythona

Podstawy Pythona

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Chapter 3: Storage devices and media (Part 2):

Chapter 3: Storage devices and media (Part 2):

10th - 11th Grade

15 Qs

Cấu trúc For trong Python

Cấu trúc For trong Python

10th Grade

15 Qs

Power Point Prezentation kviz 1

Power Point Prezentation kviz 1

7th Grade - University

10 Qs

Moving in a Worksheet

Moving in a Worksheet

9th Grade

12 Qs

Accesibilidad y Usabilidad

Accesibilidad y Usabilidad

10th Grade

10 Qs

HTML Quiz

HTML Quiz

KG - University

10 Qs

10 класс - Форматирование текста в HTML (2 урок)

10 класс - Форматирование текста в HTML (2 урок)

10th Grade

10 Qs

Working with tables

Working with tables

5th - 12th Grade

10 Qs

Podstawy Pythona

Podstawy Pythona

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Mikołaj Bartoszek

Used 18+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Który z typów danych nie występuje w języku Python?

int

var

str

float

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Która formuła pozwoli stworzyć pustą listę?

li = []

li = {}

li = ()

li = new List()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jakiego typu dane są wprowadzane gdy użyjemy instrukcji input()?

object

int

str

text

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jakiego spójnika użyjemy w instrukcji IF, żeby instrukcja wykonała się tylko gdy oba warunki są prawdziwe.

&&

or

and

i

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Czy instrukcja ELSE działa tylko jako alternatywa dla instrukcji IF?

TAK

NIE

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kiedy zatrzyma się ten fragment kodu:

li = 2

while li > 0:

if li == 5:

break

print(f"Wartość to {li}")

Pętla się w ogóle nie uruchomi

Nigdy

Po 20 wykonaniach

Po 3 wykonaniach

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Co powoduje instrukcja return?

Zwraca wartość funkcji i kończy jej działanie

Zwraca wartość funkcji

Kończy działanie funkcji

Powoduje powrót do początku działania funkcji

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?