exam questions

Exam PCEP-30-02 All Questions

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

Exam PCEP-30-02 topic 5 question 17 discussion

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

What is the expected behavior of the following program if the user enters 0?

  • A. The program will raise the ZeroDivisionError exception
  • B. The program will raise the ValueError exception
  • C. The program will raise the TypeError exception
  • D. The program will output 0 to the console
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
Donny_575
2 weeks, 5 days ago
Selected Answer: C
C. The program will raise the TypeError exception. Explanation: the inputs are default strings, so when user inputs 0, it is saved as '0'. You cannot divide an integer by a string, resulting in a TypeError. Using valus= int(input("Enter a value:) would result in a ZeroDivisionError
upvoted 1 times
...
akumo
1 month ago
Selected Answer: C
C. The program will raise the TypeError exception. 10/value
upvoted 2 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