ANSWERS WITH COMPLETE SOLUTIONS VERIFIED
GRADED A+
algorithm a process or set of rules to be
followed in calculations or other
problems solving operations
sequencing logic structure where instructions are
executed in order, one after another,
one at a time. Often called linear.
flowchart a simple diagram with symbols showing the
"flow" of a process
, flow pattern pattern that can emerge when data
is transformed using computational
logic structures (sequencing,
selection, iteration).
sequential program instructions that are executed one
execution at a time, in order.
parameter a variable that defines a procedure or
sets the conditions of an operation
procedure a named collection of steps in an
algorithm that can be reused
anytime it is needed without
restating the detailed procedures
(abstraction)
comments an annotation in the code of a computer
program
remix to modify and share a version of an
uploaded existing project
selection algorithmic structure that uses
"if...then" to tell computer how to