Search Header Logo

Kotlin 1

Authored by Nisha V

Computers

Professional Development

Used 1+ times

Kotlin 1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_________ is a Step by step set of instructions you give to a Computer

Program

Tamil Language

ChatGPT response

Commands

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

______ is an Island

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kotlin is interoperable with

C

Fortran

C++

Java

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Multiplatform Development is possible in Kotlin

true

false

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

App.kt when compiled becomes

App.class

App.bytecode

App.javac

App.ktlin

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

val name = readLine()_______ comes to avoid null

!

!!

||

&&

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

fun main() {

var a = 5

var b = 10

var result = ++a * b-- - 3

val check = (result > 40) && (a == 6) || (b < 10)

println("a = $a")

println("b = $b")

println("result = $result")

println("check = $check")

}

a = 6

b = 9

result = 57

check = true

a = 6

b = 10

result = 60

check = false

a = 5

b = 9

result = 57

check = false

a = 6

b = 9

result = 57

check = false

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

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?