Podstawy Python 1A 22/23

Podstawy Python 1A 22/23

9th Grade

11 Qs

quiz-placeholder

Similar activities

Conditions

Conditions

8th - 10th Grade

16 Qs

web services quiz

web services quiz

9th Grade

15 Qs

19W Final Exam - PLTW

19W Final Exam - PLTW

9th - 12th Grade

15 Qs

G9 Q2_QUIZ 1

G9 Q2_QUIZ 1

8th - 10th Grade

14 Qs

Mecatronica 3ro IOQ 1

Mecatronica 3ro IOQ 1

9th - 10th Grade

10 Qs

Python

Python

7th - 12th Grade

15 Qs

Python

Python

9th Grade

13 Qs

Test wiedzy o Minecraft

Test wiedzy o Minecraft

KG - University

10 Qs

Podstawy Python 1A 22/23

Podstawy Python 1A 22/23

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Tamila Mukha

Used 5+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jaki typ zmiennej jest używany do przechowywania wielu znaków (tekstu) obok siebie?

int

float

str

bool

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

imie = "Wiola" 

Co napiszesz aby wybrać drugi znak napisu?

imie[1]

imie[0]

imie[-1]

imie[2]

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Przykładowa instrukcja warunkowa w Python wygląda w następujący sposób:

if 5>3 then

if 5>3

if 5>3:

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = 6

b = 2

if (a > 5 or b < 1): 

     print("ok")

Czy zobaczysz na konsoli wiadomość: "ok"?

Tak

Nie

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pętla while będzie wykonywać w nieskończoność instrukcje w sobie dopóki warunek pętli jest prawdziwy (zakładamy, że nie ma instrukcji "break" wewnątrz pętli)

Prawda

Fałsz

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jakiego typu jest zmienna:

x = "True"

int

float

str

bool

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

test = input() 

Jeśli użytkownik wpisze na wejściu liczbę odpowiadająca 5, jakiego typu będzie ta zmienna?

int

float

str

bool

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?