Compare the Windows file system to the Linux file system.
What will be an ideal response?
In Windows, each partition is assigned a drive letter, such as assigning C to the first partition of the hard drive, and is separated from the others. In addition, each partition in Windows has its own root directory. In Linux, however, there's only one root directory, and all files and subdirectories are placed under the root directory in a treelike structure.
You might also like to view...
________ software is used to create 3-D building models before their actual construction
Fill in the blank(s) with correct word
Which of the following is true about an abstract base class?
a. no constructors or destructors should be provided b. at least one member function is a pure virtual function c. no objects of the class can be created d. exactly two of the above e. all of (a), (b), and (c)