UAS PBO (pemrograman berorientasi objek)

UAS PBO (pemrograman berorientasi objek)

Assessment

Quiz

Computers

1st - 5th Grade

Medium

Created by

Frahmi Any

Used 55+ times

FREE Resource

Student preview

quiz-placeholder

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

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?

Discover more resources for Computers