Which of the following is NOT a Linux native file system?
A. Ext3
B. Ext4
C. ReiserFS
D. ReFS
Answer: D
You might also like to view...
The program included in the Java SDK that allows a programmer to separate the class interface from the class implementation is called:
a. javac b. java c. javadoc d. none of the above
When Excel draws a(n) ____________________ chart, it always positions the chart so that one of the dividing lines between two slices is a straight line pointing to 12 o'clock (or 0 degrees).
Fill in the blank(s) with the appropriate word(s).
Match each item with a statement below.
A. can span more than one hard drive B. used to enhance the amount of RAM in a system C. rearranges files on the drive into as few segments as possible D. an extra copy of a data or software file that you can use if the original file becomes damaged or destroyed E. a volume that can be accessed by way of a folder on another volume so that the folder has more available space F. searches for bad sectors on a volume and recovers the data from them if possible G. a hidden file stored in the root directory of drive C H. can be partitioned and formatted as a stand-alone hard drive I. snapshots of the system and include Windows system files that have changed J. the overall structure an OS uses to name, store, and organize files on a drive
Answer the following statements true (T) or false (F)
1) A default constructor is a constructor that requires no arguments. 2) Member functions do not use an object name and class member selection operator to refer to other members. 3) A member function that does not modify any object components is a constant function and should therefore have a prototype and a header that end in const. 4) Each version of an overloaded function must have a distinct signature (the combination of the function name and its parameter types). 5) When returning an object as a function value, you must always make the return type a reference type.