nerdexam
Novell

050-720 · Question #108

The tsort program is a command line utility on Unix-like platforms. Which of the following statements are true about the tsort program? Each correct answer represents a complete solution. Choose all…

The correct answer is B. It lists the vertices of a directed acyclic graph in such an order that all ordering/direction relations C. For a directed acyclic graph, tsort produces a listing of the vertices so that for all edges 'a->b', 'a' D. It performs a topological sorting on the input. See the full explanation below for the reasoning.

Question

The tsort program is a command line utility on Unix-like platforms. Which of the following statements are true about the tsort program? Each correct answer represents a complete solution. Choose all that apply.

Options

  • AIt reads the input in a binary format, separated by commas.
  • BIt lists the vertices of a directed acyclic graph in such an order that all ordering/direction relations
  • CFor a directed acyclic graph, tsort produces a listing of the vertices so that for all edges 'a->b', 'a'
  • DIt performs a topological sorting on the input.

How the community answered

(32 responses)
  • A
    19% (6)
  • B
    81% (26)

Community Discussion

No community discussion yet for this question.

Full 050-720 Practice