
Quiz Pemrograman Java

Quiz
•
Computers
•
11th Grade
•
Hard
Rosalia pare
Used 2+ times
FREE Resource
42 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Manakah dari berikut ini adalah cara yang benar untuk mendeklarasikan variabel nama yang bertipe String di Java?
String nama;
nama String;
string nama;
String nama = null;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Di Java, tipe data apa yang digunakan untuk menyimpan nilai pecahan atau desimal?
int
String
double
char
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Manakah di bawah ini yang merupakan cara penamaan variabel yang benar di Java?
1Angka
Angka Pertama
_angkaPertama
angka-pertama
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Apa hasil dari operasi berikut jika int x = 7; dan int y = 2;? int z = x % y; System.out.println(z);
1
2
3
0
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Di Java, tipe data apakah yang akan digunakan untuk menyimpan nilai true atau false?
String
boolean
int
float
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Manakah cara yang benar untuk mengonversi variabel angka bertipe int menjadi String di Java?
String.valueOf(angka)
Integer.toString(angka)
(String) angka
a dan b benar
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Apa yang akan ditampilkan oleh kode berikut ini? int a = 5; double b = 6.5; System.out.println(a + b);
11
11.5
10.5
Error
Create a free account and access millions of resources
Similar Resources on Wayground
40 questions
DS Computing Devices and Digital Identity Review

Quiz
•
11th Grade
38 questions
Cuestionario sobre Desarrollo Web

Quiz
•
11th Grade
37 questions
QUIZ 2: Processing

Quiz
•
7th Grade - University
41 questions
Programacion

Quiz
•
9th - 12th Grade
40 questions
C Programming Midterm Review

Quiz
•
11th - 12th Grade
46 questions
Test në JavaScript për Fillestarët

Quiz
•
10th - 12th Grade
40 questions
XI TKJ-Adm. Infrastruktur Jaringan-PAS GENAP

Quiz
•
11th Grade
43 questions
KUIS~DASAR PEMROGRAMAN-DASAR PENGGUNAAN FLUTTER

Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade