Which of the following commands connects to a computer containing shared files and folders?

a. Net view
b. Net use
c. Netstat
d. Nbtstat

Answer: b. Net use

Computer Science & Information Technology

You might also like to view...

Controls can be added to or deleted from reports created from queries

Indicate whether the statement is true or false

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1) The height of a 2-3 tree increases when an element is inserted. 2) Rotation may be used when deleting an element from a 2-3 tree to maintain the balance and properties of a 2-3 tree. 3) A -Tree ensures that each non-root node in the tree is at least 2/3 full. 4) A linked representation of a B-tree is the best way to implement the collection, regardless of the amount of data to be held in the tree. 5) The middle child node of a 3-node in a 2-3 tree has one or two elements whose values are between the values of the elements in the parent node.

Computer Science & Information Technology