Java - Quiz 3

Java - Quiz 3

1st - 3rd Grade

24 Qs

quiz-placeholder

Similar activities

BTCT 13. L2

BTCT 13. L2

2nd Grade

20 Qs

UF0513 BASES DE DATOS

UF0513 BASES DE DATOS

1st - 3rd Grade

20 Qs

Modulo 1

Modulo 1

1st Grade

20 Qs

Czy znasz lektury?

Czy znasz lektury?

1st - 6th Grade

20 Qs

Microsoft Excel

Microsoft Excel

KG - Professional Development

20 Qs

Materia primas y aprovisionamiento en cocina

Materia primas y aprovisionamiento en cocina

1st Grade - Professional Development

20 Qs

Akmen-Aset Tetap-ATB-Investasi

Akmen-Aset Tetap-ATB-Investasi

3rd Grade

20 Qs

Praca

Praca

1st - 6th 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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?