Kotlin 1

Kotlin 1

Professional Development

10 Qs

quiz-placeholder

Similar activities

MobileSystemsQuiz2

MobileSystemsQuiz2

Professional Development

15 Qs

App or OS

App or OS

Professional Development

15 Qs

Quiz sobre App Services

Quiz sobre App Services

Professional Development

13 Qs

Kuis Pemrograman

Kuis Pemrograman

Professional Development

15 Qs

Palestra Sobre Mobile

Palestra Sobre Mobile

Professional Development

15 Qs

Езикът Java - синтаксис

Езикът Java - синтаксис

KG - Professional Development

9 Qs

OFFICE 365

OFFICE 365

Professional Development

12 Qs

Thunkable Intro

Thunkable Intro

Professional Development

10 Qs

Kotlin 1

Kotlin 1

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Nisha V

Used 1+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?