Key Things to Remember Flashcards
1
Q
What are stacks?
A
Stacks are data structure where the last item is added as the first to be removed.
2
Q
What is LIFO?
A
Last in first out. Commonly used in stacks.
3
Q
What is FIFO?
A
First in first out commonly used in queues.
4
Q
OWASP
A
Open web application security project.
List of 10 web application security risks.