Multiple choice A basic control structure always has one entry two exist points two entry & one exist points any number of entry & exist points one entry & one exists points Reveal answer Fill a bubble to check yourself D Correct answer Explanation In structured programming, basic control structures (sequence, selection, iteration) follow the single entry-single exit principle. This makes programs easier to understand, debug, and maintain. Note the typo exists should be exit.