Exam Details

  • Exam Code
    :PCEP-30-02
  • Exam Name
    :PCEP - Certified Entry-Level Python Programmer
  • Certification
    :Python Institute Certifications
  • Vendor
    :Python Institute
  • Total Questions
    :420 Q&As
  • Last Updated
    :

Python Institute Python Institute Certifications PCEP-30-02 Questions & Answers

  • Question 181:

    The escape character owes its name to the fact that it:

    A. cannot be caught due to its high speed

    B. escapes from source les into the computer memory C. changes the meaning of the character next to it

  • Question 182:

    What do you call a computer program which directly executes instructions written in a programming language?

    A. A compiler

    B. An interpreter

    C. A translator

  • Question 183:

    What do you call a command-line interpreter which lets you interact with your OS and execute Python commands and scripts?

    A. A console

    B. A compiler

    C. Jython

    D. An editor

  • Question 184:

    A value returned by the input() function is:

    A. an integer

    B. a oat

    C. a string

  • Question 185:

    Insert the correct piece of code, so that the program produces the expected output. Expected output:

    Code:

    A. print(Andy\nBrown)

    B. print("Andy Brown", end=" ")

    C. print("Andy Brown", sep=" ")

    D. print("Andy\nBrown")

  • Question 186:

    The \n digraph forces the print() function to:

    A. duplicate the character next to the digraph

    B. stop its execution

    C. break the output line

    D. output exactly two characters: \ and n

  • Question 187:

    What is true about compilation? (Choose two.)

    A. The code is converted directly into machine code executable by the processor

    B. It tends to be faster than interpretation

    C. It tends to be slower than interpretation

    D. Both you and the end user must have the code

  • Question 188:

    You execute the following command in the terminal.

    python index.py Hello

    You want the command to print out Hello.

    What has to be inside of index.py?

    A. Option A

    B. Option B

    C. Option C

    D. Option D

  • Question 189:

    The compiled Python bytecode is stored in les having names ending with:

    A. py

    B. pyb

    C. pyc

    D. pc

  • Question 190:

    What is the expected behavior of the following program?

    A. The program will generate an error message on the screen

    B. The program will output "Goodbye!"

    C. The program will output Goodbye!

    D. The program will output ("Goodbye!")

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Python Institute exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your PCEP-30-02 exam preparations and Python Institute certification application, do not hesitate to visit our Vcedump.com to find your solutions here.