Python teszt

Python teszt

10th Grade

11 Qs

quiz-placeholder

Similar activities

Szoftverek csoportosítása - 12L

Szoftverek csoportosítása - 12L

9th - 12th Grade

11 Qs

Python ismétlés

Python ismétlés

9th - 12th Grade

10 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

Háttértár

Háttértár

5th - 10th Grade

10 Qs

KD-1 Dasar pemrograman python

KD-1 Dasar pemrograman python

10th Grade

10 Qs

Syntax and Logic Errors

Syntax and Logic Errors

9th - 11th Grade

12 Qs

9класс python

9класс python

9th - 10th Grade

9 Qs

Számítógép

Számítógép

8th - 12th Grade

8 Qs

Python teszt

Python teszt

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Laura Szava

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Mi a helyes szintaxisa a "Hello World" kiíratásának Python-ban?

echo "Hello World"

print("Hello World")

p("Hello World")

write(Hello World)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Melyik NEM helyes változónév?

_myvar

my-var

Myvar

myvar3

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hogyan lehet 5-ös számértékű változót létrehozni?

x = 5 (csak így jó)

x = int(5) (csak így jó)

Mind a két válasz helyes!

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pythonban a 'Hello' ugyanaz, mint a "Hello”?

Igen, nincs semmi különbség a kettő között

Nem, nem ugyanaz

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Melyik operátort használjuk a számok szorzására?

#

%

*

x

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hogyan kell írni egy if utasítást Pythonban?

if x > y then:

if x > y:

if (x > y)

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Mi a helyes fájlkiterjesztés a Python-fájlokhoz?

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?