• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/3

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

3 Cards in this Set

  • Front
  • Back

CIS 115 Week 4 Lab Grade Calendar (DEVRY)


CIS 115 Week 4 Lab Grade Calendar (DEVRY)


You have been asked to design a program that will allow a teacher to calculate the percentage and the final grade for students in a class. The program will prompt the teacher to enter the student’s first and last name and the number of points the student received. The program shall only accept scores between 0 and 1,000 points (including 0 and 1,000), with 1,000 points being the maximum number of points. If the input value is within the valid range, the program will display a "good score" message; otherwise, the program will display an error message and then terminate the program. The program shall then calculate the score percentage, and then determine the grade based on the percentage using the following grade criteria:


Score Percent Range


Grade


90-100


A


80-89


B


70-79


C


60-69


D


0-59


F


The program will then display the student’s first name, last name, number of points, calculated percentage, and the final grade.


The program shall have an initial prompt informing the user of the program's purpose, and a program termination message.


Be sure to THINK about the logic and design first (IPO chart and pseudocode), then code the Visual Logic command line processing.


CIS 115 Week 4 Lab Grade Calendar (DEVRY)



http://www.fres-courses.com/product/cis-115-week-4-lab-grade-calendar-devry

CIS 115 Week 4 Lab Grade Calendar (DEVRY)


You have been asked to design a program that will allow a teacher to calculate the percentage and the final grade for students in a class. The program will prompt the teacher to enter the student’s first and last name and the number of points the student received. The program shall only accept scores between 0 and 1,000 points (including 0 and 1,000), with 1,000 points being the maximum number of points. If the input value is within the valid range, the program will display a "good score" message; otherwise, the program will display an error message and then terminate the program. The program shall then calculate the score percentage, and then determine the grade based on the percentage using the following grade criteria:


Score Percent Range


Grade


90-100


A


80-89


B


70-79


C


60-69


D


0-59


F


The program will then display the student’s first name, last name, number of points, calculated percentage, and the final grade.


The program shall have an initial prompt informing the user of the program's purpose, and a program termination message.


Be sure to THINK about the logic and design first (IPO chart and pseudocode), then code the Visual Logic command line processing.


CIS 115 Week 4 Lab Grade Calendar (DEVRY)



http://www.fres-courses.com/product/cis-115-week-4-lab-grade-calendar-devry

CIS 115 Week 4 Lab Grade Calendar (DEVRY)


You have been asked to design a program that will allow a teacher to calculate the percentage and the final grade for students in a class. The program will prompt the teacher to enter the student’s first and last name and the number of points the student received. The program shall only accept scores between 0 and 1,000 points (including 0 and 1,000), with 1,000 points being the maximum number of points. If the input value is within the valid range, the program will display a "good score" message; otherwise, the program will display an error message and then terminate the program. The program shall then calculate the score percentage, and then determine the grade based on the percentage using the following grade criteria:


Score Percent Range


Grade


90-100


A


80-89


B


70-79


C


60-69


D


0-59


F


The program will then display the student’s first name, last name, number of points, calculated percentage, and the final grade.


The program shall have an initial prompt informing the user of the program's purpose, and a program termination message.


Be sure to THINK about the logic and design first (IPO chart and pseudocode), then code the Visual Logic command line processing.