Python - kl. 8

Quiz
•
Computers
•
7th - 12th Grade
•
Hard
Christopher Kujawa
Used 175+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Do wyświetlania służy funkcja:
print()
input()
int()
2.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Do wczytania danych od użytkownika służy funkcja:
print()
int()
input()
3.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Co będzie wynikiem działania takiego programu:
x = 3
print("x")
wyświetli się: x
wyświetli się: 3
błąd
4.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Co będzie wynikiem działania takiego programu:
x = 3
print(x)
wyświetli się: x
wyświetli się: 3
błąd
5.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Co będzie wynikiem działania takiego programu:
x = 1
y = 2
if x == y:
print(x)
else:
print(y)
wyświetli się: 1
wyświetli się: 2
błąd
6.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Co będzie wynikiem działania takiego programu:
x = 1
y = 2
if x != y:
print(x)
else:
print(y)
wyświetli się: 1
wyświetli się: 2
błąd
7.
MULTIPLE CHOICE QUESTION
15 mins • 1 pt
Co będzie wynikiem działania takiego programu:
x = 1
y = 2
if x != y
print(x)
else
print(y)
wyświetli się: 1
wyświetli się: 2
błąd
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
C++

Quiz
•
7th - 8th Grade
10 questions
ogólny test

Quiz
•
12th Grade
14 questions
Arkusz kalkulacyjny - powtórzenie

Quiz
•
7th - 8th Grade
8 questions
Podstawy pythona

Quiz
•
7th - 12th Grade
11 questions
Wprowadzenie do Pythona

Quiz
•
6th - 8th Grade
15 questions
quiz o python

Quiz
•
9th - 12th Grade
10 questions
Latarnicy 2020

Quiz
•
1st Grade - Professio...
9 questions
Quiz o Frizie

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