

InterviewSolution
1. |
Which of the given statements is untrue?(a) Sequence and other data files that contain non-ASCII characters also may not be transferred correctly from one machine to another and may cause unpredictable behavior of the communications software(b) The ASCII mode is useful for transferring text files, and the binary mode is useful for transferring compressed data files, which also contain non-ASCII characters(c) ASCII and binary modes cannot be set by the user(d) Most sequence analysis programs also require not only that a DNA or protein sequence file be a standard ASCII file, but also that the file be in a particular format such as the FASTA formatI had been asked this question by my college director while I was bunking the class.I would like to ask this question from Sequence Formats & Computer Storage of Sequences in section Collecting & Storing Sequences in Laboratory of Bioinformatics |
Answer» The correct choice is (b) The ASCII mode is useful for transferring text files, and the binary mode is useful for transferring compressed DATA files, which also contain non-ASCII characters |
|