Which of the following statements is correct?

A. Packet switching combines the messages of multiple users into a "packet" for transmission. At the receiving end, the packet is disassembled into the individual messages and distributed to the intended users.
B. The decision to partition a database assumes that no identifiable primary user exists in the organization.
C. Packet switching is used to establish temporary connections between network devices for the duration of a communication session.
D. A deadlock is a temporary phenomenon that disrupts transaction processing. It will resolve itself when the primary computer completes processing its transaction and releases the data needed by other users.


Answer: C

Computer Science & Information Technology

You might also like to view...

You can use buttons in the Font group on the _____ tab to select different font attributes for any data in worksheet cells.

A. HOME B. VIEW C. FORMAT D. INSERT

Computer Science & Information Technology

Select the term below which is a protocol that provides a method for software components to communicate, interact, and share data.

a. JavaScript b. Application Programming Interface c. Java d. Canvas

Computer Science & Information Technology

Assume java.util.Date[] dates = new java.util.Date[10], which of the following statements are true?

a. dates is null. b. dates[0] is null. c. dates = new java.util.Date[5] is fine, which assigns a new array to dates. d. dates = new Date() is fine, which creates a new Date object and assigns to dates.

Computer Science & Information Technology

Numbers in a table are typically aligned this way

A) Left B) Right C) Center

Computer Science & Information Technology