Smith-Waterman Algorithm Quiz

Smith-Waterman Algorithm Quiz

Assessment

Interactive Video

Computers

10th - 12th Grade

Hard

Created by

Jennifer Brown

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary focus of the Smith-Waterman algorithm compared to the Needleman-Wunsch algorithm?

Sequence sorting

Local alignments

Protein folding

Global alignments

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a step in the Smith-Waterman algorithm?

Initialization

Matrix filling

Sequence duplication

Trace-back

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the Smith-Waterman algorithm, what is added to the diagonal value if two letters match?

Match reward

Zero

Mismatch penalty

Gap penalty

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of placing a zero in the recursion during matrix filling in the Smith-Waterman algorithm?

To decrease the gap penalty

To increase the match reward

To ignore a possible negative alignment score

To ensure a positive alignment score

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

During the trace-back process in the Smith-Waterman algorithm, where do you start?

From the top-left corner of the matrix

From the bottom-right corner of the matrix

From the highest value anywhere in the matrix

From the lowest value anywhere in the matrix