When NTFS finds a bad sector, the file system takes which of the following actions?
A) marks the bad sector and continues using it B) attempts to delete any data in the bad sector
C) deletes the information in the bad sector D) keeps track of the bad sector
D
Computer Science & Information Technology
You might also like to view...
A(n) ________ cell reference changes when a formula or function is copied from one location to another location
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
The CSS to create the class called myfloat that floats to the right of the other page content, has a 10px margin, and a solid border is:
a. .myfloat { float:right; margin:10px; border: 1px solid #000000; } b. #myfloat { right:float: margin 10px; border: 1px solid #000000; } c. .myfloat { float:right; 10px:margin; border: 1px solid #000000; } d. .myfloat { float:right; margin:10px; border: on; }
Computer Science & Information Technology