Operational ProceduresQuestion 89 of 100

Which basic scripting construct repeats a block of instructions until a condition is met, and is fundamental to automation?

a.A comment
b.A variable
c.A file path
d.A loop

Explanation

A loop repeats instructions until a condition is satisfied, letting a script automate repetitive work. A variable stores a value and a comment documents code, but neither performs repetition on its own.

Practice all 100 questions free — no signup required.

Related questions on this topic

Last reviewed: · editorial process

PrepPass Editorial Team · Verified against CompTIA A+ Core 2 (220-1102) · How we review
Report