What Is Computer Science?
The science of computing with four major components:- Compatibility: Characterize the set of problems that can be solved using some [abstract or real] machine (theory courses)
- Languages: Express a problem in a precise form so that it can be solved on a target machine (programming courses)
- Systems: Develop hardware and software systems that can execute programming language instructions on a real machine (architecture, operating systems, compilers courses; computer engineering)
- Applications: Express algorithms for an efficient solution of problems; software engineering for reading/writing/testing/maintaining software.
_______________________________________
// Mostly, I'm using Absolute C++ (by textbook and some of my college notes + CplusPlus website as a reference. The rest will be my notes/posts/codes and/or other sources.
No comments:
Post a Comment