Bioinformatics Questions and Answers – Local Sequence Alignment

This set of Bioinformatics Multiple Choice Questions & Answers (MCQs) focuses on “Local Sequence Alignment”.

1. When did Smith–Waterman first describe the algorithm for local alignment?
a) 1950
b) 1970
c) 1981
d) 1925
View Answer

Answer: c
Explanation: The algorithm was first proposed by Temple F. Smith and Michael S. Waterman in 1981. The Smith–Waterman algorithm performs local sequence alignment; that is, for determining similar regions between two strings of nucleic acid sequences or protein sequences.

2. Which of the following does not describe local alignment?
a) A local alignment aligns a substring of the query sequence to a substring of the target sequence
b) A local alignment is defined by maximizing the alignment score, so that deleting a column from either end would reduce the score, and adding further columns at either end would also reduce the score
c) Local alignments have terminal gaps
d) The substrings to be examined may be all of one or both sequences; if all of both are included then the local alignment is also global
View Answer

Answer: c
Explanation: Local alignments never have terminal gaps, because a higher score could be obtained by deleting the gaps (which always have negative scores, i.e. penalties). In case of global alignment there are terminal gaps while analyzing.

3. Which of the following does not describe local alignment algorithm?
a) Score can be negative
b) Negative score is set to 0
c) First row and first column are set to 0 in initialization step
d) In traceback step, beginning is with the highest score, it ends when 0 is encountered
View Answer

Answer: a
Explanation: Score can be negative. When any element has a score lower than zero, it means that the sequences up to this position have no similarities; this element will then be set to zero to eliminate influence from previous alignment. In this way, calculation can continue to find alignment in any position afterward.
advertisement
advertisement

4. Local alignments are more used when _____________
a) There are totally similar and equal length sequences
b) Dissimilar sequences are suspected to contain regions of similarity
c) Similar sequence motif with larger sequence context
d) Partially similar, different length and conserved region containing sequences
View Answer

Answer: a
Explanation: The given description is suitable for global alignment. It attempts to align maximum of the entire sequence unlike local alignment where the partially similar sequences are analyzed.

5. Which of the following does not describe BLOSUM matrices?
a) It stands for BLOcks SUbstitution Matrix
b) It was developed by Henikoff and Henikoff
c) The year it was developed was 1992
d) These matrices are logarithmic identity values
View Answer

Answer: d
Explanation: These matrices are actual percentage identity values. Or simply, they depend on similarity. Blosum 62 means there is 62 % similarity.
Note: Join free Sanfoundry classes at Telegram or Youtube

6. Which of the following is untrue regarding the gap penalty used in dynamic programming?
a) Gap penalty is subtracted for each gap that has been introduced
b) Gap penalty is added for each gap that has been introduced
c) The gap score defines a penalty given to alignment when we have insertion or deletion
d) Gap open and gap extension has been introduced when there are continuous gaps (five or more)
View Answer

Answer: b
Explanation: Dynamic programming algorithms use gap penalties to maximize the biological meaning. The open penalty is always applied at the start of the gap, and then the other gaps following it is given with a gap extension penalty which will be less compared to the open penalty. Typical values are –12 for gap opening, and –4 for gap extension.

7. Among the following which one is not the approach to the local alignment?
a) Smith-Waterman algorithm
b) K-tuple method
c) Words method
d) Needleman-Wunsch algorithm
View Answer

Answer: d
Explanation: Local alignment can be distinguished on two broad approaches, Smith-Waterman algorithm and word methods, also known as k-tuple methods and they are implemented in the well-known families of programs FASTA and BLAST.
advertisement

8. Which of the following does not describe k-tuple methods?
a) k-tuple methods are best known for their implementation in the database search tools FASTA and the BLAST family
b) They are also known as words methods
c) They are basically heuristic methods to find local alignment
d) They are useful in small scale databases
View Answer

Answer: d
Explanation: k-tuple or word methods are especially useful in large-scale database searches where a large proportion of stored sequences will have essentially no significant match with the query sequence. They are heuristic methods that are not guaranteed to find an optimal alignment solution but are significantly more efficient than Smith-Waterman algorithm.

9. Which of the following does not describe BLAST?
a) It stands for Basic Local Alignment Search Tool
b) It uses word matching like FASTA
c) It is one of the tools of the NCBI
d) Even if no words are similar, there is an alignment to be considered
View Answer

Answer: d
Explanation: If no words are similar, there is no alignment i. e. it will not find matches for very short sequences. But it is considerably accurate as compared to other tools and hence is quite popular.
advertisement

10. Which of the following is untrue regarding BLAST and FASTA?
a) FASTA is faster than BLAST
b) FASTA is the most accurate
c) BLAST has limited choices of databases
d) FASTA is more sensitive for DNA-DNA comparisons
View Answer

Answer: a
Explanation: BLAST is faster than FASTA and most other tools. The speed and relatively good accuracy of BLAST is the key why the tool is the most popular bioinformatics search tool.

Sanfoundry Global Education & Learning Series – Bioinformatics.

To practice all areas of Bioinformatics, here is complete set of 1000+ Multiple Choice Questions and Answers.

If you find a mistake in question / option / answer, kindly take a screenshot and email to [email protected]

advertisement
advertisement
Subscribe to our Newsletters (Subject-wise). Participate in the Sanfoundry Certification contest to get free Certificate of Merit. Join our social networks below and stay updated with latest contests, videos, internships and jobs!

Youtube | Telegram | LinkedIn | Instagram | Facebook | Twitter | Pinterest
Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.