Create and develop a project to assign a letter grade

Assignment Help Computer Engineering
Reference no: EM1333073

Design and develop a project to assign a letter grade (A >= 90, B = [80..89], C = [70..79], D = [60..69], and F = [0..59]) to a student's Assignment based on a test score and other criteria.

Use a NumericUpDown control to allow the instructor's assistant to enter a test score between 0 and 100.
Use a group of RadioButton controls to determine the grade on Extra Credit Project #1: None (0 points), Average (3 point bonus), Above average (5 point bonus).

Use a second group of RadioButton controls to select whether a student handed in the assignment on time, with the default being On Time. The other choices are 1 to 2 days late (5 point penalty) and more than 2 days late (automatic score of 0).
Display the final total grade in a read-only TextBox control. Use global variables to keep track of which RadioButton control is checked before determining the final grade.

Deliverable Detail

Create user interface similar to the one pictured in this link.
Submit only ONE file. The file should be a zip of all necessary files to demonstrate your program.
The final grade must be a letter grade (A, B, C, D, or F). Make sure that your program only accepts test scores in the range [0..100] and final grades in the range [0..105]

Logic:
Declare global variables by placing the Dim statement outside all methods.

gdbExtraCredit: to remember how much extra-credit should be given.

gdbLate: remember how much late penalty should be taken off depending on whether it is: on time, 1-2 days late, or more than 2 days late.
For each radio button, code a sub that handles the CheckedChanged event.

For example:

Private Sub rad1_2DayLate_CheckedChanged (...)
gdbLate = -5
End Sub

Code a method to handle btnCompute_Click(...) event.

Reference no: EM1333073

Questions Cloud

How walmart interacts with the larger stakeholder base : Identify relevant issues with respect to how Walmart interacts with the larger stakeholder base.
Show the accounting treatment of the depletion : The units- of-production method is used to determine depreciation and show the accounting treatment of the depletion and depreciation on the mine and mining equipment
Elucidate each auto industry structure correctly : Elucidate each auto industry structure correctly. provide an analysis of market structure requirements including number of firms, uniformity of products.
Demonstrating slant in criminal justice system : The numerous protections found in the Bill of Rights for those charged with criminal offenses seem to demonstrate this slant in the criminal justice system. Do you agree with this philosophy? Why or why not?
Create and develop a project to assign a letter grade : build and develop a project to assign a letter grade (A >= 90, B = [80..89], C = [70..79], D = [60..69], and F = [0..59]) to a student's Assignment based on a test score and other criteria.
What mistake did john baker make : What mistake did John Baker make and Why did he not realize this mistake when it occurred and What would you recommend that Baker do now? Explain.
The organization will pay every thereafter : The organization will pay a $11 dividend in thirteen years and will increase the dividend by 5.5 % every thereafter. If the required return on this stock is 13%.
How is walmart going to bring products to a larger world : How is Walmart going to bring products and services to a larger world and shift its way of thinking about global social and environmental issues?
Make a menu bar with a file menu : make a menu bar with a File menu that includes a Perform Action command and an Exit command. The Perform Action command computes either the sum or average of the rows or columns in the array and displays the result in a message box. The Exit comma..

Reviews

Write a Review

Computer Engineering Questions & Answers

  Make a template for a function called sum

Write down a template for a function called sum. The function should compute and return the sum of values passed in an array. Another argument send into the function should be the array length.

  Write the bubble sort

The village of Marengo conducted a census and collected records that include household data, including the number of occupants in each household.

  Preparing a copy of hard drive

After we have the target media prepared and assembled along with all our tools assembled for investigation we should now make a copy of hard drive.

  Program that prompts the user to input a string

Write down a program that prompts the user to input a string. The output will be the total number of characters in the string, the total number of consonants in the string, and the total number of vowels in the string

  Define the quicksort algorithm to sort vector v

define the quicksort algorithm to sort vector v. During each pass, list all exchanges of a pair of elements in the lower and upper sublist.

  Expand or contract the number of phases

What is the Software/System Development Life Cycle (SDLC) and can we expand or contract the number of phases depending on the particular project?

  Write down the code to declare a 2d integer array

Write down the code to initialize myary1 beginning with myary1[0][0] = 1 and adding one for each subsequent array location.

  Security management model

Write down the sites which will discuss the ongoing responsibilities of security manager, can be adapted for use within the security management model?

  Write down an interactive web page named swap.html

Write an interactive Web page named swap.html that contains two text boxes and a button. When the user clicks the button, the contents of the two text boxes should be swapped.

  Delete an existing product from the database in php

In the PHP scripts you create, refer to the DSN datasource as flamingo. though its not in your own folder or directory, it has been set up as a SYSTEM DSN, so your PHP script would have access to it.

  Why should asks the user to enter a number from 1 to 50

Print the statement "Programming is fun" the number of times entered by the user using the for loop.

  Circumventing the license check

Assume the "license" is just a digitally signed file listing a hostname and expiration date; the verification key is built into the executable. How would you go about circumventing this kind of license check?

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd