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

1) A postfix expression can be easily evaluated using a stack.
2) A stack is a LIFO structure.
3) The peek operation on a stack returns a reference to the element at the bottom of the stack.
4) An abstract datatype is a data type that is not known to the programmer
5) Creating a data structure that holds Objects makes a lot of sense, since all objects inherit from the Object class.


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

Computer Science & Information Technology

You might also like to view...

Give examples of schedules that would be accepted at

a. SNAPSHOT isolation but not REPEATABLE READ. b. SERIALIZABLE but not SNAPSHOT isolation. (Hint: T2 performs a write after T1 has committed.)

Computer Science & Information Technology

A ________ typeface uses different widths for different characters

A) sans serif B) serif C) monospaced D) proportional

Computer Science & Information Technology

If the ________ function does not find the string supplied for the old_text argument, it will not return an error

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

Computer Science & Information Technology

A function procedure is a procedure that performs an action and returns a value

Indicate whether the statement is true or false

Computer Science & Information Technology