Difference between revisions of "Abstraction - Automation"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Created page with "== Abstraction == Abstraction is the process of hiding details that are not essential for a problem to be solved.")
 
(Abstraction)
Line 1: Line 1:
 
== Abstraction ==
 
== Abstraction ==
  
Abstraction is the process of hiding details that are not essential for a problem to be solved.
+
Abstraction is the process of hiding details that are not essential for a problem to be solved. This can be interpreted as removing indirectly relevent data repeatedly until a complex problem  (function) becomes a series of simpler problems (functions) which can easily accomplish the same larger problem (function) in a more efficient &amp simpler way.

Revision as of 10:04, 16 December 2016

Abstraction

Abstraction is the process of hiding details that are not essential for a problem to be solved. This can be interpreted as removing indirectly relevent data repeatedly until a complex problem (function) becomes a series of simpler problems (functions) which can easily accomplish the same larger problem (function) in a more efficient &amp simpler way.