Computer terms please help!?
Does anyone know what these terms mean? and wat they have 2 do w/ computers? (art design) array, loop, variable, constant, function
Answer:
array is an object that holds a set of primitives. a loop is a construct that continuously executes a statement a variable is an object that changes in value a constant is an object that never changes in value after being assigned a function is a code block that executes statements and is called by another function or program They are all computer programming fundamentals.