Computer Science Concept- Abstraction

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

See, this was my issue when I started studying computer science. I wanted to know exactly what happens when I push this button. Every time I push it what is the process that goes from input to output? Oh, but how does that work? Why did they build it this way?
My professor literally said that when mathematicians started to think too much like I did, they started to go insane XD so she told me to be careful lol.
This is why abstraction is your friend. :)

afreen
Автор

Sorry, this is not what abstraction means in computer science.  Just check out Wikipedia.  Subroutines are abstractions.  Abstraction is not about losing stuff - it is about managing complexity by the use of abstract collections of statements  e.g. functions.

MarkThomasMedia