Briefing Operator Java

Briefing Operator Java

University

10 Qs

quiz-placeholder

Similar activities

Inheritance

Inheritance

University

10 Qs

Java Static

Java Static

University

10 Qs

OOP - Java Classes

OOP - Java Classes

12th Grade - University

15 Qs

Intro to Java 1

Intro to Java 1

University

15 Qs

Java

Java

University

15 Qs

Round 4 - Harvest

Round 4 - Harvest

University

15 Qs

Java Control Flow and Collections

Java Control Flow and Collections

University

10 Qs

java operators

java operators

University

10 Qs

Briefing Operator Java

Briefing Operator Java

Assessment

Quiz

Computers

University

Medium

Created by

ZURAIDAH Moe

Used 16+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

++ increases the value of a variable by 1

assignment operator

decrement operator

increment operator

sentinel

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What would the new value of A be?

A=1;

a++;

1

2

3

4

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What's the value of below?


int i=5;

System.out.println(i++);

System.out.println(i);

System.out.println(++i);

5

6

7

6

6

7

6

7

8

5

5

6

4.

MULTIPLE SELECT QUESTION

10 sec • 1 pt

Which statement(s) are equivalent to i = i + 1?

i += 1

i++

i -= 1

i--

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

what is modulo operation used for ?

performs division

performs division and gives no remainder

performs division and gives remainder

does not perform division

6.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

arithmetic operators return a value. True or false?

true

false

7.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

conditional operators does not return a value

true

false

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?