What is a partition gap, and how might it be used to hide data??

What will be an ideal response?


A partition gap is the unused space between partitions. ?It's possible to create a partition, add data to it, and then remove references to the partition so that it can be hidden in Windows. If data is hidden in this partition gap, a disk editor utility could be used to access it.

Computer Science & Information Technology

You might also like to view...

Which of the following is not a compilation error?

a. Neglecting to initialize a local variable in a method before it is used. b. Placing a semicolon at the end of the first line of an if statement. c. Omitting the left and right parenthesis for the condition of an if statement. d. All are compilation errors.

Computer Science & Information Technology

The following algorithm represents the ____.Function Numeric unKnown(Numeric x, Numeric y)   If y = 0 Then      Return x   Else      Return GCD(y, x % y)   End IfEnd Function

A. sum of squares B. Fibonacci series C. GCD function D. factorial series

Computer Science & Information Technology

The text-align property options are available in the ____.

A. Toolbox B. Tag Properties C. CSS Properties list D. Apply Styles task pane

Computer Science & Information Technology

________ counsel is a lawyer who assists a client who has invoked his right to self-representation

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology