Free PCEP – Certified Entry-Level Python Programmer Exam PCEP-30-02 Exam Practice Test

UNLOCK FULL
PCEP-30-02 Exam Features
In Just $59 You can Access
  • All Official Question Types
  • Interactive Web-Based Practice Test Software
  • No Installation or 3rd Party Software Required
  • Customize your practice sessions (Free Demo)
  • 24/7 Customer Support
Page: 1 / 6
Total Questions: 30
  • Python Is an example of which programming language category?

    Answer: A Next Question
  • Which of the following expressions evaluate to a non-zero result? (Select two answers.)

    Answer: A,B Next Question
  • What is true about exceptions and debugging? (Select two answers.)A tool that allows you to precisely trace program execution is called a debugger.If some Python code is executed without errors, this proves that there are no errors in it.One try-except block may contain more than one except branch.The default (anonymous) except branch cannot be the last branch in the try-except block.

    Answer: A, ,C Next Question
  • Assuming that the following assignment has been successfully executed: My_list – [1, 1, 2, 3]Select the expressions which will not raise any exception. (Select two expressions.)

    Answer: B, ,D Next Question
  • Which of the following are the names of Python passing argument styles? (Select two answers.)

    Answer: A, ,D Next Question
  • A set of rules which defines the ways in which words can be coupled in sentences is called:

    Answer: B Next Question
  • What is true about tuples? (Select two answers.)Tuples are immutable, which means that their contents cannot be changed during their lifetime.The len { } function cannot be applied to tuples.An empty tuple is written as { } .Tuples can be indexed and sliced like lists.

    Answer: A, ,D Next Question
Page: 1 / 6
Total Questions: 30