A ________ filter is used to display records by more than one value in a field or on more than one field

Fill in the blank(s) with correct word

secondary

Computer Science & Information Technology

You might also like to view...

Which of the following describes a system from which the client software is executed?

a. Master b. Zombie c. Target d. Client

Computer Science & Information Technology

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

1. Generally, the more programs in memory, the greater the utilization of the processor. 2. The simplest approach to managing memory for multiple, concurrent programs, fixed- partition memory management, divides the available space into fixedlength partitions each of which holds one program. 3. Under dynamic memory management, the transient area is treated as a pool of unstructured free space and a program is loaded into a region allocated at load time. 4. With virtual memory management, little chunks of unused space spread throughout memory create a fragmentation problem. 5. With segmentation, programs are divided into independently addressed segments and stored in contiguous memory

Computer Science & Information Technology