Exam 6: Loop Structures

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

A(n) ____________________ loop is a loop placed completely inside another loop.

Free
(Essay)
4.9/5
(40)
Correct Answer:
Verified

nested

A(n) ____ is a group of commands, or items, presented in a list.

Free
(Multiple Choice)
4.7/5
(33)
Correct Answer:
Verified

C

A ____-controlled loop tests the condition after the code in the loop body has been executed.

Free
(Multiple Choice)
4.8/5
(31)
Correct Answer:
Verified

A

Case 6-1 Chris is trying to decide which kind of loop is the best loop for him to use to solve a couple of different programming challenges that he faces. -Chris wants to guarantee that the instructions within the loop are executed one time regardless of the status of a condition. Which of the following should he use?

(Multiple Choice)
4.8/5
(32)

You can place an executable version of a program on your hard disk, on a Web server, or on a network server by using the ____ process.

(Multiple Choice)
4.9/5
(31)

After an application is completely debugged and working properly, you can ____________________ it.

(Essay)
4.8/5
(39)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -Objects that can be assigned a default value representing the most likely user input

(Multiple Choice)
4.8/5
(37)

Menu item hot keys are case sensitive. _________________________

(True/False)
4.9/5
(42)

You can use the InputBox function instead of a TextBox object to obtain input.

(True/False)
4.9/5
(31)

The hot key for a menu item can be activated with the keyboard by pressing the ____ key and the hot key at the same time.

(Multiple Choice)
4.9/5
(35)

  -As shown in the accompanying figure, Visual Basic 2012 contains a(n) ____ Tag that allows you to create a full standard menu bar commonly provided in Windows programs. -As shown in the accompanying figure, Visual Basic 2012 contains a(n) ____ Tag that allows you to create a full standard menu bar commonly provided in Windows programs.

(Multiple Choice)
4.8/5
(37)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -Used to publish a program using ClickOnce Deployment

(Multiple Choice)
4.9/5
(38)

____ are stop points placed in the code to tell Visual Studio 2012 debugger where and when to pause the execution of the program.

(Multiple Choice)
4.8/5
(41)

You must include a Step value in a For...Next loop, even if the Step value is 1.

(True/False)
4.8/5
(26)

A(n) ____________________ is a strip across the top of a window that contains one or more menu names.

(Essay)
4.9/5
(41)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -Identified in the code editor with a bullet to the left of the line number and highlighting of the code on that line

(Multiple Choice)
4.7/5
(32)

Writing an event handler for a menu item is the same as writing an event handler for a button tap or click.

(True/False)
4.8/5
(35)

When the user clicks the Cancel button in an input box and the InputBox function returns a null character, the program can test for the null character to determine further processing.

(True/False)
4.7/5
(36)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -Loop in which the body of the loop is executed until the condition becomes true

(Multiple Choice)
4.9/5
(31)

A hot key in a menu name must be the first letter.

(True/False)
4.7/5
(33)
Showing 1 - 20 of 112
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)