Java Decision Making Quiz

Java Decision Making Quiz

Professional Development

25 Qs

quiz-placeholder

Similar activities

SQL QUIZ

SQL QUIZ

Professional Development

25 Qs

Combustion Quiz II

Combustion Quiz II

Professional Development

25 Qs

PSUEDOCODE 2 CAPGEMINI

PSUEDOCODE 2 CAPGEMINI

Professional Development

25 Qs

Python - Quiz

Python - Quiz

Professional Development

20 Qs

BASIC RADIOLOGY

BASIC RADIOLOGY

Professional Development

20 Qs

A320 CEO PH 7 Refresh

A320 CEO PH 7 Refresh

Professional Development

20 Qs

Basic Electricity

Basic Electricity

Professional Development

20 Qs

IP Fabric - Core Network Institute

IP Fabric - Core Network Institute

Professional Development

20 Qs

Java Decision Making Quiz

Java Decision Making Quiz

Assessment

Quiz

Other

Professional Development

Medium

Created by

mukilan selvaraj

Used 2+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to start a conditional statement in Java?

case

if

for

loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a relational operator?

+=

==

&&

||

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code? int a = 5, b = 10; if (a > b) System.out.println("A is greater"); else System.out.println("B is greater");

A is greater

B is greater

No output

Compilation error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes a nested if statement?

If statement inside a loop

If statement inside another if statement

If-else inside a function

If statement with multiple conditions

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 10 % 3 in Java?

1

3

10

0

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does && operator do?

OR operation

NOT operation

AND operation

XOR operation

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for a switch case?

switch {}

case (expression):

switch(expression) { case value: ... }

switch case()

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?