Podstawy pythona

Quiz
•
Computers
•
7th - 12th Grade
•
Hard
Grzegorz Kwiesielewicz
Used 91+ times
FREE Resource
8 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Funkcja wyświetlające informacje na ekranie to:
print()
input()
str()
int()
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Efektem działania poniższej funkcji będzie:
print("2" + "2")
2
4
22
2+2
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Funkcja pobierającą informacje z klawiatury nazywa się:
str()
print()
int()
input()
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Efektem działania poniższego kodu będzie:
a = 10
b = "20"
wynik = a + b
1020
30
Błąd TypeError
2010
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Poniższy kod można naprawić używając funkcji:
zawodnik = "Michael Jordan"
miejsce = 1
print("Koszykarzem nr " + miejsce + " jest " + zawodnik)
print()
input()
str()
int()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Efektem działania poniższego kodu będzie:
def kwadrat(bok):
print(bok)
kwadrat(10)
100
bok
bok =10
10
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Efektem poniższego wywołania funkcji znajdującej się na obrazku będzie:
dodaj(15, 7)
157
Nic się mnie wyświetli
22
15 + 7
8.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Efektem działania poniższej funkcji będzie:
tytul = "Wiedźmin"
rok_produkcji = 2020
print(f"Film + {tytul} + został nakręcony w + {rok_produkcji} + roku")
Film "Wiedźmin" został nakręcony w 2020 roku.
Film + Wiedźmin + został nakręcony w + 2020 + roku.
Film tytul został nakręcony w rok_produkcji roku.
Film Wiedźmin został nakręcony w 2020 roku.
Similar Resources on Wayground
11 questions
Podstawy Python 1A 22/23

Quiz
•
9th Grade
10 questions
TEST - BATY

Quiz
•
9th - 12th Grade
10 questions
Quiz z pierwszej zasady dynamiki Newtona

Quiz
•
7th Grade
9 questions
Quiz o umowie o pracę

Quiz
•
4th - 8th Grade
10 questions
Python

Quiz
•
7th - 8th Grade
12 questions
Linux: dowiązania, wyszukiwanie, ścieżki, zbiory ukryte

Quiz
•
10th Grade
12 questions
Rekurencja

Quiz
•
11th Grade
8 questions
SQL użytkownicy

Quiz
•
10th - 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
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th 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