kotlin Quiz 2

kotlin Quiz 2

University

12 Qs

quiz-placeholder

Similar activities

Java March

Java March

KG - University

16 Qs

Stings, Cloning and ArrayList

Stings, Cloning and ArrayList

University

10 Qs

Java Programming

Java Programming

University

15 Qs

FGCT4023 Topic 5 - Colour & Text

FGCT4023 Topic 5 - Colour & Text

University

10 Qs

Python introduction

Python introduction

University

15 Qs

2D Array and Strings in C

2D Array and Strings in C

University

16 Qs

Повторям материал

Повторям материал

University

9 Qs

OS with C programming

OS with C programming

University

12 Qs

kotlin Quiz 2

kotlin Quiz 2

Assessment

Quiz

Computers

University

Hard

Created by

Mohamed Gamal

Used 2+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

val x = 10

x.inc()

println(x)

11

9

10

15

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

val num = 5

num.pow(2)

10

25

Error

55

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

from what we can read input from user?

cin>>

stdin.readlinesync()

Scanner(System.in).next()

Scanner(System.`in`).next()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

val text="TeXt";

println(text.uppercase());

what is the output?

text

tExT

TEXT

TeXt

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

var text="TeXt";

print("text.tolowercase()");

what is the output?

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

val text="a-b-c-d";

print(text.split("-"));

abcd

a b c d

[a, b, c, d]

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

var text=" a b c d ";

print("text.trim()");

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?