A(n) ____ is a contiguous series of variables in computer memory.

A. collection
B. matrix
C. vector
D. array


Answer: D

Computer Science & Information Technology

You might also like to view...

All events apply to both forms and reports.

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

Computer Science & Information Technology

Which of the statements below is false?

``` class A { int a; public A() { a = 7; } } class B extends A { int b; public B() { b = 8; } } ``` a. Both variables a and b are instance variables. b. After the constructor for class B executes, the variable a will have the value 7. c. After the constructor for class B executes, the variable b will have the value 8. d. A reference of type A can be treated as a reference of type B.

Computer Science & Information Technology

The ________ data type allows you to store files such as a Word document or image

Fill in the blank(s) with correct word

Computer Science & Information Technology

By default, all new Windows shares only have _______________ permission.

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

Computer Science & Information Technology