Which of the following is a proper use of naming convention


1. The first step in the programming process should be to __________ the problem.

Test
Design
Define
code

2. Which of the following is a proper use of naming convention for a control?

exitButton
exitbutton
Exitbutton
ExitButton

3. Allow the user to hit the Enter key by setting a default button on the form using the __________ property?

Acess key
AcceptButton
CancelButton
Visible

4. To convert between data types that do NOT have implicit conversions, you must use an explicit conversion, also known as:

Parsing
Exporting
Function
casting

5. Use the __________ method of the MessageBox object to display a message box.

Display
Show
Message
View

6. Which of the following pairs of statements are equivalent?

if (yellowRadioButton.Checked == true) equivalent to if (yellowRadioButton.Checked not false
if (yellowRadioButton.Checked == true) equivalent to if (yellowRadioButton.Checked = true
if (yellowRadioButton.Checked ==) equivalent to if (yellowRadioButton.Checked
if (yellowRadioButton.Checked == true) equivalent to if (yellowRadioButton.Checked)

7. You can display the __________ window and point to the name of an expression to quickly check the current value of that expression during break time.

Editor
Properties
Debug
Break

8. The difference between a reference parameter and an output parameter is that the method:

may not assign a value to any output parameter.
may not assign a value to any reference parameter.
must assign a value to any output parameter.
must assign a value to any reference parameter.

9. __________ is the general format for code to display a form as modeless.

FormObjectName.ShowDialog();
FormObjectName.Show;
FormObjectName.Show();
Show.FormObjectName();

10. The __________ property is set to true to indicate that there are more pages to print.

MorePages
HasMorePages
PageCount
PrintPages.

Solution Preview :

Prepared by a verified Expert
Computer Engineering: Which of the following is a proper use of naming convention
Reference No:- TGS01374299

Now Priced at $10 (50% Discount)

Recommended (97%)

Rated (4.9/5)