Practice Python Institute PCAP-31-02 Exam Questions
-
-
Page: 1/8
Total 40 Questions
Question No 1
What will be the value of the i variable when the while loop finishes its execution0 i = 0 while i != 0: 1 = 1 - 1 else: i = i + 1
Question No 2
An operator able to perform bitwise shifts is coded as (select two answers)
Question No 3
What will the value of the i variable be when the following loop finishes its execution? for i in range(10): pass
Question No 4
The following expression 1+ - 2 is:
Question No 5
A compiler is a program designed to (select two answers)
-
Page: 1/8
Total 40 Questions
-