Multiple choice Which of the following is not a true statement? A queue is defined as an ordered list. A queue can be implemented by the array. The element is deleted from the from end of the queue. A queue is a FIFO (First In First Out Data Structure). None of the above Reveal answer Fill a bubble to check yourself E Correct answer Explanation Yes, all of the above are the true statements.