Answer the following statement(s) true (T) or false (F)

1. A file is a collection of data stored together under a common name, usually on a disk.
2. All computer operating systems use the same specification as to the maximum number of characters permitted for an external filename.
3. Current versions of UNIX allow 14 characters as the maximum filename length.
4. Long filenames should be avoided because they take more time to type and can result in typing errors.
5. Opening a file connects a file stream object to a specific external filename.

1. True
2. False
3. False
4. True
5. True

Computer Science & Information Technology

You might also like to view...

With _________ the virtual address is the same as the physical address.

A. unsegmented unpaged memory B. unsegmented paged memory C. segmented unpaged memory D. segmented paged memory

Computer Science & Information Technology

The contains operation, used to determine if a particular element is in a list, relies on the find support method to locate the element. The find method, in turn relies on which method being implemented in order to work?

What will be an ideal response?

Computer Science & Information Technology