The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Apr 2017 |
| Last Sign in: | 103 Weeks Ago, 3 Days Ago |
| Questions Answered: | 4870 |
| Tutorials Posted: | 4863 |
MBA IT, Mater in Science and Technology
Devry
Jul-1996 - Jul-2000
Professor
Devry University
Mar-2010 - Oct-2016
For this assignment, you have an opportunity to create an application using Visual Basic or using ASP.NET to create a web application. Choose one of the options below by clicking on the link for the instructions.
Option 1: Creating a Personal Web Application Using ASP.NET
Click here for the instructions to this project.
Option 2: Creating an Application Using Visual Basic
Click here
for the instructions to this project. Information about accessing the Blackboard Grading Rubric for this assignment is provided below.
Â
Â
Unit VIII Project
Option 1: Creating a Personal Web Application Using ASP.NET
This project provides you with an opportunity to create your own Web application in Visual Basic. Your
application should include the following: include at least three Web pages,
have static text on the Web pages,
have titles on the Web pages,
have text formatting (h1, h2, center, etc.),
have at least one link button control,
have at least one image, and
include at least one Click event procedure. 1. In a Microsoft Word document, explain the purpose of your Web application by providing a brief
description for the task being performed. Then, develop the algorithm using pseudocode (output,
input, and algorithm). You can write your algorithm and support it with the use of a flowchart.
2. Create your Web application by including all the components in the bulleted list above. Save your
work in a Visual Basic file, and submit it in Blackboard for grading.
Unit VIII Project
Option 2: Creating an Application Using Visual Basic
This project provides you with an opportunity to write an application (i.e., computer program) by using
some of the concepts you learned in this course and then creating the application in Visual Basic.
1. Select ONE of the following tasks as the basis for completing this project: changing a television channel by using a remote control,
using a sponge to wash a car,
walking up a set of stairs,
net income calculator,
measurement calculator,
discount calculator,
sales calculator,
labor calculator,
totals calculator,
membership calculator,
inventory calculator, or
a Web application. 2. Include a posttest loop using the ‘Do…Loop’ statement within your computer program.
3. Select at least FOUR of the concepts from Chapters 14-27, and apply these to your Windows
application, which solves a problem. These are concepts you learned in this course and are listed
below: Create a counter-controlled pretest loop using the For…Next statement.
Play an audio file while an application is running.
Perform a calculation using the Financial.Pmt method.
Nest repetition structures.
Utilize a text box’s Multiline, ReadOnly, and ScrollBars properties.
Create a sub procedure.
Code a control’s TextChanged event procedure.
Code a control’s CheckedChanged event procedure.
Create a Function procedure.
Code a forms Load event procedure.
Create a parallel one-dimensional array.
Create a two-dimensional array.
Calculate values in an array.
Create a structure.
Create an array of structure variables.
Write data to a sequential access file.
Calculate the number of characters in a string.
Bind table and field objects to controls.
Customize a DataGridView Control.
Query a dataset using LINQ.
Create a class.
Add property procedures in a class.
Create a default constructor.
Include methods other than a constructor in a class. 4. In a Microsoft Word document, explain the purpose of your Windows application by providing a brief
description for the task being performed. Then, develop the algorithm using pseudocode (output, input, and algorithm). You can write your algorithm and support it with the use of a flowchart. Upload
the Word document to File Upload.
5. Develop the Windows application in Visual Basic by using at least four of the concepts you selected in
#3. In addition to the four concepts you selected, the application should have an appropriate interface.
Upload the finished application to File Upload.
For this project, you will be submitting one Microsoft Word document to address #4. Also, you will be
submitting one Visual Basic file to address #1, #2, #3, and #5.