Main memory is also known as ____.

A. single-user memory
B. random access memory
C. finite memory
D. virtual memory


Answer: B

Computer Science & Information Technology

You might also like to view...

Explain the error in the following code. You may give the warning message, or error message, your compiler might give for the following error, or you may describe the error. However you present the error, you must explain clearly what is wrong.

``` #include //Test question void show_array(int ar[], int size) { using namespace std; for(int i = 0; i < size; i++) cout << ar[i] << " "; cout << endl; } int main() { const int a[6] = {2, 4, 2, 3, 5}; show_array(a, 6); //... } ```

Computer Science & Information Technology

________ was one of the first widely used messaging systems in business and was purchased by IBM

Fill in the blank(s) with correct word

Computer Science & Information Technology

Universal PnP (UPnP) is an open standard used in all types of systems and enables connectivity through networks and network protocols.

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

Computer Science & Information Technology

Windows Server Backup enables you to choose between three recovery modes: full server recovery, system state recovery, and file/folder recovery

Indicate whether the statement is true or false

Computer Science & Information Technology