Which statement best describes a pseudo-random number?

Study for the End of Year 8 Computer Science Test. Prepare with flashcards and multiple choice questions, each with hints and explanations. Get ready for your exam!

Multiple Choice

Which statement best describes a pseudo-random number?

Explanation:
Pseudo-random numbers come from a deterministic algorithm, meaning the same starting seed will always produce the same sequence. The important point is that, even though the numbers are generated by fixed rules, they look and behave like randomness in tests and applications, so they seem random but are actually repeatable and predictable if you know the seed and algorithm. That makes the statement describing a deterministic process that appears random the best fit. It captures both the repeatable, rule-based generation and the convincing appearance of randomness. The other ideas are less accurate: using a hardware source gives true randomness, not pseudo-randomness; and while pseudo-random numbers can be hard to predict in practice, they are not inherently unpredictable—knowing the seed and algorithm lets you reproduce or anticipate the sequence.

Pseudo-random numbers come from a deterministic algorithm, meaning the same starting seed will always produce the same sequence. The important point is that, even though the numbers are generated by fixed rules, they look and behave like randomness in tests and applications, so they seem random but are actually repeatable and predictable if you know the seed and algorithm.

That makes the statement describing a deterministic process that appears random the best fit. It captures both the repeatable, rule-based generation and the convincing appearance of randomness. The other ideas are less accurate: using a hardware source gives true randomness, not pseudo-randomness; and while pseudo-random numbers can be hard to predict in practice, they are not inherently unpredictable—knowing the seed and algorithm lets you reproduce or anticipate the sequence.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy