Answer the following statements true (T) or false (F)

1. A stack is a first-in-first-out data structure.
2. A queue is first-in-first-out data structure.
3. Most applications that use a stack will store a struct or class object on the stack.
4. Placing data on a stack is called popping the stack.
5. Removing data from a stack is called popping the stack.


1. FALSE
2. TRUE
3. TRUE
4. FALSE
5. TRUE

Computer Science & Information Technology

You might also like to view...

All of the following are predefined folders offered by most e-mail clients, EXCEPT _____.

A. Inbox B. Drafts C. Trash D. Junk

Computer Science & Information Technology

Which of the following fields do not take up any space on the Web page, and can contain only a name and a value?

A) radio buttons B) check boxes C) spin buttons D) sliders E) hidden fields

Computer Science & Information Technology

The string expression strVar.____________________ inserts all the characters of str at index pos into strVar.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

What is one advantage of merging to a printer instead of to a new file?

A. You can avoid creating a large file. B. You can edit the main document. C. You can edit the individual merge documents. D. You can save each merge document as a separate file.  

Computer Science & Information Technology