Python - 2.0

Python - 2.0

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

16 wymiar matematyki

16 wymiar matematyki

10th Grade

20 Qs

Kartkówka z podstaw Pythona

Kartkówka z podstaw Pythona

9th Grade

15 Qs

2ż - python!

2ż - python!

9th Grade

20 Qs

Algorytmy - rekurencja

Algorytmy - rekurencja

9th Grade

11 Qs

Python w SpikePrime

Python w SpikePrime

7th - 10th Grade

16 Qs

systemy liczbowe

systemy liczbowe

9th Grade

14 Qs

monitor komputerowy

monitor komputerowy

9th - 10th Grade

10 Qs

Algorytmy tekstowe - kartkówka

Algorytmy tekstowe - kartkówka

12th Grade

12 Qs

Python - 2.0

Python - 2.0

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Magdalena Brzezińska

Used 5+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Który zapis oznacza:

jeżeli a wynosi co najmniej 10

if a >= 10:

if a => 10:

if a ==> 10:

if a > 10 and a==10:

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Ile liter A wyświetli ten program?

4

5

10

50

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Która instrukcja pozwoli na wczytanie z klawiatury długości boku kwadratu, aby potem policzyć pole powierzchni?

bok = print("Podaj długość boku")

bok = int(input("Podaj długość boku"))

bok = input("Podaj długość boku")

bok = input(int("Podaj długość boku"))

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Który z poniższych zapisów jest poprawny?

suma = a+b

print(suma)

print(suma = a+b)

suma == a+b; print(a+b)

a + b = suma

print (=suma)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Czy takie argumenty funkcji range są poprawne?

range(10, 20, -1)

tak

nie

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Czy takie argumenty funkcji range są poprawne?

range(-10, 10, 1)

tak

nie

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Czy taki zapis instrukcji warunkowej jest poprawny?

tak

nie

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?