Penilaian Harian Bahasa Kotlin SMT 1 2023

Penilaian Harian Bahasa Kotlin SMT 1 2023

11th Grade

25 Qs

quiz-placeholder

Similar activities

Python Basics-02

Python Basics-02

9th - 12th Grade

21 Qs

Python Functions and Error Handling

Python Functions and Error Handling

10th Grade - University

20 Qs

Python Unit 6 Sequences Quiz

Python Unit 6 Sequences Quiz

9th - 12th Grade

20 Qs

Arrays in Java

Arrays in Java

9th - 12th Grade

20 Qs

CodeHS AP CSP Unit 3 Review

CodeHS AP CSP Unit 3 Review

11th - 12th Grade

22 Qs

Ch 3 Java Review-Strings and Math

Ch 3 Java Review-Strings and Math

9th - 12th Grade

21 Qs

Quarter 3 Final Exam: Functions and Parameters

Quarter 3 Final Exam: Functions and Parameters

9th - 12th Grade

20 Qs

Penilaian Harian Bahasa Kotlin SMT 1 2023

Penilaian Harian Bahasa Kotlin SMT 1 2023

Assessment

Quiz

Computers

11th Grade

Easy

Created by

Suhendi Suhendi

Used 3+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 4 pts

What is a correct syntax to output "Hello World" in Kotlin?


cout << "Hello World"

Console.WriteLine("Hello World")

System.out.printline("Hello World")

println("Hello World")

2.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

How do you insert COMMENTS in Kotlin code?


// This is a comment

/* This is a comment

--This is a comment

#This is a comment

3.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Which keyword is used to declare a function?


fun

define

function

decl

4.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

In Kotlin, code statements must end with a semicolon (;)


False

True

5.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

How can you create a variable with the numeric value 5?


num = 5

intval num = 5

int num = 5

num = 5

6.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

How can you create a variable with the floating number 2.8?


val num = 2.8

num = 2.8 float

float num = 2.8

double num = 2.8

7.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Which operator is used to add together two values?


The ADD keyword

The * sign

The & sign

The + sign

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?