To find files that contain an exact phrase, surround the phrase with ________

Fill in the blank(s) with correct word

quotes

Computer Science & Information Technology

You might also like to view...

The Manual startup type waits for Windows 10 to boot before it is started

Indicate whether the statement is true or false

Computer Science & Information Technology

What does the following statement do?

``` Image puppy = new Image("file:C:\\images\terrier.jpg"); ``` a. It creates an instance of the ImageView class with the terrier.jpg file passed to the constructor. b. It loads an image named "images\terrier.jpg" and stores the image in the Image variable. c. It loads an image file named terrier.jpg which is found in the images folder on the user's C-drive. d. Nothing; it is not possible to include a path to a file when using the Image class.

Computer Science & Information Technology