The repetition, or ________ structure, describes a process that may be repeated as long as a certain condition remains true.

A. loop
B. sequential
C. random
D. selection


Answer: A

Computer Science & Information Technology

You might also like to view...

What is the value assigned to the variable in each of these cases? Explain curious results. Be careful! int x, y;

a) x = 1/2; b) y = 3.0/2.0; double z, w, t; c) z = 1/2; d) w = 3/2; e) t = 3.0/2.0;

Computer Science & Information Technology

Clicking the FILE tab, as shown in the accompanying figure, will open ____.

A. the mail folder pane B. Backstage view C. the message pane D. the ribbon

Computer Science & Information Technology

A Lookup field can be a(n) ________

A) Excel worksheet B) tag C) table D) macro

Computer Science & Information Technology

A sequence of six numbers and/or letters used to define a specific color in CSS rules is called a(n) hex value.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology