Operators in Java

Operators in Java

9th Grade

15 Qs

quiz-placeholder

Similar activities

Variables,Operators and Data Types [OCR]

Variables,Operators and Data Types [OCR]

9th Grade

17 Qs

Java Operators

Java Operators

9th Grade

15 Qs

Operators

Operators

9th Grade

19 Qs

Python Basics

Python Basics

7th - 9th Grade

10 Qs

Class 9 Conditional Statement

Class 9 Conditional Statement

9th Grade

10 Qs

Data Types and Mathematical Operators

Data Types and Mathematical Operators

9th - 11th Grade

16 Qs

CodeHS - Intro to Python - Basics and Console Interaction

CodeHS - Intro to Python - Basics and Console Interaction

9th Grade - Professional Development

20 Qs

Operators

Operators

9th Grade

19 Qs

Operators in Java

Operators in Java

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Sangameswari Ravindran

Used 387+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The values involved in any mathematical operations are known as ____________

Operators

Operands

Symbols

Tokens

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The operators used in Arithmetic expressions can be classified into

Unary operator

Binary operator

Ternary operator

All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

__________ operator increases the value of the operand by 1.

--

-

++

+

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if p=10, then the output of the expression c= p++ *5 is

50

55

45

0

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if a = 30, then value of b = a--+--a

b= 56

b= 58

b= 57

b= 59

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ternary operators are also called as

increment operator

decrement operator

Conditional assignment

none of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The output of the following statements will be

int a = 14; b= 4;

boolean x=(a>b)? true:false

true

false

error

none of the above

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?