1Z0-811 Primitives, Strings and Operators Practice Question
What is the value of 10 % 3?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
1
The % operator returns remainder of division. 10 divided by 3 is 3 with remainder 1.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
0
Why it's wrong here
No remainder when divisible, but 10%3 is not 0.
- ✗
1.0
Why it's wrong here
Result is int, not double.
- ✗
3
Why it's wrong here
This would be the quotient, not remainder.
- ✓
1
Why this is correct
Correct: 10 ÷ 3 = 3 remainder 1.
Go deeper
Related to this question
About these practice questions
This 1Z0-811 question is part of Courseiva's 481-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This 1Z0-811 practice question is part of Courseiva's free Oracle certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 1Z0-811 exam.