1.2.4 paradigms Flashcards

1
Q

Order of code low to high

A

Machine code
Assembly code
High level language - python

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what are programming paradigms

A

different approaches of using programming languages to solve problems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what are progrmaming paradigms split into

A

imperative and declerative

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is imperative

A

uses code that clearly specifies the actions to be performed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

whats declerative

A

focuses on stating the desired result

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

hows imperative broken down

A

OOP and procedural (sequence of instructions in a step by step mannor)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

hows declerative broken down

A

functions ( reusing blocks of code)
logic (having a set of rules)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly