
Python klasa 8
Authored by Ewa Bielska
Computers
12th Grade
Used 53+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?