Java

Java

1st - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Quiz Teks Tanggapan

Quiz Teks Tanggapan

7th Grade

10 Qs

PENGGUNAAN TEKNOLOGI MAKLUMAT DAN KOMUNIKASI SECARA BERETIKA

PENGGUNAAN TEKNOLOGI MAKLUMAT DAN KOMUNIKASI SECARA BERETIKA

4th Grade

10 Qs

FO ACCOUNTING Q#4

FO ACCOUNTING Q#4

10th Grade

10 Qs

ANIMASI 2 DIMENSI 3 DIMENSI

ANIMASI 2 DIMENSI 3 DIMENSI

11th Grade

10 Qs

TMK TAHUN 5

TMK TAHUN 5

5th Grade

12 Qs

Money responsibility

Money responsibility

6th - 8th Grade

10 Qs

Lesson1_Quizz

Lesson1_Quizz

11th - 12th Grade

10 Qs

KUIS ASAM-BASA

KUIS ASAM-BASA

11th Grade

10 Qs

Java

Java

Assessment

Quiz

Other

1st - 12th Grade

Practice Problem

Medium

Used 3K+ times

FREE Resource

AI

Enhance your content in a minute

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

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of data is used to enter the value ("Welcome")?

Text
Characters
String
Boolean

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of data is used to enter the value (1234.5)?

Integer
Double 
Char
Void

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of data is used to enter the value (True)?

Float
Boolean
Check box
ٍString

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We are use Scanner Library in java for...

Give permissions to the user
Correcting software errors
Allows user to read data
Allows the user to enter data

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We are use Random Library in java for...

Choose a set of random numbers
Deploy the program randomly
Store a set of information at random
All answers are correct

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We are use For loop ..........

To repeat a specified number of operations.
To repeat a unspecified number of operations.
All answers are correct

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We are use While loop ..........

To repeat a specified number of operations.
To repeat a unspecified number of operations.
All answers are correct

8.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

When we want to print in Java, we use the code ......

system.out.print();
System.out.println();
System.Out.Printf();
System.out.show();