Python klasa 8

Python klasa 8

12th Grade

15 Qs

quiz-placeholder

Similar activities

WDP Python S1 Q1

WDP Python S1 Q1

6th - 12th Grade

14 Qs

Pamięć komputera

Pamięć komputera

1st Grade - Professional Development

20 Qs

Quiz z literatury

Quiz z literatury

1st Grade - University

15 Qs

Gim4Tychy_Dni ECDl_skrótyklawiat

Gim4Tychy_Dni ECDl_skrótyklawiat

4th - 12th Grade

15 Qs

DBI LO

DBI LO

7th - 12th Grade

20 Qs

Iteracja i rekurencja

Iteracja i rekurencja

9th - 12th Grade

19 Qs

2CG 2DG Pętle

2CG 2DG Pętle

12th Grade

15 Qs

Podstawy programowania JS Processing

Podstawy programowania JS Processing

10th Grade - University

18 Qs

Python klasa 8

Python klasa 8

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Ewa Bielska

Used 50+ times

FREE Resource

15 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Wypisz sposoby przedstawiania algorytmów.

Pierwszy sposób to opis,

następnie piszemy listę kroków.

Listę przedstawiamy w postaci ...,

w końcu tworzymy program.

2.

FILL IN THE BLANK QUESTION

3 mins • 1 pt

Aby w języku Python wyświetlać na ekranie komunikaty i wyniki, stosujemy instrukcję wyjścia - funkcję

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Jaki będzie wynik działania:

a = 10

b = 2

print(a//b)

5

5.0

2

4

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

W jaki sposób zapiszesz warunek: a jest większy lub równy b?

a >= 5

a > 5

a == 5

a != 5

5.

MULTIPLE SELECT QUESTION

3 mins • 1 pt

Mając dane

a=99

b=100

Który warunek zwróci nam False?

a!=b

a>b

a<b

a==b

6.

MULTIPLE SELECT QUESTION

3 mins • 1 pt

a = input("wprowadź liczbę: ")

Jeśli wpiszemy z klawiatury liczbę 346, komputer w zmiennej "a" zapamięta

listę

liczbę "346"

zmienną tekstową

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

W jaki sposób napisać warunek: x jest różne od z

not x == z

x >= z

x != z

x <= z

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?