Penilaian Harian Bahasa Kotlin SMT 1 2023

Penilaian Harian Bahasa Kotlin SMT 1 2023

11th Grade

25 Qs

quiz-placeholder

Similar activities

Spreadsheet - Advanced Functions and Formulae

Spreadsheet - Advanced Functions and Formulae

10th - 11th Grade

20 Qs

15 days of code quiz 2

15 days of code quiz 2

11th Grade - Professional Development

22 Qs

Python Basics (CodeHS)

Python Basics (CodeHS)

7th - 12th Grade

20 Qs

CodeHS AP CSP Unit 3 Review

CodeHS AP CSP Unit 3 Review

11th - 12th Grade

22 Qs

Kuis Pemrograman Kotlin

Kuis Pemrograman Kotlin

11th Grade

20 Qs

IST CodeHS Unit 8 JavaScript Review

IST CodeHS Unit 8 JavaScript Review

9th - 12th Grade

22 Qs

JavaScript Functions and Parameters

JavaScript Functions and Parameters

9th - 12th Grade

20 Qs

Python Functions and Error Handling

Python Functions and Error Handling

10th Grade - University

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?