Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam PCAP-31-03 All Questions

View all questions & answers for the PCAP-31-03 exam

Exam PCAP-31-03 topic 1 question 6 discussion

Actual exam question from Python Institute's PCAP-31-03
Question #: 6
Topic #: 1
[All PCAP-31-03 Questions]

Which one of the platform module functions should be used to determine the underlying platform name?

  • A. platform.processor()
  • B. platform.uname()
  • C. platform.python_version()
  • D. platform.platform()
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
thewoodsii81
1 week, 1 day ago
Selected Answer: D
d is the only one that calls platform
upvoted 1 times
...
Dave304409
4 months, 2 weeks ago
Selected Answer: D
is correct
upvoted 1 times
...
DKAT2023
4 months, 3 weeks ago
D is the correct
upvoted 1 times
...
herrmann69
5 months, 2 weeks ago
Selected Answer: D
Answer D is correct. platform.platform() code: import platform print(platform.processor()) print(platform.uname()) print(platform.python_version()) print(platform.platform()) output: Intel64 Family 6 Model 140 Stepping 1, GenuineIntel uname_result(system='Windows', node='xxx', release='11', version='10.0.22621', machine='AMD64') 3.12.3 Windows-11-10.0.22621-SP0
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...