When you delete folders and files you no longer need, they are moved to the _____.

A. Junk Bin
B. Recycle Bin
C. Trash Can
D. Garbage Collector


Answer: B

Computer Science & Information Technology

You might also like to view...

The __________ loop is ideal in situations where you want the loop to iterate at least once.

a. while b. for c. switch d. do-while e. pre-test

Computer Science & Information Technology

Given the following statements, what values will be passed to the parameters of the subprogram named Vacation?

```Declare Motel As String Declare Interstate As Integer Set Motel = “Dew Drop Inn” Set Interstate = 95 Call Vacation(Motel, Interstate) Subprogram Vacation(String Lodging, String Road)``` a. Lodging = “Dew Drop Inn”, Road = “95” b. Lodging = “Dew Drop Inn”, Road = 95 c. Lodging = Motel, Road = Interstate d. This cannot be done, type mismatch

Computer Science & Information Technology

_________ are used to control how users enter data into a field in order to maintain consistency with data entry

A) Indexed fields B) Required fields C) Input masks D) AutoComplete features

Computer Science & Information Technology

________ help Web page viewers go to the top, bottom, or any other location in a Web page

A) Bookmarks B) Placeholders C) Flags D) Tags

Computer Science & Information Technology