Python klasa 8

Python klasa 8

8th Grade

10 Qs

quiz-placeholder

Similar activities

Klasa 8. Python - polecenie print ()

Klasa 8. Python - polecenie print ()

8th Grade

6 Qs

Python

Python

7th - 8th Grade

10 Qs

Program komputerowy i przepisy prawa

Program komputerowy i przepisy prawa

8th - 12th Grade

15 Qs

Python

Python

5th - 12th Grade

10 Qs

Informatyka

Informatyka

1st - 10th Grade

15 Qs

Python - kl. 8

Python - kl. 8

7th - 12th Grade

10 Qs

python

python

8th Grade

13 Qs

Scratch - skrypty kl. 5

Scratch - skrypty kl. 5

7th - 8th Grade

15 Qs

Python klasa 8

Python klasa 8

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Karolina Szalbierz

Used 24+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Do wyświetlania służy funkcja:

print()

int()

input()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Do wczytania danych z klawiatury służy:

input()

print()

int()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Co będzie wynikiem działania takiego programu:

x = 3

print("x")

wyświetli się: x

wyświetli się: 3

błąd

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Co będzie wynikiem działania takiego programu:

x = 3

print(x)

wyświetli się: x

wyświetli się: 3

błąd

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Co będzie wynikiem działania takiego programu:

x = 1

y = 2

if x == y:

print(x)

else:

print(y)

wyświetli się: 1

wyświetli się: 2

błąd

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Co będzie wynikiem działania takiego programu:

x = 1

y = 2

if x == y

print(x)

else

print(y)

wyświetli się: 1

wyświetli się: 2

błąd

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Zmienna typu całkowitego to:

float

int

type

string

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?