Words to know Flashcards
1
Q
Idempotent/Idempotence
A
subsequent calls to the same method have ZERO adverse effects, i.e. GET, PUT, and DELETE in HTTP
2
Q
Static memory
A
size can’t be changed after initialized
3
Q
Dynamic memory
A
size can change after initialization
4
Q
Sorted
A
sorted based on value
5
Q
Ordered
A
have an order independent of the value (i.e. insertion order)