Posts Tagged ‘media’

Blueprint Terms (2010-7-13)

Are these one line definitions of programming terms correct?

SEQUENTIAL PROGRAMMING—no functions, everything read line by line
FUNCTIONAL PROGRAMMING—calling functions is allowed
CONCURRENT AND PARALLEL—multiple computations at once
SCRIPTING LANGUAGE- run by another language rather than compiled by cpu
DECLARATIVE- describe what to do, not necessarily give the algorithm
PROCEDURAL/IMPERATIVE- opposite of Declarative
METHOD- programmed procedure only available within the class its [...]