Java MCQ Test on Control Statements

Java MCQ Test on Control Statements

University

10 Qs

quiz-placeholder

Similar activities

Exception handling -oracle plsql

Exception handling -oracle plsql

University

15 Qs

EECE 1313 Quiz#2 Sem 1, 2018/2019

EECE 1313 Quiz#2 Sem 1, 2018/2019

University

10 Qs

Quiz Ke 8 alprog if-09

Quiz Ke 8 alprog if-09

University

10 Qs

Java Control Flow statements

Java Control Flow statements

University

10 Qs

Control Statements - Java

Control Statements - Java

University

15 Qs

C++ Switch Statement

C++ Switch Statement

University

12 Qs

Intro to Scratch 2

Intro to Scratch 2

KG - University

12 Qs

OOps test quiz

OOps test quiz

University

10 Qs

Java MCQ Test on Control Statements

Java MCQ Test on Control Statements

Assessment

Quiz

Computers

University

Hard

Created by

Veera Jagadeesh

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these are selection statements in Java?

if

for

continue

break

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following loops will execute the body of loop even when condition controlling the loop is initially false?

while

for

do-while

nested loops

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of this statement is incorrect?

switch statement is more efficient than a set of nested ifs

two case constants in the same switch can have identical values

switch statement can only test for equality, whereas if statement can evaluate any type of boolean expression

it is possible to create a nested switch statements

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output of the following Java program?

5

6

14

compiletime error

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output of the following Java program?

5 10

10 5

5

10

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What would be the output of the following code snippet if variable a=10?

1 2

2 3

1 3

3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is true about do statement?

do statement executes the code of a loop at least once

do statement does not get execute if condition is not matched in the first iteration

do statement checks the condition at the beginning of the loop

do statement executes the code more than once always

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?