Java

Java

1st - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Vidumini 01

Vidumini 01

7th Grade

11 Qs

Marketing

Marketing

7th - 10th Grade

10 Qs

Communication and internet technologies

Communication and internet technologies

9th - 11th Grade

8 Qs

Panggih Cahyo Imami - Tugas 3

Panggih Cahyo Imami - Tugas 3

1st - 10th Grade

10 Qs

Keyboard Keys

Keyboard Keys

8th Grade

10 Qs

organization of the front office

organization of the front office

10th Grade

7 Qs

What have you learned?

What have you learned?

11th Grade

6 Qs

Chapter 4 Quantitative Research Quiz

Chapter 4 Quantitative Research Quiz

12th Grade

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