Round 3: Tossup 19

While optimizing a compiler, these constructs may be subject to “fission” or “fusion” to best utilize locality of reference. Java supports the “enhanced” version of these constructs which do not require the declaration of an index. These constructs can be (-5[1])optimized (-5[1])by “unrolling” them to increase execution (15[1])speed. (15[1]-5[1])An N-squared runtime is created when (*) “nesting” two (10[1])of these constructs, (10[1])which can be exited using a “break” statement. (10[2])When a conditional statement (10[1])defines these constructs, they are declared using the keyword “while.” (10[1])For 10 points, name these constructs that repeat a section of code multiple times. ■END■ (10[1])

ANSWER: loops [accept for loops or while loops]
<Computer Science — June Yin> | SHOW-ME Four Packet 3
= Average correct buzzpoint

Back to tossups