adplus-dvertising
frame-decoration

Question

______________ allows the algorithm to execute more quickly by performing CPU activity in parallel with I/O activity.

a.

Buffering

b.

Double buffering

c.

Multiple buffering

d.

Double reading

Answer: (a).Buffering

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. ______________ allows the algorithm to execute more quickly by performing CPU activity in parallel with I/O activity.

Similar Questions

Discover Related MCQs

Q. Pipelines can be executed in

Q. In a _________ the system makes repeated requests for tuples from the operation at the top of the pipeline.

Q. In a _____________ operations do not wait for requests to produce tuples, but instead generate the tuples eagerly.

Q. Each operation in a demand-driven pipeline can be implemented as an ____ that provides the following functions: open(), next(), and close().

Q. The iterator maintains the __________ of its execution in between calls, so that successive next() requests receive successive result tuples.

Q. Tuples are generated ___________ in producer-driven pipelining, they are generated ________ on demand, in demand-driven pipelining.

Q. When two inputs that we desire to pipeline into the join are not already sorted it is the _____________ technique.

Q. Let R(A,B,C,D,E,P,G) be a relational schema in which the following FDs are known to hold:

AB->CD
DE->P
C->E
P->C
B->G

The relation schema R is

Q. Which of the following is/are false for RAW mode of FOR XML?

Q. ___________ refers to the ability of the system to recover committed transaction updates if either the system or the storage media fails.

Q. Which utilities can we used to export data from sql server to a text file?

Q. You have a column that will only contain values from 0 to 256. What is the most economical data type to use for the column?

Q. Problems occurs if we don’t implement proper locking strategy

Q. Which of the following fixed database roles can add or remove user IDs?

Q. By default sql server has ___________ isolation level

Q. Which feature converts row data to column for better analytical view?

Q. Which of the following statements is/are not true for SQL profiler?

Q. Which global variables can be used to determine if a transaction is still open?

Q. Which statement is used to define a cursor?

Q. What is the default “SORT” order for a SQL?