Penilaian Harian Bahasa Kotlin SMT 1 2023

Penilaian Harian Bahasa Kotlin SMT 1 2023

11th Grade

25 Qs

quiz-placeholder

Similar activities

Python Basics (CodeHS)

Python Basics (CodeHS)

7th - 12th Grade

20 Qs

JavaScript Control Structures

JavaScript Control Structures

9th - 12th Grade

20 Qs

JavaScript Variables

JavaScript Variables

10th - 12th Grade

26 Qs

IST CodeHS Unit 8 JavaScript Review

IST CodeHS Unit 8 JavaScript Review

9th - 12th Grade

22 Qs

Int to Comp Sci Python Quiz 1

Int to Comp Sci Python Quiz 1

9th - 12th Grade

23 Qs

/Python_Quiz\

/Python_Quiz\

KG - Professional Development

20 Qs

Basic Python Console Operations

Basic Python Console Operations

10th Grade - University

21 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?