Python - ponavljanje

Python - ponavljanje

9th Grade

8 Qs

quiz-placeholder

Similar activities

Programació amb codi: Python

Programació amb codi: Python

9th Grade

10 Qs

LTP - 2018-2 (1 e 2 semestre)

LTP - 2018-2 (1 e 2 semestre)

1st - 10th Grade

13 Qs

Evaluating Web Resources

Evaluating Web Resources

4th - 12th Grade

10 Qs

“Классная” работа с динамической памятью

“Классная” работа с динамической памятью

9th Grade

10 Qs

Python

Python

7th - 9th Grade

12 Qs

QBASIC Programming

QBASIC Programming

5th - 10th Grade

10 Qs

Javascript

Javascript

KG - Professional Development

13 Qs

IX AI

IX AI

9th Grade

10 Qs

Python - ponavljanje

Python - ponavljanje

Assessment

Quiz

Computers

9th Grade

Practice Problem

Hard

Created by

Sara Jajetić

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

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

8 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Koji operatori se koriste u programskom jeziku Python?

Relacijski

Znakovni

Logički

Aritmetički

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kojeg je tipa varijabla:

broj="deset"

str

int

float

bool

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kojeg je tipa varijabla:

podatak="b102"

str

int

float

bool

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kojeg je tipa varijabla:

broj=10.0

str

int

float

bool

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

10%5=?

0

2

2.0

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2+4%2=?

0

2

3

4

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Kako unosimo neki podatak tipa str?

podatak=input()

podatak=str(input())

podatak=str(int())

podatak=int(input())

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

U programskom jezhiku Python, skraćenica int dolazi od riječi input.

Istina

Laž