In ____ execution, one group of statements are performed to the exclusion of another group.

A. selective
B. repetitive
C. parallel
D. sequential


Answer: A

Computer Science & Information Technology

You might also like to view...

In order for a C++ program to read data from a file,

A) the file must already exist. B) the program must define a file stream object that can "point to" (i.e., reference) the file. C) the program must open the file. D) All of the above are required.

Computer Science & Information Technology

In a certain system, each process typically uses a critical section many times before another process requires it. Explain why Ricart and Agrawala’s multicast-based mutual exclusion algorithm is inefficient for this case, and describe how to improve its performance. Does your adaptation satisfy liveness condition ME2?

What will be an ideal response?

Computer Science & Information Technology

What does DREAD stand for?

What will be an ideal response?

Computer Science & Information Technology

In a mathematical expression such as 57 * 6, the values 57 and 6 are called __________.

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

Computer Science & Information Technology