
Python - 2.0

Quiz
•
Computers
•
9th - 12th Grade
•
Medium

Magdalena Brzezińska
Used 5+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Który zapis oznacza:
jeżeli a wynosi co najmniej 10
if a >= 10:
if a => 10:
if a ==> 10:
if a > 10 and a==10:
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ile liter A wyświetli ten program?
4
5
10
50
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Która instrukcja pozwoli na wczytanie z klawiatury długości boku kwadratu, aby potem policzyć pole powierzchni?
bok = print("Podaj długość boku")
bok = int(input("Podaj długość boku"))
bok = input("Podaj długość boku")
bok = input(int("Podaj długość boku"))
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Który z poniższych zapisów jest poprawny?
suma = a+b
print(suma)
print(suma = a+b)
suma == a+b; print(a+b)
a + b = suma
print (=suma)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Czy takie argumenty funkcji range są poprawne?
range(10, 20, -1)
tak
nie
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Czy takie argumenty funkcji range są poprawne?
range(-10, 10, 1)
tak
nie
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Czy taki zapis instrukcji warunkowej jest poprawny?
tak
nie
Create a free account and access millions of resources
Similar Resources on Wayground
16 questions
Arkusz kalkulacyjny

Quiz
•
12th Grade
12 questions
JavaScript

Quiz
•
9th Grade
17 questions
Binary Quiz Game

Quiz
•
9th - 12th Grade
10 questions
Data Representation

Quiz
•
10th Grade
10 questions
Python Loops

Quiz
•
9th - 12th Grade
10 questions
Программирование C#

Quiz
•
1st - 10th Grade
10 questions
Funkcje C++

Quiz
•
9th Grade
20 questions
Python

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade