A collection of information, such as a Microsoft Word document, stored on a computer under a single name is a

A) gallery. B) folder. C) file. D) library.


C

Computer Science & Information Technology

You might also like to view...

To initialize a unique_ptr, you can use C++14’s ________ function template, which allocates dynamic memory with operator new, then returns a unique_ptr to that memory. Prior to C++14, you’d pass the result of a new expression directly to unique_ptr’s constructor.

a. create_unique b. make_unique c. get_unique d. form_unique

Computer Science & Information Technology

An IT resource not residing in a cloud, but instead residing in an internal IT enterprise environment is considered to be _________________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

If two strings are the same, then the function strcmp will return the value:

A. true B. 0 C. 1 D. -1

Computer Science & Information Technology

List the key issues stressed by an agile philosophy of software engineering.

What will be an ideal response?

Computer Science & Information Technology