ENTREPRENEURIAL OPPORTUNITIES
FEASIBILITY ANALYSIS
| Question 
 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
 | 
|  |  Breaking a task into smaller tasks. 
 | 
|  |  Drawing a map to show how to reach a destination. 
 | 
|  |  Creating step by step instructions. 
 | 
|  |  Focusing on what is important and ignoring what is unnecessary. 
 | 
Detailed explanation-1: -Abstraction is the process of filtering out – ignoring-the characteristics of patterns that we don’t need in order to concentrate on those that we do. It is also the filtering out of specific details. From this we create a representation (idea) of what we are trying to solve.
Detailed explanation-2: -Abstraction in coding and computer science is used to simplify strings of code into different functions. It hides the underlying complexity in a programming language, which makes it simpler to implement algorithms and communicate with digital tools.
Detailed explanation-3: -Abstraction is important because it helps computer programmers conceptualize the programs they’re constructing. They can work faster and reference different aspects of a program or code more efficiently by using abstraction, allowing them to work faster and create more complicated programs.