STS GANJIL KONSENTRASI KEAHLIAN 11 RPL

STS GANJIL KONSENTRASI KEAHLIAN 11 RPL

11th Grade

40 Qs

quiz-placeholder

Similar activities

SKT5 : Bab 3 : c) Standard Library, Subaturcara, Tatasusunan

SKT5 : Bab 3 : c) Standard Library, Subaturcara, Tatasusunan

10th - 12th Grade

35 Qs

Pemrograman Berorientasi Objek

Pemrograman Berorientasi Objek

11th Grade

35 Qs

Latihan 1 PBO XII RPL 1

Latihan 1 PBO XII RPL 1

10th Grade - University

40 Qs

PENILAIAN TENGAH SEMESTER SMAN 1 LABUHAN RATU

PENILAIAN TENGAH SEMESTER SMAN 1 LABUHAN RATU

11th Grade

40 Qs

latihan bab 3 mapel informatika kelas xii

latihan bab 3 mapel informatika kelas xii

9th - 12th Grade

40 Qs

Quiz Algoritma dan Pemrograman

Quiz Algoritma dan Pemrograman

11th Grade - University

40 Qs

Penilaian Akhir Semester Ganjil - PBO Kelas XI RPL -SMK_AB

Penilaian Akhir Semester Ganjil - PBO Kelas XI RPL -SMK_AB

11th Grade

40 Qs

SOAL LATIHAN KELAS XI

SOAL LATIHAN KELAS XI

11th 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

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers