Review Kotlin Day 1

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Listyanti Dewi
Used 8+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Apa sintaks yang benar untuk menampilkan "Hello World" di Kotlin?
System.out.println("Hello World");
console.log("Hello World")
println("Hello World")
cout << "Hello World"
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Bagaimana cara memasukkan KOMENTAR ke dalam kode Kotlin?
//Ini komentar
/*Ini komentar
--Ini komentar
#Ini komentar
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Keyword mana yang digunakan untuk mendeklarasikan suatu fungsi?
decl
fun
define
var
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Apa perbedaan antara var dan val di Kotlin?
var digunakan untuk nilai yang tidak dapat diubah, sedangkan val digunakan untuk nilai yang dapat diubah
var digunakan untuk nilai yang dapat diubah, sedangkan val digunakan untuk nilai yang tidak dapat diubah
var digunakan untuk deklarasi variabel, sedangkan val digunakan untuk deklarasi konstanta
var digunakan untuk nilai yang dapat diubah, sedangkan val digunakan untuk nilai yang tidak dapat diubah
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Di Kotlin, pernyataan kode harus diakhiri dengan titik koma (;)
True
False
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Bagaimana cara membuat variabel dengan nilai numerik 5?
num = 5
val num = 5
num = 5 int
int num = 5
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Apa fungsi dari kata kunci fun
dalam Kotlin?
Untuk mendeklarasikan variabel
Untuk mendeklarasikan fungsi
Untuk menginisialisasi variabel
Untuk menginisialisasi fungsi
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
C#

Quiz
•
11th Grade
15 questions
Pemrograman Berorientasi Objek

Quiz
•
10th Grade
10 questions
JAVASCRIPT SYNTAX

Quiz
•
11th Grade
12 questions
VidCode: What Do You Know?

Quiz
•
11th Grade
12 questions
Kiểu dữ liệu tệp

Quiz
•
11th Grade
10 questions
java script

Quiz
•
12th Grade
10 questions
KIỂU TỆP

Quiz
•
11th Grade
15 questions
Quiz sobre Kotlin e Android

Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade