Identify the letter of the choice that best matches the phrase or definition

A. Items added to this kind of object during design phase are available for selection by the user during program execution
B. Used to publish a program using ClickOnce Deployment
C. A loop that is always executed at least once
D. A loop that never ends
E. A variable that contains an accumulated value such as a running total
F. Loop that should be used when code is to be executed a known, exact number of times
G. Identified in the code editor with a bullet to the left of the line number and highlighting of the code on that line
H. The process of repeating a set of instructions while a condition is true or until a condition is true
I. Objects that can be assigned a default value representing the most likely user input
J. Loop in which the body of the loop is executed until the condition becomes true


A. ListBox
B. wizard
C. bottom-controlled
D. infinite
E. accumulator
F. For...Next
G. breakpoint
H. looping
I. InputBox
J. Do Until

Computer Science & Information Technology

You might also like to view...

To add an item to a List Box control with code, you call the control’s ____________method.

a. Add.Items b. Items.Add c. Items.Append d. Items.Insert

Computer Science & Information Technology

When converting old HTML code to XHTML, make sure to replace the use of the name attribute with the ____________________ attribute.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

____ are responsible for designing the layout of the printed word and blocks of text on a page.

a. Typographers b. Type designers c. Overlay specialists d. Photo designers

Computer Science & Information Technology

PowerPoint's ________ command adjusts the height of the rows in a table so they are all equal

A) Format Rows B) Even Rows C) Distribute Rows D) Size Rows

Computer Science & Information Technology