최신Python Institute Certified Associate in Python Programming - PCAP-31-02무료샘플문제
문제1
Which of the following words can be used as a variable name? (Select two valid names)
Which of the following words can be used as a variable name? (Select two valid names)
정답: B,D
문제2
What will the value of the i variable be when the following loop finishes its execution?

What will the value of the i variable be when the following loop finishes its execution?

정답: A
문제3
An operator able to perform bitwise shifts is coded as (select two answers)
An operator able to perform bitwise shifts is coded as (select two answers)
정답: A,B
문제4
Files with the suffix .pyc contain:
Files with the suffix .pyc contain:
정답: B
문제5
Assuming that 1st is a four-element list is there any difference between these two statements?

Assuming that 1st is a four-element list is there any difference between these two statements?

정답: C
문제6
Which line can be used instead of the comment to cause the snippet to produce the following expected output? (Select two answers)
Expected output:
1 2 3
Code:

Which line can be used instead of the comment to cause the snippet to produce the following expected output? (Select two answers)
Expected output:
1 2 3
Code:

정답: A,B
문제7
A file name like this one below says that: (Select three answers)
services, cpython 36.pyc
A file name like this one below says that: (Select three answers)
services, cpython 36.pyc
정답: A,C,D
문제8
Assuming that the following snippet has been successfully executed, which of the equations are False? (Select two answers)

Assuming that the following snippet has been successfully executed, which of the equations are False? (Select two answers)

정답: B,D