Java

Java

1st - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Operating System Installation

Operating System Installation

12th Grade

10 Qs

Classifying Business Functions of an Entrepreneur

Classifying Business Functions of an Entrepreneur

6th - 8th Grade

8 Qs

Pensamos y Respondemos

Pensamos y Respondemos

6th Grade

10 Qs

Hari ke 3 "Kuis Coding & Perkenalan AI”.

Hari ke 3 "Kuis Coding & Perkenalan AI”.

3rd Grade

10 Qs

Chapter 11 Computer science AS LEVEL

Chapter 11 Computer science AS LEVEL

11th Grade

10 Qs

Google Sheet # 2

Google Sheet # 2

3rd - 6th Grade

12 Qs

Shark Tank

Shark Tank

6th - 12th Grade

8 Qs

Microsoft Excel

Microsoft Excel

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