Latihan Java

Latihan Java

12th Grade

10 Qs

quiz-placeholder

Similar activities

Week 3-Database Quiz 1

Week 3-Database Quiz 1

9th - 12th Grade

14 Qs

Gestion des Utilisateurs de la BD

Gestion des Utilisateurs de la BD

2nd Grade - University

12 Qs

Mikrotik

Mikrotik

12th Grade

10 Qs

Quizzi bài 29 Tin học 10

Quizzi bài 29 Tin học 10

10th Grade - University

10 Qs

Komponen Sistem Komputer

Komponen Sistem Komputer

8th Grade - University

15 Qs

Sem 2 IT Test 1

Sem 2 IT Test 1

12th Grade - University

10 Qs

TAU X EVIDEN

TAU X EVIDEN

9th - 12th Grade

10 Qs

PC HISTORY QUIZ

PC HISTORY QUIZ

12th Grade

11 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?