Kotlin 1

Kotlin 1

Professional Development

10 Qs

quiz-placeholder

Similar activities

Summer_Camp_Session_1_Almentor

Summer_Camp_Session_1_Almentor

Professional Development

7 Qs

Microsoft 365 for Teachers

Microsoft 365 for Teachers

Professional Development

10 Qs

Social Media

Social Media

University - Professional Development

10 Qs

Android Study Jam session 3 "Scrollable List"

Android Study Jam session 3 "Scrollable List"

University - Professional Development

14 Qs

Java Strings and lops

Java Strings and lops

Professional Development

10 Qs

Fundamento de Java

Fundamento de Java

University - Professional Development

15 Qs

Living It Workshop - Quarter 4 - Quiz

Living It Workshop - Quarter 4 - Quiz

Professional Development

10 Qs

ICT INTEGRATION IN TEACHING ,LEARNING &ASSESSMENT

ICT INTEGRATION IN TEACHING ,LEARNING &ASSESSMENT

Professional Development

15 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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?