MCQOPTIONS
Saved Bookmarks
This section includes 49 Mcqs, each offering curated multiple-choice questions to sharpen your Bioinformatics knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which of the following is not a variant of BLAST? |
| A. | BLASTN |
| B. | BLASTP |
| C. | BLASTX |
| D. | TBLASTNX |
| Answer» E. | |
| 2. |
Z-score describes the number of standard deviations from the mean score for the database search. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» B. False | |
| 3. |
Which of the following is not a benefit of BLAST? |
| A. | Handling of gaps |
| B. | Speed |
| C. | More sensitive |
| D. | Statistical rigor |
| Answer» B. Speed | |
| 4. |
Scan PS is a web-based program that implements a modified version of the Needleman-Wunsch algorithm. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» C. May be True or False | |
| 5. |
BLASTX uses protein sequences as queries to search against a protein sequence database. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» C. May be True or False | |
| 6. |
The positional difference for each word between the two sequences is obtained by ________ the position of the ______ sequence from that of the _______ sequence and is expressed as the offset. |
| A. | subtracting, second, first |
| B. | adding, second, first |
| C. | adding, first, second |
| D. | subtracting, first, second |
| Answer» E. | |
| 7. |
BLAST might not find matches for very short sequences. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» B. False | |
| 8. |
The second step in FASTA is to narrow down the high similarity regions between the two sequences. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» B. False | |
| 9. |
Par Align is a web-based server that uses parallel processors to perform exhaustive sequence comparisons using either a parallelized version of the Smith–Waterman algorithm or a heuristic program for further speed gains. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» B. False | |
| 10. |
Which of the following is not correct about FASTA? |
| A. | Its stands for FAST ALL |
| B. | It was in fact the first database similarity search tool developed, preceding the development of BLAST |
| C. | FASTA uses a ‘hashing’ strategy to find matches for a short stretch of identical residues with a length of k |
| D. | The string of residues is known as blocks |
| Answer» E. | |
| 11. |
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» D. insignificant, certainty | |
| 12. |
In Smith–Waterman algorithm, in initialization Step, the _________ row and ________ column are subject to gap penalty. |
| A. | first, first |
| B. | first, second |
| C. | second, First |
| D. | first, last |
| Answer» B. first, second | |
| 13. |
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 |
| C. | May be True or False |
| D. | Can't say |
| Answer» B. False | |
| 14. |
The web-based FASTA program is offered by the European Bioinformatics Institute. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» B. False | |
| 15. |
FASTA is derived from logic of the dot plot. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» B. False | |
| 16. |
If one is looking for protein homologs encoded in newly sequenced genomes, one may use TBLASTN, which translates nucleotide database sequences in all six open reading frames. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» B. False | |
| 17. |
The initiation of FASTA format has ____ symbol. |
| A. | > |
| B. | < |
| C. | / |
| D. | * |
| Answer» B. < | |
| 18. |
The gapped portion in the diagonals represents matches in FASTA. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» C. May be True or False | |
| 19. |
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» B. substitution matrix, blocks | |
| 20. |
The first step in FASTA alignment id to arrange the sequences in matrices’ rows and columns in order to be analyzed. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» C. May be True or False | |
| 21. |
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» D. It gives results with a better coverage rate for homologs | |
| 22. |
The last step is to perform a statistical evaluation of the final alignment as in BLAST, which produces the E-value. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» B. False | |
| 23. |
In FASTA, neighboring high-scoring segments along the same diagonal are selected and joined to form a single alignment. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» B. False | |
| 24. |
BLAST often produces several short HSPs rather than a single aligned region. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» B. False | |
| 25. |
The rigorous dynamic programming method is normally not used for database searching because it is slow and computationally expensive. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» B. False | |
| 26. |
Which of the following is not correct about BLAST? |
| A. | The BLAST web server has been designed in such away as to simplify the task of program selection |
| B. | The programs are organized based on the type of query sequences |
| C. | The programs are organized based on the type of nucleotide sequences, or nucleotide sequence to be translated |
| D. | BLAST is not based on heuristic searching methods |
| Answer» E. | |
| 27. |
FASTX, which compares a protein query sequence to a translated DNA database. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» C. May be True or False | |
| 28. |
FASTA and BLAST are __________ but __________ for larger datasets. |
| A. | faster, more sensitive |
| B. | faster, less sensitive |
| C. | slower, less sensitive |
| D. | slower, more sensitive |
| Answer» C. slower, less sensitive | |
| 29. |
FASTA doesn’t use bit scores. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» C. May be True or False | |
| 30. |
TBLASTX queries protein sequences to anucleotide sequence database with the sequences translated in all six reading frames. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» C. May be True or False | |
| 31. |
Local sequence alignments are necessary for many cases out of which one is repeated. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» B. False | |
| 32. |
Score can be negative in Smith–Waterman algorithm. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» C. May be True or False | |
| 33. |
The function of the scoring matrix is to conduct one-to-one comparisons between all components in two sequences and record the optimal alignment results. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» B. False | |
| 34. |
In SW algorithm, to align two sequences of lengths of m and n _________ time is required. |
| A. | O(mn) |
| B. | O(m²n) |
| C. | O(m²n³) |
| D. | O(mn²) |
| Answer» C. O(m²n³) | |
| 35. |
One of the challenges in SWA is obtaining correct alignments in regions of low similarity between distantly related biological sequences. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» B. False | |
| 36. |
Which of the following is incorrect the ‘word’ method? |
| A. | Both BLAST and FASTA use a heuristic word method |
| B. | Word method is used for fast pairwise sequence alignment in BLAST and FASTA |
| C. | The basic assumption is that two related sequences must have at least one word in common |
| D. | Two related sequences must have at zero word in common while assuming |
| Answer» E. | |
| 37. |
In heuristic methods, speed doesn’t vary with the size of database. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» C. May be True or False | |
| 38. |
An increase in sensitivity is associated with _______ in selectivity. |
| A. | no specific change |
| B. | increase |
| C. | decrease |
| D. | exponential increase |
| Answer» D. exponential increase | |
| 39. |
Currently, there are two major heuristic algorithms for performing database searches: BLAST and FASTA. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» B. False | |
| 40. |
In sequence alignment by BLAST, each word from query sequence is typically _______ residues for protein sequences and _______ residues for DNA sequences. |
| A. | ten, eleven |
| B. | three, three |
| C. | three, eleven |
| D. | three, ten |
| Answer» D. three, ten | |
| 41. |
In sequence alignment by BLAST, the second step is to search a sequence database for the occurrence of these words. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» B. False | |
| 42. |
The BLAST program was developed in _______ |
| A. | 1992 |
| B. | 1995 |
| C. | 1990 |
| D. | 1991 |
| Answer» D. 1991 | |
| 43. |
The final step involves pairwise alignment by extending from the words in both directions while counting the alignment score using the same substitution matrix. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» B. False | |
| 44. |
A recent improvement in the implementation of BLAST is the ability to provide gapped alignment. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» B. False | |
| 45. |
The main application of pairwise alignment is retrieving biological sequences in databases based on similarity. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» B. False | |
| 46. |
Dynamic programming method is the fastest and most practical method. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» C. May be True or False | |
| 47. |
The specificity refers to the ability to include incorrect hits. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» C. May be True or False | |
| 48. |
Which of the following is not one of the requirements for implementing algorithms for sequence database searching? |
| A. | Size of the dataset |
| B. | Sensitivity |
| C. | Specificity |
| D. | Speed |
| Answer» B. Sensitivity | |
| 49. |
Sensitivity refers to the ability to find as many correct hits as possible. |
| A. | True |
| B. | False |
| C. | May be True or False |
| D. | Can't say |
| Answer» B. False | |