https://github.com/rootkit-org/programming-fundamentals
https://github.com/rootkit-org/programming-fundamentals
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rootkit-org/programming-fundamentals
- Owner: RootKit-Org
- License: gpl-3.0
- Created: 2022-01-02T03:48:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T03:40:15.000Z (about 4 years ago)
- Last Synced: 2025-03-04T14:47:43.395Z (10 months ago)
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Programming Fundamentals
### 1. Development Life Cycle
* Software Development Life Cycle (SDLC)
* Agile Development
### 2. Programming concepts
* Pseudocode
* Flowcharts
* Sequential action
* Branching
* Loops
* Flow control
### 3. Programming Methodologies
* Unstructured
* Procedural
* Object-oriented
* Encapsulation
* Inheritance
* Polymorphism
### 4. Language Generations
* First Generation
* Second Generation
* Third Generation
* Fourth Generation
* Porting