250+ TOP MCQs on Comparison of FASTA and BLAST and Answers

Bioinformatics Multiple Choice Questions on “Comparison of FASTA and BLAST”.

1. In FASTA, For a Z-score > 15, the match can be considered extremely ______ with _____ of a homologous relationship.
A. insignificant, uncertainty
B. significant, uncertainty
C. significant, certainty
D. insignificant, certainty

Answer: c
Explanation: If Z is in the range of 5 to 15, the sequence pair can be described as highly probable homologs. If Z<5, their relationship is described as less certain.

2. BLAST uses a _______ to find matching words, whereas FASTA identifies identical matching words using the _____
A. substitution matrix, hashing procedure
B. substitution matrix, blocks
C. hashing procedure, substitution matrix
D. ktups, substitution matrix

Answer: A
Explanation: BLAST and FASTA have been shown to perform almost equally well in regular database searching; However, there are some notable differences between the two approaches. The major difference is in the seeding step– BLAST uses a substitution matrix to find matching words, whereas FASTA identifies identical matching words using the hashing procedure.

3. Which of the following is not a benefit or a factual of FASTA over BLAST?
A. FASTA scans smaller window sizes
B. It gives more sensitive results
C. It gives less sensitive results
D. It gives results with a better coverage rate for homologs

Answer: c
Explanation: By default, FASTA scans smaller window sizes. Thus, it gives more sensitive results than BLAST, with a better coverage rate for homologs. However, it is usually slower than BLAST.

4. The use of low-complexity masking in the BLAST procedure means that it may have higher specificity than FASTA because potential false positives are reduced.
A. True
B. False

Answer: A
Explanation: In addition to the given statement, BLAST sometimes gives multiple best-scoring alignments from the same sequence. FASTA returns only one final alignment.

5. Which of the following is not a benefit of BLAST?
A. Handling of gaps
B. Speed
C. More sensitive
D. Statistical rigor

Answer: A
Explanation: In addition to this, user friendly UI of BLAST is also one of its benefits. However, it does not handle gaps well. In that case gapped BLAST is better.

6. BLAST might not find matches for very short sequences.
A. True
B. False

Answer: A
Explanation: In BLAST, similarity matching of words is involved. If no words are found similar, then no alignment is detected and hence it might not find matches for very short sequences.

7. BLAST often produces several short HSPs rather than a single aligned region.
A. True
B. False

Answer: A
Explanation: The results of the word matching and attempts to extend the alignment are segments. They are called as HSPs (High-Scoring Segment Pairs). BLAST often produces several short HSPs rather than a single aligned region.

8. FASTA is derived from logic of the dot plot.
A. True
B. False

Answer: A
Explanation: Because of this, it computes best diagonals from all frames of alignment. The method looks for exact matches between words in query and test sequence.

9. The gapped portion in the diagonals represents matches in FASTA.
A. True
B. False

Answer: B
Explanation: The diagonal’s nature indicates the matching of the sequences. After all diagonals are found, it tries to join diagonals by adding gaps. Further, it Computes alignments in regions of best diagonals.

10. The initiation of FASTA format has ____ symbol.
A. >
B. <
C. /
D. *

Answer: A
Explanation: Its format is simple as used by almost all programs. Header line has > at the beginning. Also no specific requirements are there for line length, characters, etc.