A danger of positive feedback loops is that ____.

A. as more jobs enter, there can be an increase in page faults
B. a single job will be allowed to run to completion and preempt waiting jobs
C. as more jobs enter, it increases the chance of deadlock
D. as more jobs enter, the amount of main memory allocated to each job decreases


Answer: A

Computer Science & Information Technology

You might also like to view...

Which is the correct way to declare a pointer to a variable x ( x is a float)?

A. float *x_ptr B. float* x_ptr C. float * x_ptr D. all are correct.

Computer Science & Information Technology

What is the term used to describe names, addresses, and phone numbers when linked to bank and credit card account information?

A. Private information B. Nonpublic personal information C. Nonpublic private information D. Personal information

Computer Science & Information Technology

Each time either the user or a statement selects an item in a list box, the list box's SelectedValueChanged and ____ events occur.

A. SelectedItemChanged B. SelectionChanged C. SelectedIndexChanged D. ItemChanged

Computer Science & Information Technology

An easy way to locate multiple records that match specific criteria is to use the Query Wizard.

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

Computer Science & Information Technology