- Basically there are just some basic/fundamental knowledge that every CS student should just know, as in if you were asked about it anytime/anywhere you could just blurt out the answer.. at least that’s the goal of what I’m hoping to achieve 🙏
Basics
- Basic terminology
- Code compilation process
- Binary numbers
- A number composed of just
0s and1s (base-2 number) - All information in a computer is stored as binary numbers
- bit - single binary digit
- byte - 8 bits
- kilobytes (KB) =
- megabytes (MB) =
- gigabytes (GB) =
- terabyte (TB) =
- A number composed of just
- Types of program errors
- Library VS Framework
- Procedural VS OOP