Search Header Logo

UAS PBO (pemrograman berorientasi objek)

Authored by Frahmi Any

Computers

1st - 5th Grade

Used 55+ times

UAS PBO (pemrograman berorientasi objek)
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Berikut adalah penamaan class pada java yang diperbolehkan, kecuali…

3_One

O_3ne

S13h

B3_Ta

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Keyword yang digunakan untuk membuat nilai tetap dan tidak dapat berubah adalah…

protected

private

public

final

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Pendefinisian kelas pada program dibawah terjadi pada baris ke …

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 • 1 pt

Jika nilai / value variabel c ditampilkan ke layar akan menghasilkan nilai …

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 • 1 pt

Berikut adalah cara inisialisasi variabel bertipe class string, kecuali:

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 • 1 pt

Diantara perintah untuk mencetak berikut, yang benar adalah ………..

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 • 1 pt

System yang berguna untuk mengirim keluaran ke layar adalah

System.out.

System.in.

System.err.

System.exit

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?