Java Decision Making Quiz

Java Decision Making Quiz

Professional Development

25 Qs

quiz-placeholder

Similar activities

Rigging and Material handling

Rigging and Material handling

Professional Development

21 Qs

Comptia network plus

Comptia network plus

12th Grade - Professional Development

20 Qs

QUIZZ AIJ XI.TKJ - VLAN Pada Jaringan

QUIZZ AIJ XI.TKJ - VLAN Pada Jaringan

KG - Professional Development

20 Qs

Foundations of Programming

Foundations of Programming

Professional Development

25 Qs

PLC

PLC

Professional Development

20 Qs

MAJOR HAZARD  Quizs

MAJOR HAZARD Quizs

Professional Development

20 Qs

Sustainability & Awareness

Sustainability & Awareness

Professional Development

22 Qs

Instrument Panel dan controler D85ESS

Instrument Panel dan controler D85ESS

Professional Development

25 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?