Answer:
9.9 seconds instead of 15 seconds
5.1 seconds faster
Explanation:
See attached picture.
Answer:
Five variations od BLAST are as following:-
- BLASTP
- BLASTX
- TBLASTX
- BLASTN
- TBLASTN
Explanation:
BLASTP - Searches a protein database with a protein sequence.
BLASTX - This program searches protein database using a translated nucleotide sequence.
TBLASTX - Searches DNA databases using a protein query.
BLASTN -Searches a nucleotide sequence against DNA database.
TBLASTN - Searches nucleotide sequence to a DNA database.
Handouts
see the image for reference
Answer:
c. prompt(text[,default Input])
Explanation:
In javaScript the prompt() method displays a dialog box which allows the user input text required by the program.