
Latihan Java
Quiz
•
Information Technology (IT)
•
12th Grade
•
Practice Problem
•
Hard
NORSHAHIRA FAUZI
Used 1+ times
FREE Resource
Enhance your content in a minute
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
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
10 questions
Exploring Loops in Scratch
Quiz
•
5th Grade - University
15 questions
Eval. 3B Bloque 1
Quiz
•
9th Grade - University
10 questions
Pengenalan Profesi Bidang PPLG
Quiz
•
10th Grade - University
15 questions
Review Time
Quiz
•
11th Grade - University
15 questions
Career Alignment for Drone Technology
Quiz
•
10th Grade - University
12 questions
Media and Information Sources
Quiz
•
12th Grade
15 questions
Emp. Tech. 12 - Intro to MS Excel Quiz
Quiz
•
12th Grade - University
10 questions
Latihan Soal #1
Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
Discover more resources for Information Technology (IT)
28 questions
Ser vs estar
Quiz
•
9th - 12th Grade
34 questions
Geometric Terms
Quiz
•
9th - 12th Grade
20 questions
-AR -ER -IR present tense
Quiz
•
10th - 12th Grade
16 questions
Proportional Relationships And Constant Of Proportionality
Quiz
•
7th - 12th Grade
10 questions
DNA Replication Concepts and Mechanisms
Interactive video
•
7th - 12th Grade
10 questions
Unit 2: LS.Bio.1.5-LS.Bio.2.2 Power Vocab
Quiz
•
9th - 12th Grade
20 questions
Food Chains and Food Webs
Quiz
•
7th - 12th Grade
15 questions
Identify Triangle Congruence Criteria
Quiz
•
9th - 12th Grade
