exam questions

Exam PCEP-30-02 All Questions

View all questions & answers for the PCEP-30-02 exam

Exam PCEP-30-02 topic 2 question 13 discussion

Actual exam question from Python Institute's PCEP-30-02
Question #: 13
Topic #: 2
[All PCEP-30-02 Questions]

Which of the following statements is false?

  • A. The right argument of the % operator can not be zero.
  • B. The ** operator has right-to-left associativity.
  • C. Multiplication precedes addition.
  • D. The result of the / operator is always an integer value.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
joeljohnrm
2 weeks, 1 day ago
Selected Answer: D
Resultado de una division siempre es un flotante.
upvoted 1 times
...
hovnival
1 month, 1 week ago
Selected Answer: D
D. The result of the / operator is always an integer value. This statement is false. In many programming languages, the result of the / operator (division) can be a floating-point value, not necessarily an integer. For instance, in Python, dividing two integers using / results in a float. If integer division is needed, the // operator should be used instead.
upvoted 2 times
...
Sai_23_2000
1 month, 2 weeks ago
Selected Answer: A
How come A is correct what happens if we have 0 on right side with % symbol
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago