Search Header Logo

2-mavzu. Kotlin dasturlash tilida tarmoqlanuvchi, takrorlanuvchi

Authored by Turdali Jumayev

Computers

University

Used 31+ times

2-mavzu. Kotlin dasturlash tilida tarmoqlanuvchi, takrorlanuvchi
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Tarmoqlanuvchi algoritm to‘g‘ri ko‘rsatilgan javobni belgilang?

for

if

while

null

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Takrorlanuvchi algoritm to‘g‘ri ko‘rsatilgan javobni belgilang?

for

if

null

print

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Takrorlanuvchi algoritm(lar) to‘g‘ri ko‘rsatilgan javobni belgilang?

for

while

null

do while

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ushbu dasturning javobini belgilang?

fun main() {

var a=5

if (a==4){

print(true)

} else

print(false)

}

5

true

false

4

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ushbu dasturning javobini belgilang?

fun main() {

var a=5

if (a!=0){

print(true)

} else

print(false)

}

true

false

a

5

6.

FILL IN THE BLANKS QUESTION

45 sec • 1 pt

Ushbu dasturning javobini belgilang?

fun main() {

var a=5

if (a>0){

a=a+1

}

else if (a==0){

a=a

} else a=a-1

print(a)

}

(a)  

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Ushbu dasturning javobini belgilang?

fun main() {

var s=0

for (i in 0..3){

s+=i

}

println(s)

}

4

5

6

7

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?