logo

Crowdly

Browser

Add to Chrome

IDK0044 IT alused II (kevad 2025)

Looking for IDK0044 IT alused II (kevad 2025) test answers and solutions? Browse our comprehensive collection of verified answers for IDK0044 IT alused II (kevad 2025) at moodle.taltech.ee.

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

t = 'kaamelikaravaniajaja'

h = list(t)

c = h.count('a')

Mis on muutuja c väärtus?

0%
0%
0%
0%
View this question

t = 'mingi pikk tekst'

c = t[-1]

Mis on muutuja c väärtus (Python 3.x) ?

View this question

Millised programmilõigud on vigased (eeldusel, et kõikidele muutujatele on väärtused varem omistatud) ?

50%
0%
View this question

def summa(a, b):

    s = 0

    for arv in range(a, b+1, 2):

        s += arv

    return s

print(summa(3, 6))

Mis väljastatakse selle Pythoni skripti tulemusel?

50%
0%
0%
0%
View this question

Failis file.txt on järgmised read:

Hello world!

I am Python!

Mis väljastatakse selle skripti täitmisel?

file = open( 'file.txt' )

a = file.readline()

a = file.readline()

print(a)

file.close()

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

Failis file.txt on järgmised read:

Hello world!

I am Python!

Mis väljastatakse selle skripti täitmisel?

file = open( 'file.txt' )

b = file.readlines()

print(len(b))

file.close()

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

Failis file.txt on järgmised read:

Hello world!

I am Python!

Mis väljastatakse selle skripti täitmisel?

file = open( 'file.txt', 'r' )

a = file.read().split('\t')

print(a)

file.close()

0%
0%
0%
0%
View this question

Failis file.txt on järgmised read:

Hello world!

I am Python!

Mis on failis pärast järgmise skripti täitmist?

file = open( 'file.txt' )

file.write( 'I am a programming language!' )

file.close()

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

Millised avaldised on valed?

0%
0%
View this question

Millised omistamislaused on vigased?

0%
0%
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