Programski jezik Python

Programski jezik Python

8th Grade

17 Qs

quiz-placeholder

Similar activities

ph 2 kelas 8

ph 2 kelas 8

8th Grade

20 Qs

Microsoft Excel Review Part 2

Microsoft Excel Review Part 2

8th Grade - University

20 Qs

Soal Asesmen Sumatif TIK Kelas 8.1

Soal Asesmen Sumatif TIK Kelas 8.1

8th Grade

20 Qs

Python Множества shpa

Python Множества shpa

4th Grade - University

20 Qs

S3 Microsoft Access Database Topic Exit

S3 Microsoft Access Database Topic Exit

8th Grade - University

20 Qs

Chapter 8 Exam Review

Chapter 8 Exam Review

8th Grade

20 Qs

Chapter 6 Exam

Chapter 6 Exam

8th Grade

20 Qs

Quiz Teknologi Informasi dan Komunikasi

Quiz Teknologi Informasi dan Komunikasi

8th Grade

20 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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?