Programski jezik Python

Programski jezik Python

8th Grade

17 Qs

quiz-placeholder

Similar activities

Ôn thi Tin học kì 2

Ôn thi Tin học kì 2

3rd Grade - University

17 Qs

soal informatika bab 3 kelas 7

soal informatika bab 3 kelas 7

7th Grade - University

20 Qs

Web Development Quiz

Web Development Quiz

8th Grade

15 Qs

SP247

SP247

6th Grade - University

14 Qs

Yapay Zeka 101

Yapay Zeka 101

6th - 8th Grade

12 Qs

Quiz on Error Types in Programming

Quiz on Error Types in Programming

8th Grade

20 Qs

[PTB] Quiz Lession 1 + 2

[PTB] Quiz Lession 1 + 2

6th - 8th Grade

19 Qs

Quiz sobre Programación en Python

Quiz sobre Programación en Python

8th Grade

13 Qs

Programski jezik Python

Programski jezik Python

Assessment

Quiz

Information Technology (IT)

8th Grade

Medium

Created by

Sabina Custovic

Used 5+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kako se dodaje element u listu u Pythonu?

list.append(element)

list.add(element)

list.insert(element)

list.push(element)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kako se u Pythonu koristi petlja `for` za ispis brojeva od 1 do 5?

for i in range(1, 6):

print(i)

for i in range(1, 5):

print(i)

for i in range(0, 5):

print(i)

for i in range(1, 6):

i.print()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kako se unosi podatak od korisnika u Pythonu?

input()

read()

scan()

get()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Koja od sljedećih naredbi se koristi za ispis podataka u Pythonu?

input()

print()

output()

display()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Koji od sljedećih izraza predstavlja pravilno napisan uslovni izraz `if else` u Pythonu?

if x > 10:

print(">10")

else:

print("<10")

if x > 10

print(">10")

else:

print("<10")

if x > 10:

print(">10")

else

print("<10")

if x > 10

print(">10")

else

print("<10")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kako se koristi `input()` za unos cijelog broja?

number = int(input())

number = input()

number = float(input())

number = str(input())

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Šta će biti ispisano nakon sljeedećeg Python koda?

1

5

3

1 5 3

1

8

3

1 8 3

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?