1.2.4 paradigms Flashcards
1
Q
Order of code low to high
A
Machine code
Assembly code
High level language - python
2
Q
what are programming paradigms
A
different approaches of using programming languages to solve problems
3
Q
what are progrmaming paradigms split into
A
imperative and declerative
4
Q
what is imperative
A
uses code that clearly specifies the actions to be performed
5
Q
whats declerative
A
focuses on stating the desired result
6
Q
hows imperative broken down
A
OOP and procedural (sequence of instructions in a step by step mannor)
7
Q
hows declerative broken down
A
functions ( reusing blocks of code)
logic (having a set of rules)