A developer is coding the crypto routine of an application that will be installed on a standard headless and diskless server connected to a NAS housed in the data center.The developer has written the following six lines of code to add entropy to the routine:1 - If VIDEO input exists, use video data for entropy2 - If AUDIO input exists, use audio data for entropy3 - If MOUSE input exists, use mouse data for entropy4 - IF KEYBOARD input exists, use keyboard data for entropy5 - IF IDE input exists, use IDE data for entropy6 - IF NETWORK input exists, use network data for entropyWhich of the following lines of code will result in the strongest seed when combined?

🎲 Try a Random Question  |  Total Questions in Quiz: 75  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
CompTIA CASP+ CAS-004 Practice Test — practice the complete quiz, review flashcards, or try a random question.

The CASP+ certification is suited to professionals who want to be immersed in technology as a practitioner, while the CISSP is suited for those who want to be in management or move into management. The CISSP focuses on management strategies, practices and principles.


A developer is coding the crypto routine of an application that will be installed on a standard headless and diskless server connected to a NAS housed in the data center.<br>The developer has written the following six lines of code to add entropy to the routine:<br>1 - If VIDEO input exists, use video data for entropy<br>2 - If AUDIO input exists, use audio data for entropy<br>3 - If MOUSE input exists, use mouse data for entropy<br>4 - IF KEYBOARD input exists, use keyboard data for entropy<br>5 - IF IDE input exists, use IDE data for entropy<br>6 - IF NETWORK input exists, use network data for entropy<br>Which of the following lines of code will result in the strongest seed when combined?