++ increases the value of a variable by 1
Java Operators

Quiz
•
Computers
•
University
•
Hard

RESHMA NADAF
Used 1K+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
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 SELECT QUESTION
10 sec • 1 pt
Which are the types of operators seen? Select as many you think
bitwise operator
subtraction operator
equality operator
arithmetic operator
6.
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
7.
MULTIPLE CHOICE QUESTION
5 sec • 1 pt
arithmetic operators return a value. True or false?
true
false
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Expression in C Programming

Quiz
•
University
18 questions
Programming Fundamentals in java

Quiz
•
University
10 questions
Java Arrays

Quiz
•
University
12 questions
Operators in C

Quiz
•
University
15 questions
Java

Quiz
•
University
15 questions
II CSM A & B

Quiz
•
University
10 questions
BCSC0006 - Quiz 1 - Arrays

Quiz
•
University
15 questions
Round 4 - Harvest

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade