Tuple, listy, zbiory podstawy 2d

Tuple, listy, zbiory podstawy 2d

9th Grade

10 Qs

quiz-placeholder

Similar activities

roblox quiz

roblox quiz

1st - 10th Grade

10 Qs

Bezpieczeństwo w sieci

Bezpieczeństwo w sieci

9th - 12th Grade

15 Qs

Informatyka 1

Informatyka 1

4th - 12th Grade

15 Qs

Python pętle while/for

Python pętle while/for

9th Grade - University

14 Qs

Test nr1

Test nr1

9th - 12th Grade

15 Qs

Kartkówka z podstaw Pythona

Kartkówka z podstaw Pythona

9th Grade

15 Qs

Praca z napisami Python 2d

Praca z napisami Python 2d

9th Grade

13 Qs

World Of Tanks

World Of Tanks

1st Grade - Professional Development

15 Qs

Tuple, listy, zbiory podstawy 2d

Tuple, listy, zbiory podstawy 2d

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Tamila Mukha

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Która z poniższych struktur danych w Pythonie jest niezmienna (immutable)?

List

Tuple

Set

2.

OPEN ENDED QUESTION

3 mins • 1 pt

Jak można dodać element "apple" do listy fruits w Pythonie?

Evaluate responses using AI:

OFF

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Które ze słów kluczowych w Pythonie oznacza utworzenie nowej listy?

new = set()

new = { }

new = [ ]

new = list[]

new = list()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jakie są główne cechy zbiorów (set) w Pythonie?

Można indeksować

Przechowują elementy w kolejności dodania

Zawierają jedynie unikalne elementy

Są niezmienne

5.

OPEN ENDED QUESTION

3 mins • 1 pt

Jakie jest zastosowanie funkcji len() w kontekście struktur danych w Pythonie?

Evaluate responses using AI:

OFF

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jakie jest zastosowanie operatora in w kontekście list w Pythonie?

Dodaje element do listy

Sprawdza, czy element istnieje w liście

Usuwa element z listy

Sortuje listę

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Która z poniższych funkcji sortuje elementy listy w miejscu?

lista.sorted()

lista.sort()

lista.OrderBy()

lista.order()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?