BlackFriday 2024! 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
3 months 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
3 months 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
2 months ago
C) instd, outstd, errstd are the names of pre-opened streams
upvoted 0 times
...
Whitley
3 months ago
A) open () is a function which returns an int that represents a physical file handle
upvoted 0 times
...
...
Chara
3 months 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
Sherman
2 months ago
instd, outstd, and errstd are definitely important streams.
upvoted 0 times
...
Reena
3 months ago
Yeah, open() without the second argument seems outdated.
upvoted 0 times
...
Jerry
3 months ago
I think you're right, B and C are the correct answers.
upvoted 0 times
...
...
Mariko
4 months 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
Eden
2 months ago
If invoking open() fails, the value None is returned
upvoted 0 times
...
Paola
2 months ago
The second argument to open() is optional
upvoted 0 times
...
Justine
3 months ago
C) instd, outstd, errstd are the names of pre-opened streams
upvoted 0 times
...
Christene
3 months ago
A) open () is a function which returns an int that represents a physical file handle
upvoted 0 times
...
...
Chandra
4 months ago
A and C seem correct to me. The open() function returns a file handle, not None.
upvoted 0 times
Ira
3 months ago
That's true. If open() fails, it returns None.
upvoted 0 times
...
Meghan
3 months ago
Yes, you're right. The second argument in open() is optional.
upvoted 0 times
...
Cherry
4 months ago
I think A and C are correct. The open() function does return a file handle.
upvoted 0 times
...
...
Ernestine
4 months ago
I agree with Miss, A) and C) seem to be the correct statements.
upvoted 0 times
...
Darrin
4 months ago
I think B) and D) are the correct answers.
upvoted 0 times
...
Miss
4 months ago
A) and C) are true.
upvoted 0 times
...

Save Cancel