Penilaian Harian Bahasa Kotlin SMT 1 2023

Penilaian Harian Bahasa Kotlin SMT 1 2023

11th Grade

25 Qs

quiz-placeholder

Similar activities

Basic Python Concepts and Console Interaction

Basic Python Concepts and Console Interaction

11th - 12th Grade

20 Qs

Unit 5 TEST

Unit 5 TEST

11th - 12th Grade

20 Qs

Functions

Functions

9th - 12th Grade

20 Qs

AP CSP Unit 7: Parameters, Returns, and Libraries

AP CSP Unit 7: Parameters, Returns, and Libraries

9th - 12th Grade

26 Qs

AP CSP Unit 6

AP CSP Unit 6

10th - 12th Grade

20 Qs

Season 5 #Spaic Python Weekly Quiz

Season 5 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

C# Quiz

C# Quiz

9th - 12th Grade

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