nerdexam
LPI

117-102 · Question #727

What output will the following command seq 10 produce?

The correct answer is B. The numbers 1 through 10 with one number per line. See the full explanation below for the reasoning.

Question

What output will the following command seq 10 produce?

Options

  • AA continuous stream of numbers increasing in increments of 10 until stopped.
  • BThe numbers 1 through 10 with one number per line.
  • CThe numbers 0 though 9 with one number per line.
  • DThe number 10 to standard output.

How the community answered

(41 responses)
  • A
    2% (1)
  • B
    80% (33)
  • C
    12% (5)
  • D
    5% (2)

Community Discussion

No community discussion yet for this question.

Full 117-102 Practice