A technique that uses a small part of the hard disk drive as if it were random access memory is called ________

Fill in the blank(s) with correct word


virtual memory

Computer Science & Information Technology

You might also like to view...

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

1. The computer will carry out the instructions that follow the symbol // 2. A program must have a main function. 3. The following is an example of a declaration statement: cout << “Enter a number: ”; 4. An identifier must start with a letter or an underscore. 5. It is best to use very short identifiers.

Computer Science & Information Technology

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

1) Placing data on a stack is called popping the stack. 2) Removing data from a stack is called popping the stack. 3) There is no need for error checking when popping a stack. 4) There is no need for error checking when pushing a stack. 5) Data is inserted into a queue at the back.

Computer Science & Information Technology

All or part of a calendar can be printed in a number of different views, or print ____________________.

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

Computer Science & Information Technology

What should the developer do if there is a lot of unanswered questions during your analysis?

A. Code the application with what is known and work out the kinks later B. Push the requirements back to the BAs C. Code what you can and fill in the blanks later D. Code now and weed out issues in testing

Computer Science & Information Technology