Java

Java

1st - 12th Grade

8 Qs

quiz-placeholder

Similar activities

ACT English: Concision

ACT English: Concision

9th - 12th Grade

10 Qs

CSP Week3 01

CSP Week3 01

2nd Grade - Professional Development

7 Qs

Code

Code

1st - 4th Grade

10 Qs

Coding Fundamentals in Minecraft Education Edition

Coding Fundamentals in Minecraft Education Edition

5th - 8th Grade

10 Qs

Java Lesson 2

Java Lesson 2

5th Grade - University

8 Qs

[Kelas 8 SMP] Bab 1 - Bahasa Program Java

[Kelas 8 SMP] Bab 1 - Bahasa Program Java

8th Grade - University

10 Qs

TLE Q4 M3

TLE Q4 M3

10th Grade

10 Qs

python

python

12th Grade

13 Qs

Java

Java

Assessment

Quiz

Other

1st - 12th Grade

Medium

Used 3K+ times

FREE Resource

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();