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

1) It is only possible to implement a stack using a linked structure.
2) In a linked implementation of a stack, a pushed element should be added to the end of the list.
3) When an object contains an instance field that is a reference to another object of the same type, we say that the object is self-
identifying
4) A linked list is a linear ordering of objects in which an object has a reference to the next object in the list
5) An object can only contain one field that is a reference to another object of the same type.


1) F
2) F
3) F
4) T
5)

Computer Science & Information Technology

You might also like to view...

Message windows displayed on the desktop are also called _____.

A. application windows B. dialog windows C. dialog boxes D. alert boxes

Computer Science & Information Technology

Multithreading is important because it can ________.

a) facilitate software design and promote good programming practices b) improve performance and scalability c) facilitate cooperation/synchronization of activities d) all of the above

Computer Science & Information Technology

On an Android device, user can send commands to the operating system using a touch screen. The standard graphical user interface recognizes ____ primary gestures.

A. three B. five C. seven D. nine

Computer Science & Information Technology

The ____ operator allows you to search for a range of values in one field.

A. IN B. BETWEEN C. LIKE D. RANGE

Computer Science & Information Technology