PBO KELAS 12

Quiz
•
Computers
•
12th Grade
•
Medium
dani ramdani
Used 170+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Dibawah ini merupakan method utama atau main method pada pemrograman java adalah....
System.out.println(" ");
public static void main (String[] args);
public class latihan {
}
public main class {
}
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
pendeklarasian variabel yang benar pada java, kecuali...
char ket="A";
int nilai = 90;
Int harga = 10000;
double nilai = 90.5;
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Tipe data pada pemrograman java dibagi menjadi 2 bagian yaitu.....
tipe data angka dan tipe data karakter
tipe data reference dan tipe data angka
tipe data primitif dan tipe data main
tipe data primitif dan tipe data reference
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
int a =10;
a++;
System.out.println("Isi a : " +a);
Nilai a yang tercetak adalah
9
10
11
12
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
int y=40; int z =80;
tes1=(y>40) && (z<100);
System.ouot.println("Hasil tes 1 :" +tes1);
120
40
false
true
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
int jml_brg_dibeli = 2; double diskon = 0.25;
int totalbelanja=100000;double hrg_brg_stlh_diskon;
if (totalbelanja>500000 && jml_brg_dibeli>1) {
hrg_brg_stlh_diskon = totalbelanja - (totalbelanja*diskon);
System.out.println("Harga barang setelah diskon :" +hrg_brg_stlh_diskon;
500000
750000
100000
150000
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Arti atau deskripsi dari error ClassNotfoundException adalah ...
class tidak ditemukan
nama class sudah digunakan
nama class salah
class sudah dibuat sebelumnya
Create a free account and access millions of resources
Similar Resources on Wayground
14 questions
Do you know some Java basics?

Quiz
•
9th - 12th Grade
16 questions
Loops

Quiz
•
5th - 12th Grade
10 questions
QUIZ TIK - KELAS 12

Quiz
•
12th Grade
10 questions
Latihan Class Library

Quiz
•
9th - 12th Grade
16 questions
QUIZ RPL 3 ke 2

Quiz
•
12th Grade
15 questions
MM - JavaScript

Quiz
•
12th Grade
9 questions
quis lat soal

Quiz
•
9th - 12th Grade
14 questions
Exploring Computer Science

Quiz
•
10th - 12th Grade
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
10 questions
Chaffey

Quiz
•
9th - 12th Grade
15 questions
PRIDE

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
22 questions
6-8 Digital Citizenship Review

Quiz
•
6th - 8th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Chaffey

Quiz
•
9th - 12th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Lab Safety and Lab Equipment

Quiz
•
9th - 12th Grade
20 questions
Getting to know YOU icebreaker activity!

Quiz
•
6th - 12th Grade
12 questions
Macromolecules

Lesson
•
9th - 12th Grade
12 questions
Classifying Polys - 1.1

Quiz
•
10th - 12th Grade
20 questions
1.1 (b) Add / Sub/ Multiply Polynomials

Quiz
•
12th Grade