What is Abstraction?
Separating logical ideas from reality and Hiding unnecessary detail and only showing relevant details
Give an Example of Abstraction in a Driving Simulator.
What is a Precondition?
A Precondition is a condition or predicate that must always be true just prior to the execution of some section of code or before an operation in a formal specification.
What is Procedural Thinking?
Procedural thinking is a disciplined method of thinking in sequence, in order and logically. Procedural thinking can be reflected in a flow chart.