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
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
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
_________ 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
________ 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