Multiple choice technology operating systems

Unix treats the main memory(RAM) of a PC as a file.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Unix follows 'everything is a file' philosophy, including RAM. Memory devices like /dev/mem and /dev/kmem allow treating RAM as file-like objects for reading/writing.