Which of the following is NOT a good rule to follow when creating a file structure?
A. keep a manageable number of folders in the root
B. create a folder for deleted files to be stored temporarily
C. keep different versions of software in their own folders
D. group files with similar security needs
Answer: B
Computer Science & Information Technology
You might also like to view...
Assume that intCounter is an int variable initialized to 5. Which of the following loop continuation conditions can be used in a do while statement to print the values 5 through 15, inclusive?
a) intCounter > 5 b) intCounter < 15 c) intCounter <= 15 d) intCounter < 16 e) Both c and d.
Computer Science & Information Technology
Which of the following choices is another term for qualitative requirements?
A. Functional requirements B. Nonfunctional requirements C. Qualitative necessities D. Qualitative minimums
Computer Science & Information Technology