
Latihan Java

Quiz
•
Information Technology (IT)
•
12th Grade
•
Hard
NORSHAHIRA FAUZI
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Apakah kegunaan import java.util.Scanner;?
Untuk membaca input daripada pengguna
Untuk membuat looping
Untuk mengira nombor secara automatik
Untuk memaparkan teks ke skrin
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Manakah sintaks if yang betul untuk memeriksa jika num lebih besar daripada 10?
if num > 10
{ System.out.println ("Besar");
}
if (num > 10)
{ System.out.println ("Besar");
}
if num > 10;
{System.out.println ("Besar");
if (num > 10)
System.out.prinln ("Besar")
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Manakah sintaks yang betul untuk mendapatkan nilai purata dari tiga nombor bulat dalam bentuk perpuluhan?
int a = 5, b = 8, c = 10;
double avg = (a + b + c) / 3;
System.out.println (avg);
int a = 5, b = 8, c = 8;
double avg = double (a + b + c) / 3;
System.out.println(avg);
int a = 5, b = 8, c = 10;
double avg = (a + b + c) / 3.0;
System.out.println (avg);
int a = 5, b = 8, c = 10;
double avg = (a + b + c) / three;
System.out.println (avg);
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Susun kod di bawah supaya program boleh memaparkan hasil tambah dua nombor dengan betul.
A. System.out.println(sum);
B. int a = 5, b = 7;
C. int sum = a + b;
D. public static void main(String[] args) {
E. }
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Pilih pasangan yang tepat
int variable = input.next();
float variable = input.nextInt();
double variable = input.nextDouble();
boolean variable = input.next.next();
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Apakah output kod ini?
for (int i = 1; i <= 5; i++) {
System.out.print(i * i + " ");
}
1 2 3 4 5
1 8 27 64 125
2 4 6 8 10
1 4 9 16 25
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Apakah output kod ini?
int count = 0;
for (int i = 1; i <= 4; i++) {
count += i;
}
System.out.println(count);
4
6
10
15
Create a free account and access millions of resources
Similar Resources on Wayground
11 questions
Mail Merge

Quiz
•
10th Grade - University
15 questions
Understanding Loops in C Programming

Quiz
•
1st Grade - University
15 questions
Bài 26

Quiz
•
10th Grade - University
10 questions
G12 Sem 2 T 3

Quiz
•
12th Grade
10 questions
Fundamentos da Linguagem C

Quiz
•
12th Grade
15 questions
Викторина по Jetpack Compose

Quiz
•
12th Grade
10 questions
CONCEPTOS ARDUINO

Quiz
•
1st Grade - University
10 questions
Python - 2C

Quiz
•
9th - 12th 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
Appointment Passes Review

Quiz
•
6th - 8th 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
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
Discover more resources for Information Technology (IT)
20 questions
Lab Safety and Lab Equipment

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

Quiz
•
6th - 12th Grade
6 questions
Secondary Safety Quiz

Lesson
•
9th - 12th Grade
13 questions
8th - Unit 1 Lesson 3

Quiz
•
9th - 12th Grade
28 questions
Ser vs estar

Quiz
•
9th - 12th Grade
21 questions
SPANISH GREETINGS REVIEW

Quiz
•
9th - 12th Grade
6 questions
PRIDE Always and Everywhere

Lesson
•
12th Grade
25 questions
ServSafe Foodhandler Part 3 Quiz

Quiz
•
9th - 12th Grade