Programski jezik Python

Programski jezik Python

8th Grade

17 Qs

quiz-placeholder

Similar activities

Statements in Python

Statements in Python

8th Grade

20 Qs

Robotik Kodlama-Temel Bilgisayar Bilgisi

Robotik Kodlama-Temel Bilgisayar Bilgisi

6th - 8th Grade

15 Qs

Tes Sumatif 2 informatika kls 8

Tes Sumatif 2 informatika kls 8

8th Grade - University

20 Qs

Typy souborů

Typy souborů

8th Grade

15 Qs

G08- ICT Q1 Reviewer

G08- ICT Q1 Reviewer

8th Grade

20 Qs

Ti7_bai 3

Ti7_bai 3

8th Grade

15 Qs

Microsoft Word dan Snipping Tool

Microsoft Word dan Snipping Tool

8th Grade

15 Qs

Class 8_2025_CLASS,INPUTOUTPUT

Class 8_2025_CLASS,INPUTOUTPUT

8th Grade

12 Qs

Programski jezik Python

Programski jezik Python

Assessment

Quiz

Information Technology (IT)

8th Grade

Practice Problem

Medium

Created by

Sabina Custovic

Used 5+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?