Skip to content

Latest commit

 

History

History
90 lines (58 loc) · 3 KB

Advanced Programming Concepts List.md

File metadata and controls

90 lines (58 loc) · 3 KB

Advanced Programming Concepts

Contents

Source Video

Source: 15 Complicated Programming Terms You NEED To Know! - YouTube

View Video 📽️

<iframe src="https://www.youtube.com/embed/-H7PXerOgiY" allow="fullscreen" style="position: absolute; top: 0px; left: 0px; height: 100%; width: 100%;"></iframe>

Concepts

Object Oriented Programming

Abstraction

Inheritance

Abstract Class

Interface

Polymorphism

Networking and Web Technologies

Server Side / Back-End

Client Side / Front-End

Packet

CPU / Task Scheduling

Process

Thread

Concurrency

Parallelism

Asynchronous Programming

Numbering Systems

Binary

Bit

Byte

Hexadecimal


Appendix: Links