Quiz z Pythona

Quiz z Pythona

10th Grade

36 Qs

quiz-placeholder

Similar activities

It test 2023

It test 2023

10th Grade

37 Qs

PP 2 2.5-6.1

PP 2 2.5-6.1

10th Grade

39 Qs

Computer Science 22/23

Computer Science 22/23

8th - 11th Grade

41 Qs

Estructura de Datos Avanzada 2018

Estructura de Datos Avanzada 2018

3rd Grade - University

35 Qs

HTML

HTML

6th - 10th Grade

34 Qs

EE.08-SG-23.01

EE.08-SG-23.01

9th - 12th Grade

40 Qs

NSK kl.2

NSK kl.2

10th Grade

40 Qs

Rejestr Windows

Rejestr Windows

10th Grade

35 Qs

Quiz z Pythona

Quiz z Pythona

Assessment

Quiz

Computers

10th Grade

Easy

Created by

Dr DR.Acik

Used 6+ times

FREE Resource

36 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Jakiego typu danych używa się w Pythonie do przechowywania liczb całkowitych?

float

int

str

bool

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Jak nazywa się instrukcja w Pythonie służąca do tworzenia pętli z określoną liczbą iteracji?

while

for

if

break

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Co zwróci wyrażenie 3 + 5 * 2 w Pythonie?

16

13

10

11

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Jak w Pythonie definiuje się funkcję?

function nazwa():

def nazwa():

func nazwa():

define nazwa():

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Co zwróci wyrażenie list(range(2, 8, 2))?

[2, 8]

[2, 3, 4, 5, 6, 7]

[2, 4, 6]

[2, 4, 6, 8]

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Jak w Pythonie sprawdzić długość listy?

len(lista)

lista.length()

lista.size()

size(lista)

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Co robi metoda append() w liście?

Usuwa ostatni element

Dodaje element na koniec listy

Sortuje listę

Odwraca listę

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?