Official Bank 0/21

Python Institute PCEP - Certified Entry-Level Python Programmer (PCEP-30) - Python Actual Exam Questions

Last updated on March 10, 2026

97% Exam Compliance
21 Total Questions
1
Question

Which of the following functions can be invoked with two arguments?

Select 2
Options
A Question image
B

Option A

Question image
C Question image
D

Option B

Question image
E Question image
F

Option C

Question image
G Question image
H

Option D

Question image
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question

What is true about tuples? (Select two answers.)

Select 2
Options
A

Tuples are immutable, which means that their contents cannot be changed during their lifetime.

B

The len { } function cannot be applied to tuples.

C

An empty tuple is written as { } .

D

Tuples can be indexed and sliced like lists.

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question

A set of rules which defines the ways in which words can be coupled in sentences is called:

Options
A

lexis

B

syntax

C

semantics

D

dictionary

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question

What is the expected result of running the following code?

Question image
Options
A

The code prints 1 .

B

The code prints 2

C

The code raises an unhandled exception.

D

The code prints 0

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.