Programming Homework Help

BIS 344 Indiana Wesleyan University Visual Basic Net Programming Essay

 

BIS-344: Visual Basic Net Programming

  1. Review the rubric to make sure you understand the criteria for earning your grade.
  2. Consider the naming standards implicit in the textbook (primary) and from at least one other resource (provide explicit URL reference when applied in a post).
    1. Internet resources based up searching “Visual Basic variable naming standards”, “Visual Basic camel case”, or other.
  3. Navigate to the threaded discussion and respond to the following:
    1. What primary standards should be applied to naming VB controls? Variable names? Constants?
    2. In reviewed internet resources, what style difference (if any) was suggested versus the textbook. What value might the proposed difference bring?
    3. Pick one of the following and create an appropriate name based upon textbook standards. For variables and named constants, also specify the VB statement to declare the variable. For controls, specify what text (button, form) or descriptive form text (label, textbox) might be displayed on the form.
      1. A button control used to calculate a value based upon form textboxes.
      2. A Named Constant initialized to the literal value “North”.
      3. A label control used to display student name on the form.
      4. A text box control used for input and display of a college course name.
      5. An integer variable used to count the number of times search button has been clicked.
      6. A form used to maintain the enrollment in a college course.
      7. A named constant initialized to the phone number literal value “555-555-1212”.
      8. A decimal variable used for the total value for all invoices shipped today.
      9. A list box control used to display the student name and level enrolled in a college course.
      10. A string variable used as the message text in a Message Dialog Box.
      11. A masked text box used for input and display of course start date.
    4. Indicate the standards you applied in specifying the name and declaration.
    5. If possible, pick a declaration that has not already been discussed.
  4. Postings should be two to three paragraphs in length with the additional specific response to item 3c.