CompTIA Tech+ FC0-U71 Practice Question
What is the purpose of a loop structure in a programming language?
To verify the accuracy of a single execution of code.
To reduce the execution time of a program by running code simultaneously.
To execute a block of code multiple times based on a condition.
To enhance the security of the code by repetition.