Devices are represented as
-
devices
-
directories
-
files
-
ports
C
Correct answer
Explanation
In Unix-like systems, devices are represented as files in the /dev directory. This allows uniform access to hardware using standard file operations. Directories organize the filesystem, ports are communication endpoints, and 'devices' is circular.