Java - Quiz 3

Java - Quiz 3

1st - 3rd Grade

24 Qs

quiz-placeholder

Similar activities

Pedagogic Games III

Pedagogic Games III

1st Grade - Professional Development

20 Qs

PRODUKTIF CHASIS

PRODUKTIF CHASIS

1st - 3rd Grade

20 Qs

KUIS UNTUK AKAMSO ...

KUIS UNTUK AKAMSO ...

1st Grade

20 Qs

Sprawdzian wiadomości z M8.J1

Sprawdzian wiadomości z M8.J1

1st - 5th Grade

20 Qs

TEST SELEKSI PROGRAMMER DISKOMINFO BTH

TEST SELEKSI PROGRAMMER DISKOMINFO BTH

1st Grade

25 Qs

trial

trial

1st - 3rd 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

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?