Briefing Operator Java

Briefing Operator Java

University

10 Qs

quiz-placeholder

Similar activities

Java Quiz 2

Java Quiz 2

University

15 Qs

JAVA array

JAVA array

12th Grade - University

10 Qs

Array output

Array output

University

14 Qs

ARRAYLIST - JAVA

ARRAYLIST - JAVA

University

15 Qs

DEBUG THE CODE

DEBUG THE CODE

University

10 Qs

Estructuras condicionales y repetitivas

Estructuras condicionales y repetitivas

University

8 Qs

Java Bootcamp Day 4

Java Bootcamp Day 4

University

15 Qs

Java Programming

Java Programming

University

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