Latihan Java

Latihan Java

12th Grade

10 Qs

quiz-placeholder

Similar activities

Grade 6 - Living with AI

Grade 6 - Living with AI

6th Grade - University

15 Qs

BÀI 16. ĐỊNH DẠNG KHUNG

BÀI 16. ĐỊNH DẠNG KHUNG

12th Grade

10 Qs

QUIZ PENGEMBANGAN WEB DENGAN AI

QUIZ PENGEMBANGAN WEB DENGAN AI

9th Grade - University

10 Qs

LibreOffice Writer Styles Quiz

LibreOffice Writer Styles Quiz

10th Grade - University

15 Qs

Test grilă - Turbo Pascal

Test grilă - Turbo Pascal

10th Grade - University

11 Qs

Web 12 - Part 1

Web 12 - Part 1

12th Grade

10 Qs

Pre test dan post test

Pre test dan post test

11th Grade - University

10 Qs

BD2 E3

BD2 E3

9th - 12th Grade

10 Qs

Latihan Java

Latihan Java

Assessment

Quiz

Information Technology (IT)

12th Grade

Practice Problem

Hard

Created by

NORSHAHIRA FAUZI

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

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

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

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?