Language Notes

C

Python

Powershell

Version Control

Rust

IA-32 Assembly

IA-64

Socket Programming

Tools of the trade

gdb

Introduction

Different generation of programming languages and their levels

The level here is used to indicate how close they are, to the hardware

First generation (1GL) - Machine language

<aside> 👉 What is this?

</aside>

<aside> 👉 Format of a machine level language instruction

</aside>

<aside> 👉 Advantages

</aside>

<aside> 👉 Disadvantages

</aside>

Second generation (1GL) - Assembly

<aside> 👉 What is this?

</aside>

label: mov A, B
In this scenario, label will have the value of the address where this instruction is loaded in memory and can be used to refence it.

Untitled

<aside> 👉 Advantages

</aside>

<aside> 👉 Disadvantages

</aside>

Third generation (1GL) - High level language

<aside> 👉 What is this?

</aside>

<aside> 👉 Disadvantages

</aside>

<aside> 👉 Advantages

</aside>

Programming paradigms

Programming paradigms are a way to classify programming languages based on their features and the way several things are done and implemented.

Imperative programming