Abstraction - Computer Science Wiki
Maybe your like
This is a basic concept in computer science In software engineering and computer science, abstraction is a technique for arranging complexity of computer systems. It works by establishing a level of complexity on which a person interacts with the system, suppressing the more complex details below the current level.[1]
Contents
- 1 Identifying examples of abstraction
- 2 Explain why abstraction is required
- 3 Construct an abstraction
- 4 Distinguish between a real-world entity and its abstraction
- 5 Standards
- 6 References
Identifying examples of abstraction[edit]
Anytime you see a simple interface covering a more complex system, you should think "abstraction".
- A car is a very complex machine but the interface is simple (a steering wheel, a gas pedal and a gear shift)
- A video game controller only has a few buttons, but underneath the controller is complex control mechanism
- A programming language can be fairly simple, but it translates the instructions you write into machine code, which is impossibly complex
Explain why abstraction is required[edit]
You must decide at what level should I abstract a problem and solution. Abstraction is required because life is complex. We need to simplify complex systems so people can understand and use them.
For example, a student is building a software program to help students pick the right college. The student uses SAT scores to determine a good match. The student has abstracted complexity when it comes to choosing a college. There are actually many factors in choosing a college, but the student has chosen to focus on SAT scores.
Construct an abstraction[edit]
I want to launch a missile, loaded with 10,000 liters of peanut butter, at my friend because it would be funny. There are hundreds of important variables associated with launching, flying, and hitting a target in this example. Please think for a moment how we could construct an abstraction.
We could create a giant red button with the words "launch peanut butter missile at friend" which would launch the missile. However once this button was pushed a VERY COMPLEX process would begin to launch the missile. In this example, the button is an abstraction of a missile launch.
Distinguish between a real-world entity and its abstraction[edit]
Please refer to the missile example above.
Standards[edit]
These standards are used from the IB Computer Science Subject Guide[2]
- Identify examples of abstraction
- Explain why abstraction is required in the derivation of computational solutions for a specified situation
- Construct an abstraction from a specified situation
- Distinguish between a real-world entity and its abstraction
References[edit]
- ↑ https://en.wikipedia.org/wiki/Abstraction_(software_engineering)
- ↑ IB Diploma Programme Computer science guide (first examinations 2014). Cardiff, Wales, United Kingdom: International Baccalaureate Organization. January 2012.
Tag » What Is Abstraction Computer Science
-
What Is Abstraction? - KS3 Computer Science Revision - BBC Bitesize
-
What Is Abstraction (Computer Science)? - Definition From Techopedia
-
What Is Abstraction In Computer Science? [And Why Does It Matter?]
-
Abstraction - Isaac Computer Science
-
Abstraction Definition - TechTerms
-
What Is Abstraction? - Definition From - TechTarget
-
FAQ: What Is Abstraction In Computer Science?
-
Understanding Abstraction In Computer Science (Part 1) - Medium
-
What Is Abstraction In Computer Science - YouTube
-
Computer Science Concept- Abstraction - YouTube
-
Abstraction In Computer Science - YouTube
-
Abstraction | Teaching London Computing: A RESOURCE HUB From ...