____ is a technology where high-capacity file storage is directly connected to the network.

A. NAS
B. SAN
C. MAS
D. NAD


Answer: A

Computer Science & Information Technology

You might also like to view...

What is the output of the following code segment if the user enters 90 for the score?

``` cout << "Enter your test score: "; cin >> test_score; if (test_score < 60) cout << "You failed the test." << endl; if (test_score > 60) cout << "You passed the test." else cout << "You need to study harder next time." << endl; ``` a. You failed the test. b. You passed the test. c. You need to study harder next time. d. You failed the test. You need to study harder next time. e. You passed the test. You need to study harder next time.

Computer Science & Information Technology

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

1. The return statement may be omitted from a function’s body if the function does not return a result. 2. The relative order that functions are defined affects their order of execution. 3. Functions do not need comments.

Computer Science & Information Technology

The VGA standard is:

a. 8 bits of color information per pixel in a matrix of 640 pixels across and 480 pixels down. b. 16 bits of color information per pixel in a matrix of 640 pixels across and 480 pixels down. c. 16 bits of color information per pixel in a matrix of 800 pixels across and 600 pixels down. d. 24 bits of color information per pixel in a matrix of 800 pixels across and 600 pixels down. e. 24 bits of color information per pixel in a matrix of 1024 pixels across and 768 pixels down.

Computer Science & Information Technology

The modified insertion sort introduced in 1959 by D. E. Shell is known as the diminishing return sort.

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

Computer Science & Information Technology