Multiple choice In what order are the elements of a pushdown stack accessed? First In First Out (FIFO) Last In Last Out (LILO) Last In First Out (LIFO) None of the above Reveal answer Fill a bubble to check yourself C Correct answer Explanation Stacks follow the Last In First Out (LIFO) principle, where the most recently added item is the first one removed.