STS GANJIL KONSENTRASI KEAHLIAN 11 RPL

STS GANJIL KONSENTRASI KEAHLIAN 11 RPL

11th Grade

40 Qs

quiz-placeholder

Similar activities

PBO PKL - 2

PBO PKL - 2

11th Grade

40 Qs

PTS - Informatika 11 MIA

PTS - Informatika 11 MIA

11th Grade

45 Qs

ย้อนหลัง กลางภาค Java ระดับต้น

ย้อนหลัง กลางภาค Java ระดับต้น

KG - University

40 Qs

Quiz PBGTM Kelas XI

Quiz PBGTM Kelas XI

11th Grade

35 Qs

Basic Java Concepts

Basic Java Concepts

11th Grade

45 Qs

GUIA NO 4 FINAL JUEGO DINAMICO

GUIA NO 4 FINAL JUEGO DINAMICO

9th - 12th Grade

35 Qs

Java Control Flow and Collections

Java Control Flow and Collections

11th Grade - Professional Development

39 Qs

Java Basics

Java Basics

11th - 12th Grade

35 Qs

STS GANJIL KONSENTRASI KEAHLIAN 11 RPL

STS GANJIL KONSENTRASI KEAHLIAN 11 RPL

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Agatha Setyaningsih

Used 3+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Nama kelas mana yang tidak diperbolehkan dalam Java?

3_Satu

O_Satu

S13h

B3_Dua

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Keyword manakah yang digunakan untuk membuat nilai konstan?

protected

private

public

final

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Di baris mana definisi kelas terjadi dalam program di bawah ini?

public class Ceria {

public static void main(String args[ ]) {

int a = 9; int b = 4;

int c= a/b;

}

}

1

2

3

4

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Apa yang akan ditampilkan jika nilai variabel c dicetak?

public class Ceria {

public static void main(String args[ ]) {

int a = 9; int b = 4;

int c= a/b;

}

}

2.25

2.3

2

2.5

5.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Manakah di antara berikut ini yang bukan cara untuk menginisialisasi variabel string?

String me = new String(“Inisialisasi 1”); String me

me = new String “inisialisasi 1” ;

String me; me = new String(“inisialisasi 1”);

String me; me = “inisialisasi 1”;

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Manakah dari perintah print berikut yang benar?

System.out.println(“Hello world”);

System.Out.println(“Hello world ”);

System.out.Println(“Hello world ”);

System.Out.Println(Hello world ”);

7.

MULTIPLE CHOICE QUESTION

30 sec • 3 pts

Sistem manakah yang digunakan untuk mengirim output ke layar?

System.out.

System.in.

System.err.

System.exit

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?