Computer Science, asked by pammip015, 8 months ago

what is abstraction in context of computational thinking ?what does it defines?​

Answers

Answered by ShreshthaSaha
2

Abstraction is the act of representing essential features without including the background details or explanations. In the computer science and software engineering domain, the abstraction principle is used to reduce complexity and allow efficient design and implementation of complex software systems.

.

.

.

plzz mark it as the brainliest answer!!!

Answered by divyaarige
0

Answer:

Explanation:

In computational thinking, when we decompose problems, we then look for patterns among and within the smaller problems that make up the complex problem.

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.

Similar questions