Which variable allows you to store multiple values in one variable at the same time?

A. array variable
B. index variable
C. list variable
D. temporary variable


Answer: A

Computer Science & Information Technology

You might also like to view...

Estimate the time complexities to execute the following routing algorithms: adaptive decen- tralized routing and lookahead routing.

Computer Science & Information Technology

Which of the following terms refers to text plus its formatting characteristics?

A. Picas B. Text C. Type D. Fonts

Computer Science & Information Technology

Which of the following attacks is MOST likely to be performed against an FTP server?

A. DLL injection B. SQL injection C. LDAP injection D. Command injection

Computer Science & Information Technology

A queue is a(n) _____ in which data can be inserted at one end and deleted from the other end.

A. array B. random access structure C. linked list D. linear list

Computer Science & Information Technology