The ____ sign or symbol to the left of a folder name in the Folder List indicates that the folder is expanded to show its contents, as shown in the accompanying figure.
A. plus (+)
B. minus (-)
C. asterisk (*)
D. at (@)
Answer: B
Computer Science & Information Technology
You might also like to view...
Where are DHCP database backups stored by default?
A. %systemroot%\System32\dhcp\dhcp.mdb B. %systemroot%\System32\dhcp\DhcpCfg C. %systemroot%\System32\dhcp\backup\DhcpCfg D. %systemroot%\System32\dhcp\dhcpbackup.txt
Computer Science & Information Technology
Given the following two program statements, identify the arguments.
```Call DressUp(sandals, turtleneck, jeans) Subprogram DressUp(shoes, shirt, pants) ``` a. sandals, turtleneck, jeans b. shoes, shirt, pants c. DressUp(shoes, shirt, pants) d. sandals, turtleneck, jeans, shoes, shirt, pants
Computer Science & Information Technology