3 ALGORITHMS AND PSEUDOCODE
(COVERS LESSONS 1 - 3) SOLVED
100% CORRECT!!
1 of 43
Definition
a symbol in a flowchart that indicates the output of data from a
process
Give this one a try later!
output symbol decision symbol
terminal symbol process symbol
, Don't know?
2 of 43
Definition
a collection of items stored at contiguous memory
locations; each item can be accessed using an index
Give this one a try later!
array record
index string
Don't know?
3 of 43
Definition
a division operation where the result is the whole number
part of the quotient, discarding any remainder
Give this one a try later!
integer division modulus division
, real implicit conversion
division
Don't know?
4 of 43
Definition
the process of arranging data in a particular order, such
as ascending or descending
Give this one a try later!
merging searching
sorting nesting structures
Don't know?
5 of 43
Definition
a simple sorting algorithm that repeatedly finds the
minimum element from the unsorted part of a list and
moves it to the beginning
Give this one a try later!