Pages 60-85

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards
product
a running total
2
New cards
algorithm discovery
finding a solution to a given problem
3
New cards
reverse telephone lookup
an application where you find a person’s name given his or her telephone number
4
New cards
sequential search
Starting at the beginning of a set of numbers and looking at each number in the list, one at a time, until we either find the one we are looking for or we come to the end of the list.
5
New cards
iteration
the repetitive execution of a block of operations
6
New cards
loop
the repetitive execution of a block of statements a large number of times
7
New cards
index
a “moving finger” that scans a list and points to the one that the algorithm is currently working on
8
New cards
library
a collection of useful, prewritten algorithms
9
New cards
pattern matching
the process of searching for a special pattern of symbols within a larger collection of information
10
New cards
human genome
the basis for all human life
11
New cards
a,c,t,g
4 letters for the human genome
12
New cards
nucleotides
Sequences of human genomes
13
New cards
genome annotation
the process of of locating the starting and ending boundaries of an individual gene within the 3+ billion nucleotides
14
New cards
probe
the sequence of nucleotides that scientists know
15
New cards
abstraction
the separation of the high-level view of an entity or an operation from the low-level details of its implementation.
16
New cards
top-down design
Viewing an operation at a high level of abstraction and fleshing out the details of its implementation at a later time