Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

18. If you don't want the focus to stop on a control when the user presses the Tab key, set the TabStop property to True.

18. If you don't want the focus to stop on a control when the user presses the Tab key, set the TabStop property to True. True False

19. The text property of a label or text box control can be cleared by using the Delete method. True False

  1. Data whose value may not be changed during the execution of a project is referred to as a constant. True False

21. If you are declaring a variable that will be used in calculations, you may use the string data type. True False

  1. SCHOOL_NAME_String is in the correct format for a constant that holds the name of your school. True False

23. A variable named SalesTotalDecimal that is declared in the CalculateButton_Click event procedure can be used in any procedure of the form. True False

24. A variable that will store totals and that will be available to all procedures in the form must be declared as a constant. True False

  1. When Option Explicit is turned on, you can use any variable name without first declaring it. True False

26. It is a good idea to set Option Strict On, in the Visual Basic environment in order to detect misspelled variable names when the project is run. True False

27. The Parse method and exception handling can be used to eliminate the problems encountered when the user does not enter a value into a field. True False

28. It's a good idea to always use the ToUpper or ToLower method on the Text property of text boxes, whenever comparing string values. True False

  1. In an If statement, when the expression is false, only the Else clause, if present, is executed. True False
  2. The code: If NumberAInteger > NumberBInteger OR NumberBInteger > NumberCInteger Then, evaluates True when NumberAInteger = 3, NumberBInteger = 5, and NumberCInteger = 2. True False

31. A CheckBox may be tested to determine if it is checked by using the following code: If TestChecked.Checked Then True False

32. When using Select Case, the group of statements must end with End Case. True False

33. Once a Visual Basic event procedure is executing, there is no way of stopping execution before an error causes it to stop. True False

  1. When a project is running and it reaches a breakpoint in the code, the program will halt, display the line with the breakpoint and go into debug time. True False
  2. Assume that you are designing a form and it will be necessary for the user to type in his name. You should use a _____________ for inputting the user's name. A. TextBox B. Label C. Button D. CheckBox

36. Assume that you are designing a form where the user will need to select only one item from a group of displayed choices. This can best be accomplished by using _______. A. check boxes B. text boxes C. radio buttons D. name boxes

37. A hair-styling salon needs help designing a form for the various services that they offer. What would you suggest they use that will display all of the services, and that will allow the customers to choose one or more items? A. Check boxes B. Text boxes C. Radio buttons D. Rich text boxes

18. If you don't want the focus to stop on a control when the user presses the Tab key, set the TabStop property to True. True False

19. The text property of a label or text box control can be cleared by using the Delete method. True False

  1. Data whose value may not be changed during the execution of a project is referred to as a constant. True False

21. If you are declaring a variable that will be used in calculations, you may use the string data type. True False

  1. SCHOOL_NAME_String is in the correct format for a constant that holds the name of your school. True False

23. A variable named SalesTotalDecimal that is declared in the CalculateButton_Click event procedure can be used in any procedure of the form. True False

24. A variable that will store totals and that will be available to all procedures in the form must be declared as a constant. True False

  1. When Option Explicit is turned on, you can use any variable name without first declaring it. True False

26. It is a good idea to set Option Strict On, in the Visual Basic environment in order to detect misspelled variable names when the project is run. True False

27. The Parse method and exception handling can be used to eliminate the problems encountered when the user does not enter a value into a field. True False

28. It's a good idea to always use the ToUpper or ToLower method on the Text property of text boxes, whenever comparing string values. True False

  1. In an If statement, when the expression is false, only the Else clause, if present, is executed. True False
  2. The code: If NumberAInteger > NumberBInteger OR NumberBInteger > NumberCInteger Then, evaluates True when NumberAInteger = 3, NumberBInteger = 5, and NumberCInteger = 2. True False

31. A CheckBox may be tested to determine if it is checked by using the following code: If TestChecked.Checked Then True False

32. When using Select Case, the group of statements must end with End Case. True False

33. Once a Visual Basic event procedure is executing, there is no way of stopping execution before an error causes it to stop. True False

  1. When a project is running and it reaches a breakpoint in the code, the program will halt, display the line with the breakpoint and go into debug time. True False
  2. Assume that you are designing a form and it will be necessary for the user to type in his name. You should use a _____________ for inputting the user's name. A. TextBox B. Label C. Button D. CheckBox

36. Assume that you are designing a form where the user will need to select only one item from a group of displayed choices. This can best be accomplished by using _______. A. check boxes B. text boxes C. radio buttons D. name boxes

37. A hair-styling salon needs help designing a form for the various services that they offer. What would you suggest they use that will display all of the services, and that will allow the customers to choose one or more items? A. Check boxes B. Text boxes C. Radio buttons D. Rich text boxes

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions