A list collection can be implemented using either

a) a stack or a queue
b) an Exception or an Error
c) add or remove operations
d) an array or a linked structure
e) both c) and d) are correct


d) an array or a linked structure

Computer Science & Information Technology

You might also like to view...

The compiler performs __________ on virtual functions.

a. local binding b. additional error checking c. static binding d. dynamic binding e. None of these

Computer Science & Information Technology

UML is a graphical language that is used for designing and documenting software created within the _____________ framework.

a. top-down programming b. bottom-up programming c. structured programming d. object oriented programming

Computer Science & Information Technology

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

1. Call-by-reference is restricted to void functions. 2. Names of parameters in functions, especially function prototypes, have no meaning, and may be selected quite arbitrarily.

Computer Science & Information Technology

A(n) ____________________ symbol responds to users clicking or rolling over it.

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

Computer Science & Information Technology