logo

Crowdly

Browser

Add to Chrome

ITI0102 Programmeerimise algkursus (2025/2026)

Looking for ITI0102 Programmeerimise algkursus (2025/2026) test answers and solutions? Browse our comprehensive collection of verified answers for ITI0102 Programmeerimise algkursus (2025/2026) at moodle.taltech.ee.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Kuidas saab kasutajale input() funktsiooni abil konsoolis juhiseid kuvada? (Näiteks "Sisesta oma nimi:")

0%
0%
0%
0%
View this question

Mis on järgmise tehte tulemus?

a = (17 % 5) + (2 ** 3) * (6 // 3) - 7

print(a)

View this question

Millised väited on tõesed järjendi viilutamise kohta?

0%
0%
0%
0%
0%
View this question

Mis on selle koodi väljund?

class Counter:

def __init__(self):

self.count = 0

def increment(self):

self.count += 1

return self.count

c1 = Counter()

c2 = Counter()

print(c1.increment(), c2.increment(), c1.increment())

0%
0%
0%
View this question

Mis vahe on argumendil ja parameetril Pythonis?

0%
0%
0%
View this question

Selgita, mis on Pythonis sõnastik (dictionary) ja kuidas see erineb järjendist (list). 

Too näide olukorrast, kus sõnastik on sobivam kui järjend, ning näita vastava sõnastiku loomist ja täiendamist.

View this question

Mis on muutujas b hoitav andmetüüp?

a = 3

b = (int(str(a) * a) // a) * str(a)

50%
0%
0%
View this question

Selgita, mis on __eq__() meetod Pythoni klassis. 

Too näide olukorrast, kus selle üle kirjutamine on vajalik, ning selgita, mis juhtub ilma selleta.

View this question

Kas Python programmeerimiskeeles võib tavalise hulga liikmena kasutada teist tavalist hulka?

0%
View this question
On antud muutuja nimega my_tuple, mille väärtuseks on ennik, mis viisiga saab muutuja my_tuple väärtuseks selline ennik: ("a", "b", "c")?

my_tuple = ("a", "b")

0%
0%
View this question

Want instant access to all verified answers on moodle.taltech.ee?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome