Revision of Java Section A

Revision of Java Section A

9th Grade

15 Qs

quiz-placeholder

Similar activities

Functions With Return Values U1M2 Python

Functions With Return Values U1M2 Python

9th - 12th Grade

12 Qs

Code.org CSP Unit 4 Review

Code.org CSP Unit 4 Review

9th - 12th Grade

16 Qs

Python Quiz

Python Quiz

9th - 12th Grade

15 Qs

untitled

untitled

9th Grade

20 Qs

Diagramas de Flujo 2

Diagramas de Flujo 2

5th Grade - University

15 Qs

IST P-STEM Unit 1 Hardware and Python Review

IST P-STEM Unit 1 Hardware and Python Review

8th - 12th Grade

20 Qs

Bootcamp

Bootcamp

7th - 12th Grade

16 Qs

Code.org Unit 5 Lesson 15 Assessment

Code.org Unit 5 Lesson 15 Assessment

9th - 12th Grade

15 Qs

Revision of Java Section A

Revision of Java Section A

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Roopa Pulapaka

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

 The operator that act on two operands are referred to as Unary Operator

True

False

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Binary Operator acts on

1 operand

2 operands

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What causes a fall through in a Java program?

When the # of if's don't match the # of else conditions

In a switch case when a break statement is missing

Infinite loop

None of these

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

When the # of if

conditions do not match the # of else conditions, it is called?

Dangling else

Hanging else

fall through

none of these

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Math.pow(5,x) + Math.cbrt(a)

math.pow(x,5)+ math.cbrt(a)

Math.pow(x,5)+ Math.cbrt(a)

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which among the following is a legal identifier name?

static

15_b

$b

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Is this a legal identifier name?

_cycle

Yes

No

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?