H13-311_V3.5 · Question #7
The TensorFlow framework does not support Windows systems.
The correct answer is B. False. Option B is correct because TensorFlow explicitly supports Windows as a first-class platform. Google has provided official Windows installation packages via pip (e.g., pip install tensorflow) since TensorFlow's early versions, and the official documentation includes…
Question
The TensorFlow framework does not support Windows systems.
Options
- ATrue
- BFalse
How the community answered
(54 responses)- A22% (12)
- B78% (42)
Explanation
Option B is correct because TensorFlow explicitly supports Windows as a first-class platform. Google has provided official Windows installation packages via pip (e.g., pip install tensorflow) since TensorFlow's early versions, and the official documentation includes Windows-specific setup instructions for both CPU and GPU configurations. Option A is wrong because it states the opposite of reality - TensorFlow runs on Windows, Linux, and macOS. The claim may stem from a common misconception that deep learning frameworks are Linux-only tools, but that has not been true for TensorFlow since its public release.
Memory tip: Think of TensorFlow's broad adoption in industry and education - a framework that skipped the world's most common desktop OS would have severely limited its reach. If it runs in corporate Windows environments, it supports Windows.
Topics
Community Discussion
No community discussion yet for this question.