Computer programming fundamental principles
What is computer code? I know it is a fairly basic question to ask, but when you write code there are different ways of interpreting a single word in the world of computer science.
This section aims to outline some fundamental principles in computer programming, it covers the difference between binary and higher level programming languages; the basic features and data types of a programming language; how code is processed, stored and managed and provides a high-level understanding of some programming paradigms.
__Note__This section is being rewritten and is a work-in-progress.
Table of contents
- What is the difference between a programming language and machine code?
- What are the different data types in a programming language?
- How data is stored and retreived?
- How computers process data
- What is procedural or functional programming?
- What are the core principles of object-oriented programming?
- BIBLIOGRAPHY - Computer programming fundamental principles