Which of the following statements about stacks is false?
A. Stacks are LIFO data structures.
B. Stack insertion is traditionally known as push; stack deletion as pop.
C. Stacks are best implemented in arrays.
D. Stacks cannot be traversed.
E. Stacks do not require a search algorithm.
Answer: C
You might also like to view...
Any GUI components that will be manipulated by SwingWorker methods, such as components that will be updated from methods process or done, should be passed to the SwingWorker subclass’s ________ and stored in the subclass object. This gives these methods access to the GUI components they’ll manipulate.
a. constructor b. methods c. anonymous methods d. thread
In a function, the data type of the expression in the Return statement must agree with the data type specified in the ____ section of the header.
A. Type As dataType B. Return As dataType C. As dataType (Return) D. As dataType
A switch's ________ port is its interface through which it has the least STP cost to reach the root switch
A) Root B) Designated C) Forwarding D) Learning
At what layer of the OSI model do the IP, ICMP, and ARP protocols operate?
a. Application b. Session c. Transport d. Network