Dynamic arrays are often better than static arrays for data structures because:

A. static arrays can become filled
B. very little of a static array might actually be used, wasting memory
C. dynamic arrays can be adjusted in size, conserving memory
D. All of the above


D

Computer Science & Information Technology

You might also like to view...

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

1) Each TabPage on the form must use the same event triggers. 2) In order to create an MDI Form the programmer has to enable that form to be an MDI container. 3) Windows within windows are called the sub-windows of the original windows. 4) The MdiChildren property returns a list of all the created children as an array of Forms.

Computer Science & Information Technology

Beginning with Java7, to catch multiple exceptions with a single catch, you can use __________.

a. multi-catch b. catch templates c. multi-try d. catchAll

Computer Science & Information Technology

Flash movies have the ____ file extension.

A. .swf B. .mpg C. .msp D. .sfp

Computer Science & Information Technology

In order to keep a website up to date-especially one that contains several pages and involves several team members-you will need to update and replace files.

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

Computer Science & Information Technology