Python

Python

5th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Class VIII_Basic Python Programming Quiz

Class VIII_Basic Python Programming Quiz

8th Grade

10 Qs

Python for Class 7

Python for Class 7

7th - 8th Grade

11 Qs

year 8 lesson 2 quiz - python

year 8 lesson 2 quiz - python

8th - 10th Grade

14 Qs

Python

Python

7th - 8th Grade

13 Qs

Python - Y8 lesson 1

Python - Y8 lesson 1

8th Grade

12 Qs

1.2 Basic String Manipulation

1.2 Basic String Manipulation

9th Grade

10 Qs

แบบทดสอบย่อยที่ 1

แบบทดสอบย่อยที่ 1

8th Grade

10 Qs

8класс2

8класс2

8th Grade

10 Qs

Python

Python

Assessment

Quiz

Computers

5th - 12th Grade

Medium

Created by

Katarzyna Ambroż

Used 28+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Co to jest Python?

język programowania

edytor tekstowy

system operacyjny

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if warunek:

kod

else:

kod

jest:

pętlą

warunkiem

nie ma czegoś takiego

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Do wyświetlania służy funkcja

print()

input()

int()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

co będzie wynikiem kodu:

x = 3.23

print("x")

x

błąd

3.23

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

co będzie wynikiem kodu:

x = 3.23

print(x)

x

błąd

3.23

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Czym wyświetlisz tekst "Hello World"

w interpreterze?

Poprawne w wersji języka stosowanej

na zajęciach

print("Hello World")

print "Hello World"

print "Hello World";

print["Hello World"]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aby wprowadzić dane z klawiatury należy użyć funkcji:

print

input

int

string

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?