Python

Python

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

ErasmusDays24 Quiz Show

ErasmusDays24 Quiz Show

11th Grade

8 Qs

Video games

Video games

2nd Grade - Professional Development

10 Qs

La France

La France

5th - 10th Grade

10 Qs

Bạn thân

Bạn thân

8th - 10th Grade

15 Qs

Java Strings

Java Strings

1st Grade - Professional Development

10 Qs

Computer Science 2nd term quiz

Computer Science 2nd term quiz

9th Grade

8 Qs

Python Certification: Objective 1&2

Python Certification: Objective 1&2

12th Grade

8 Qs

Lý thuyết về Python

Lý thuyết về Python

3rd Grade - University

10 Qs

Python

Python

Assessment

Quiz

Other

9th - 12th Grade

Easy

Created by

Anna Luftman

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Jaki będzie wynik działania następującego kodu?

print("Hello world!")

SyntaxError

"Hello world!"

Hello world!

Hello World!

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Jaki będzie wynik działania następującego kodu?

print(12+4)

16

12+4

print 12+4

SyntaxError

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Jaki będzie wynik działania następującego kodu?

print("34+9")

43

34+9

print(34+9)

"34+9"

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Jaki będzie wynik działania następującego kodu?

print("Hello" + "world!")

HelloWorld!

("Hello" + "world!")

Helloworld!

Wszystkie odpowiedzi są poprawne

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Jaki będzie wynik działania poniższego kodu?

print(2*"Hello World! ")

HelloWorld!HelloWorld!

Hello World! Hello World!

2*Hello World!

TypeError

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Polecenie print w Pythonie służy do:

Sprawdzania warunku

Pobierania zmiennej od użytkownika

Wyświetlania

Uruchamiania plików stronicowania na drukarkę

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Jak nazywa się domyślny zintegrowany edytor języka programowania Python,
z którego korzystaliśmy na lekcjach?


Shell

Window

Notatnik

IDLE

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?