Multiple choice A runtime error prevents... The CPU from completing any more cycles the further execution of code The internet from being accessed Memory being accessed Reveal answer Fill a bubble to check yourself B Correct answer Explanation A runtime error occurs while a program is running, often due to unexpected inputs or operations like dividing by zero. When this happens, the program typically crashes or halts, which prevents the further execution of its code.