Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Python Institute Exam PCAP-31-03 Topic 4 Question 70 Discussion

Actual exam question for Python Institute's PCAP-31-03 exam
Question #: 70
Topic #: 4
[All PCAP-31-03 Questions]

Which of the following statements are true? (Select two answers)

Show Suggested Answer Hide Answer
Suggested Answer: A, B

Contribute your Thoughts:

Eugene
11 days ago
I'm going with A and C. D is just silly - as if open() would ever return None. That's what try-except blocks are for!
upvoted 0 times
...
Dulce
15 days ago
D is definitely wrong. If open() fails, it raises an exception, not returns None. A and C are the way to go.
upvoted 0 times
Whitley
4 days ago
A) open () is a function which returns an int that represents a physical file handle
upvoted 0 times
...
...
Chara
21 days ago
Haha, I bet the answer is B and C. Who uses open() without the second argument these days? And of course instd, outstd, and errstd are the real MVPs.
upvoted 0 times
Reena
24 hours ago
Yeah, open() without the second argument seems outdated.
upvoted 0 times
...
Jerry
3 days ago
I think you're right, B and C are the correct answers.
upvoted 0 times
...
...
Mariko
29 days ago
I agree with A and C. But I'm not sure about the second argument to open() being optional. Isn't it required?
upvoted 0 times
Justine
9 days ago
C) instd, outstd, errstd are the names of pre-opened streams
upvoted 0 times
...
Christene
12 days ago
A) open () is a function which returns an int that represents a physical file handle
upvoted 0 times
...
...
Chandra
1 months ago
A and C seem correct to me. The open() function returns a file handle, not None.
upvoted 0 times
Ira
2 days ago
That's true. If open() fails, it returns None.
upvoted 0 times
...
Meghan
9 days ago
Yes, you're right. The second argument in open() is optional.
upvoted 0 times
...
Cherry
25 days ago
I think A and C are correct. The open() function does return a file handle.
upvoted 0 times
...
...
Ernestine
1 months ago
I agree with Miss, A) and C) seem to be the correct statements.
upvoted 0 times
...
Darrin
1 months ago
I think B) and D) are the correct answers.
upvoted 0 times
...
Miss
1 months ago
A) and C) are true.
upvoted 0 times
...

Save Cancel