To create a subfolder, you should _____.

A. right-click a folder, select New, then select Folder
B. right-click a folder, select Folder, then select New
C. double-click a folder, select New, then select Folder
D. double-click a folder, select Folder, then select New

Answer: A

Computer Science & Information Technology

You might also like to view...

Why are data validation rules helpful in business?

What will be an ideal response?

Computer Science & Information Technology

Inside a function definition for a member function of an object with data element x, which of the following is not equivalent to this->x:

a. *this.x b. (*this).x c. x d. (* (& (*this) ) ).x

Computer Science & Information Technology