Multiple choice Which of the following data structures can be termed as push down list? Array Stack Queue Tree Reveal answer Fill a bubble to check yourself B Correct answer Explanation A stack is known as a push down list because it follows the Last-In-First-Out (LIFO) principle, where elements are added (pushed) and removed (popped) from the same end.