Java - Quiz 3

Java - Quiz 3

1st - 3rd Grade

24 Qs

quiz-placeholder

Similar activities

ATIVIDADE DE JAVA

ATIVIDADE DE JAVA

1st - 3rd Grade

20 Qs

c jogos digitais

c jogos digitais

3rd Grade

20 Qs

Modulo 1

Modulo 1

1st Grade

20 Qs

Sprawdzian szkolny - Techniki pracy w hotelarstwie

Sprawdzian szkolny - Techniki pracy w hotelarstwie

1st - 5th Grade

20 Qs

TFT BOT S0

TFT BOT S0

1st - 5th Grade

20 Qs

EE.17

EE.17

3rd Grade

20 Qs

Go Quiz - Basic I ( 07 รอดหรือตาย )

Go Quiz - Basic I ( 07 รอดหรือตาย )

KG - University

20 Qs

Latihan 3 (Sistem Adm. Kepegawaian}

Latihan 3 (Sistem Adm. Kepegawaian}

2nd Grade

20 Qs

Java - Quiz 3

Java - Quiz 3

Assessment

Quiz

Professional Development

1st - 3rd Grade

Hard

Created by

Steph Cuevas

Used 21+ times

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Media Image

What is the correct output?

a) true

true

false

true

b) true

false

true

true

c)false

false

true

true

d)false

true

true

false

2.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

condition ? expression1 : expression2;

if condition is true, expression2 is executed.

a) true

b) false

3.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

PREDICT THE OUTPUT:

int x = 60;

int y = 90;

if (y%x == 0 && y-x==30){

System.out.println("Hello World"); }

else{

System.out.println("Error"); }

a) Hello World

b) Error

c) Hello world

d) Hello World

Error

4.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

When the variable being switched on is equal to a case, the statements following that case will execute until a _ statement is reached.

a) continue;

b) break;

c) default;

d) go;

5.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Which data types are allowed in a Java switch statement?

a) int, short, byte, double, char

b) String, int, short, char

c) char, byte, short, int, String

d) String, int, byte

6.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Media Image

What option describes button number 5 on the toolbar?

a) Step over an expression

b) Step over

c) Step into

d) Step out of

7.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

which is the Default format of LocalDateTime?

a) 2014-04-28

b) 2014-04-28T23:25:49.342Z

c) 2014-04-28T16:25:49.341

d) 28::Apr::2014

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?