Python - složene strukture podataka

Python - složene strukture podataka

9th - 12th Grade

14 Qs

quiz-placeholder

Similar activities

1.TR - Ponavljanje/Provjera (22.5.)

1.TR - Ponavljanje/Provjera (22.5.)

9th Grade

12 Qs

Python - Osnove objektno usmjerenog programiranja

Python - Osnove objektno usmjerenog programiranja

12th Grade

16 Qs

Naredbe

Naredbe

12th Grade

12 Qs

POR-a

POR-a

10th Grade

16 Qs

Sortiranje

Sortiranje

8th - 9th Grade

16 Qs

1.TR - AiP - 2022 - (08) Arrays

1.TR - AiP - 2022 - (08) Arrays

9th Grade

10 Qs

PHP & MySQL - 08 - Multi-dimensional Arrays

PHP & MySQL - 08 - Multi-dimensional Arrays

11th Grade

12 Qs

PHP & MySQL - 11 - Conditional Statements

PHP & MySQL - 11 - Conditional Statements

11th Grade

10 Qs

Python - složene strukture podataka

Python - složene strukture podataka

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

NASTAVNIK INF

Used 1+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kojom metodom možemo saznati duljinu niza?

replace()

str()

len()

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Koje će se slovo ispisati nakon naredbi:

s='Gitara'

print(s[2])

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Što će se ispisati nakon naredbi?

s='Priroda i društvo'

print(s[2:4])

iro

rir

ri

ir

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pretvara sva slova u velika slova.

upper()

replace()

lower()

len()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Zamjenjuje dio znakova u nizu drugim znakovima.

upper()

replace()

lower()

len()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pretvara sva slova u mala slova.

upper()

replace()

lower()

len()

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Što će ispisati sljedeći program?

s='anakonda'

print(s.index('ako'))

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?