Python Institute PCEP-30-02 PCEP – Certified Entry-Level Python Programmer Online Training
Python Institute PCEP-30-02 Online Training
The questions for PCEP-30-02 were last updated at Nov 22,2024.
- Exam Code: PCEP-30-02
- Exam Name: PCEP – Certified Entry-Level Python Programmer
- Certification Provider: Python Institute
- Latest update: Nov 22,2024
DRAG DROP
Insert the code boxes in the correct positions in order to build a line of code which asks the user for an integer value and assigns it to the depth variable.
(Note: some code boxes will not be used.)
A set of rules which defines the ways in which words can be coupled in sentences is called:
- A . lexis
- B . syntax
- C . semantics
- D . dictionary
DRAG DROP
Arrange the binary numeric operators in the order which reflects their priorities, where the top-most position has the highest priority and the bottom-most position has the lowest priority.
DRAG DROP
Arrange the binary numeric operators in the order which reflects their priorities, where the top-most position has the highest priority and the bottom-most position has the lowest priority.
Which of the following expressions evaluate to a non-zero result? (Select two answers.)
- A . 2**3/A-2
- B . 4/2**3-2
- C . 1**3/4-1
- D . 1*4//2**3
DRAG DROP
Insert the code boxes in the correct positions in order to build a line of code which asks the user for a float value and assigns it to the mass variable. (Note: some code boxes will not be used.)
Python Is an example of which programming language category?
- A . interpreted
- B . assembly
- C . compiled
- D . machine
DRAG DROP
Drag and drop the literals to match their data type names.
How many hashes (+) does the code output to the screen?
- A . one
- B . zero (the code outputs nothing)
- C . five
- D . three
DRAG DROP
Drag and drop the conditional expressions to obtain a code which outputs * to the screen. (Note: some code boxes will not be used.)