Critical Thinking
?
Case 6-2
?
Over the Spring Break, you decide to clean up the files on your computer to make sorting and searching faster.  You cannot remember the best methods to accomplish this task, so you consult a friend.
?Your friend also reminds you that the index will not perform well if

A. ?it grows too large.
B. ?it is too small.
C. ?it contains program and system files.
D. ?it is searching an SSD.


Answer: A

Computer Science & Information Technology

You might also like to view...

Based on the dangling-else discussion state the output for each of the following code snippets when x is 9 and y is 11 and when x is 11 and y is 9. We eliminated the indentation from the following code to make the problem more challenging.

``` if (x < 10) { if (y > 10) cout << "*****" << endl; } else { cout << "#####" << endl; cout << "$$$$$" << endl; } ```

Computer Science & Information Technology

____________________ is a protocol used to copy files from one computer to another over the Internet.

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

Computer Science & Information Technology

The _____ in the Arrange group on the Picture Tools Format tab is a shortcut to formatting a graphic as a floating graphic with the Square wrapping option and moving the graphic to a specific position on the page.?

A. ?Position button B. ?Page button C. ?Drop button D. Object button?

Computer Science & Information Technology

Live Tiles display a continuous stream on information

Indicate whether the statement is true or false

Computer Science & Information Technology