Python - kl. 8

Python - kl. 8

7th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Arkusz kalkulacyjny - powtórzenie

Arkusz kalkulacyjny - powtórzenie

7th - 8th Grade

14 Qs

Podstawy pythona

Podstawy pythona

7th - 12th Grade

8 Qs

Wprowadzenie do Pythona

Wprowadzenie do Pythona

6th - 8th Grade

11 Qs

quiz o python

quiz o python

9th - 12th Grade

15 Qs

CS:GO

CS:GO

KG - Professional Development

10 Qs

Quiz o Frizie

Quiz o Frizie

12th Grade

9 Qs

C++

C++

7th - 8th Grade

10 Qs

ogólny test

ogólny test

12th Grade

10 Qs

Python - kl. 8

Python - kl. 8

Assessment

Quiz

Computers

7th - 12th Grade

Hard

Created by

Christopher Kujawa

Used 175+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Do wyświetlania służy funkcja:

print()

input()

int()

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Do wczytania danych od użytkownika służy funkcja:

print()

int()

input()

3.

MULTIPLE CHOICE QUESTION

15 mins • 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

15 mins • 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

15 mins • 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

15 mins • 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

15 mins • 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

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?