Python - 2.0

Python - 2.0

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

1.1.3 Proses Penyelesaian Masalah

1.1.3 Proses Penyelesaian Masalah

11th Grade

20 Qs

Validación de Datos

Validación de Datos

10th Grade

10 Qs

Examen final algoritmo

Examen final algoritmo

11th Grade

12 Qs

9.1 Homework #3

9.1 Homework #3

9th Grade

20 Qs

B Words GCSE Computer Science

B Words GCSE Computer Science

1st - 10th Grade

15 Qs

BÀI KIỂM TRA GIỮA KÌ 2 LỚP 5

BÀI KIỂM TRA GIỮA KÌ 2 LỚP 5

1st - 10th Grade

10 Qs

COMPRAR UNA LAPTOP

COMPRAR UNA LAPTOP

10th Grade

20 Qs

Python - 2.0

Python - 2.0

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Medium

Created by

Magdalena Brzezińska

Used 5+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Media Image

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

Media Image

Czy taki zapis instrukcji warunkowej jest poprawny?

tak

nie

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?