Kotlin 1

Kotlin 1

University

8 Qs

quiz-placeholder

Similar activities

C Programming Quiz

C Programming Quiz

University

10 Qs

Python Тест Сұрақтары

Python Тест Сұрақтары

University

10 Qs

Python Функция

Python Функция

University

10 Qs

TRẢ LỜI ĐÚNG - TRÚNG QUÀ COOL

TRẢ LỜI ĐÚNG - TRÚNG QUÀ COOL

University

11 Qs

Structured Programming

Structured Programming

University

11 Qs

MP Pertemuan 01

MP Pertemuan 01

University

10 Qs

Hhhjj

Hhhjj

10th Grade - University

10 Qs

pengenalan pemprograman prosedural2

pengenalan pemprograman prosedural2

8th Grade - University

5 Qs

Kotlin 1

Kotlin 1

Assessment

Quiz

Information Technology (IT)

University

Practice Problem

Medium

Created by

Jocelyn CARAMAN

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lequel n'est pas un opérateur mathématiques de Kotlin ?

++

<=

%

$

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quel type ne désigne pas un nombre ?

Float

Double

Int

Boolean

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Lesquelles de ces valeurs ou expressions sont des Char ?

'a'

"a"

`a`

"abc"[0]

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Par défaut en Kotlin, une variable peut être nulle.

Vrai

Faux

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Avec quel opérateur force-t-on une variable pouvant être nulle en une variable non-nulle ?

?

?.

!!

?!

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Je ne peux pas ajouter de nouveaux éléments à list.

Vrai

Faux

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Quelles expressions sont valables ?

val text = "Hello $name"

val text = "Hello ${name}"

val text = "Hello <name>"

val text = "Hello ${"Patrick"}"

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Qu'affiche ce code ?

1
2

0
1
2
3

1
2
3

0123