|
|
|
|
|
by snow_mac
5492 days ago
|
|
.... Computer Science is NOT the study of programming. I wish people would get this out of their heads. Computer Science is the study of computers, the science behind them. It's data structures, algorithms, compilers, math, discrete math and so much more. Programming is just one tiny aspect of CS. Programming is the implementation of understanding not the basis for it. Compare Programming to writing English, you need to understand verbs, subjects, adjectives, nouns, adverbs, pronouns & how to assemble them coherently. The implementation of that understanding is what we call sentences. As akin to programming, Computer Science is the study and understanding while Programming is the implementation for the computer to function. |
|