Search Header Logo

Uvod u Džupiter

Authored by Aleksandra Babić

Computers

9th - 10th Grade

Used 5+ times

Uvod u Džupiter
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Šta označavaju dve zvezdice (**) u programskom jeziku Pajton?

množenje

stepenovanje

korenovanje

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Prilikom zapisivanja decimalnih brojeva u Pajtonu se koristi

decimalna tačka

decimalni zarez

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Označi ispravno imenovane promenljive:

ime_i_prezime

ime prezime

d3

3d

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Šta će se ispisati nakon izvršavanja naredbe print?

a = 5

print(a)

a

5

print(a)

'a'

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Koju naredbu je potrebno napisati za unos DECIMALNOG BROJA sa standardnog ulaza (preko tastature) ?

x = input()

x = int(input())

x = float(input())

6.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

Moderni programski jezici dolaze sa obiljem već isprogramiranih funkcija koje su radi lakšeg snalaženja organizovane u biblioteke funkcija. Kako se zove biblioteka matematičkih funkcija?

(a)  

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Koji od sledećih programa je tačan? Program izračunava hipotenuzu pravouglog trougla ako su poznate njegove katete a i b. Formula je  c=a2+b2c=\sqrt{a^2+b^2}  

from math import sqrt 
a, b = 3, 4
sqrt(a*2 + b*2)

from math import sqrt 
a, b = 3, 4 
sqrt(a**2 + b**2)

from math import sqrt 
a, b = 3, 4 
sqrt(a**2) + sqrt(b**2)

from math import sqrt 
a, b = 3, 4
sqrt(a*2) + sqrt(b*2)

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

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?