Which of the following statements about disk fragmentation is FALSE?

A) It decreases the speed of data transfer.
B) It can usually be corrected by running a disk defragmentation program.
C) It is a problem caused by the disk hardware.
D) Data files are stored in pieces instead of together.

C

Computer Science & Information Technology

You might also like to view...

A(n) ________ adds color and font consistency to a normal presentation

Fill in the blank(s) with correct word

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. In the following code the setPreferredSize method sets the size of the text, "Have a good day". ``` label = new Jlabel("Have a good day", SwingConstants.CENTER); label.setPreferredSize(new Dimension(400,200)); ``` 2. When using a slider, by default, tick marks are not displayed, and setting their spacing does not cause them to be displayed. 3.When a JList component is added to a JScrollPane object, a border will automatically appear around the list. 4.You can create a label with an image, or with both an image and text.

Computer Science & Information Technology