Programski jezik Python

Programski jezik Python

8th Grade

17 Qs

quiz-placeholder

Similar activities

Quiz về kiểu dữ liệu Str

Quiz về kiểu dữ liệu Str

6th - 8th Grade

17 Qs

5-sinf. Kompyuter va Internet Asoslari

5-sinf. Kompyuter va Internet Asoslari

5th Grade - University

15 Qs

quiz1B1

quiz1B1

7th Grade - University

20 Qs

Sistem Komputer

Sistem Komputer

8th Grade

12 Qs

6-sinfl. Ofis dasturlari va Scratch

6-sinfl. Ofis dasturlari va Scratch

6th Grade - University

15 Qs

4.1 Kod Arahan

4.1 Kod Arahan

1st Grade - University

16 Qs

Selection Programming_If condition

Selection Programming_If condition

8th Grade - University

15 Qs

Python Junior

Python Junior

6th - 8th Grade

12 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?