Revision of Java Section A

Revision of Java Section A

9th Grade

15 Qs

quiz-placeholder

Similar activities

CS Python Fundamentals Unit 3 Review

CS Python Fundamentals Unit 3 Review

9th - 12th Grade

20 Qs

J277 Programming - Data Types

J277 Programming - Data Types

9th - 11th Grade

11 Qs

Diagramas de Flujo

Diagramas de Flujo

6th - 9th Grade

16 Qs

HTML Javascript

HTML Javascript

9th Grade

12 Qs

CB30: Unit 3 Quiz Review

CB30: Unit 3 Quiz Review

9th - 12th Grade

20 Qs

Input and Output Operations in Python

Input and Output Operations in Python

6th - 10th Grade

11 Qs

Python Inputs

Python Inputs

6th - 10th Grade

11 Qs

Python basics

Python basics

9th - 12th Grade

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