Exam 6: Loop Structures

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

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.9/5
(33)

The compound operator ____ is used to add a string to an existing string.

(Multiple Choice)
4.8/5
(40)

The Step value for a For...Next loop must be a positive whole integer value.

(True/False)
4.8/5
(36)

In Visual Basic 2012,a deployed program can be created easily by using ____________________ Deployment.

(Short Answer)
4.7/5
(29)

The ____ values used in a For...Next loop can vary based on input from a user.

(Multiple Choice)
4.9/5
(38)

Double-tapping or double-clicking a button object on the Windows Form object opens the event handler for that button._________________________

(True/False)
4.9/5
(40)

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

(True/False)
4.8/5
(29)

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.9/5
(33)

Critical Thinking Questions Case 6-2 Robin thinks that she has a good handle on the use of compound operators but she wants to do a couple of sample problems just to make certain. In both of the problems below, Robin assumes that intResult = 24. -When Robin correctly calculates intResult ^= 2,what value does she get?

(Multiple Choice)
4.9/5
(30)

The ____ function can be used to test if data entered by the user is numeric.

(Multiple Choice)
4.9/5
(42)

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

(Short Answer)
4.7/5
(32)

In Visual Studio 2012,a(n)____________________ object is used to place menus at the top of a Windows Application form.

(Short Answer)
4.8/5
(35)

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.7/5
(37)

Critical Thinking Questions Case 6-2 Robin thinks that she has a good handle on the use of compound operators but she wants to do a couple of sample problems just to make certain. In both of the problems below, Robin assumes that intResult = 24. -When Robin correctly calculates intResult -= 3,what value does she get?

(Multiple Choice)
4.9/5
(44)

If ____ appears as the last line of a loop,the loop is a bottom-controlled Do loop that will execute as long as a condition remains true.

(Multiple Choice)
4.9/5
(35)

Breakpoint lines are highlighted in what color?

(Multiple Choice)
4.9/5
(32)

The ____________________ property of a ListBox identifies which item is selected.

(Short Answer)
4.8/5
(34)

It is best to indent the body of the loop,to identify clearly the code that is being repeated.

(True/False)
4.7/5
(31)

A(n)____________________ loop should be used when the iterations should continue while or until a condition is true or false.

(Short Answer)
4.9/5
(40)

A(n)____________________ loop should be used when the iterations should continue as long as a condition remains true.

(Short Answer)
4.8/5
(29)
Showing 81 - 100 of 112
close modal

Filters

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