
Podstawy Python 1A 22/23

Quiz
•
Computers
•
9th Grade
•
Hard
Tamila Mukha
Used 5+ times
FREE Resource
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
Similar Resources on Wayground
15 questions
Podstawy baz danych

Quiz
•
3rd - 12th Grade
15 questions
Python Basics Quiz

Quiz
•
9th Grade
10 questions
TRẮC NGHIỆM PYTHON

Quiz
•
9th - 12th Grade
12 questions
Python_4

Quiz
•
9th - 12th Grade
9 questions
C# Variables and Data Types

Quiz
•
8th Grade - University
15 questions
Quiz 2: Rust for beginner

Quiz
•
9th Grade
12 questions
Java Strings

Quiz
•
9th - 12th Grade
11 questions
45. Programming 1 : Data Types and Casting

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
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