Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 1 A program converts student marks that are input as marks out of 100 to letter grades following the rules below. A mark of

image text in transcribed

Question 1 A program converts student marks that are input as marks out of 100 to letter grades following the rules below. A mark of at least 90 earns A+ A mark of at least 80 earns A A mark of at least 70 earns B A mark of at least 60 earns C A mark of at least 50 earns D A mark below 50 means F (Failure) If a student is excused from submitting 40% or more of the gradable work for acceptable reasons such as protracted illness, a mark of I (Incomplete) is given. Then the student can make arrangements to submit missing work to complete the course after the end of term. Note: Numeric marks are recorded accurate to one decimal point (0.1) and should be rounded up to the nearest whole number (0.5+1) by the grading program. The objective of testing is to ensure that students are assigned the correct letter grade, given their numeric mark. a. Draw the diagram to show equivalence partitions and boundary values that ensure all input values are tested ( 0.5pts) Hint: ignore the incomplete situation b. ( 0.5pts) How many test cases do you think are required for complete coverage? c. And why? (How many tests do you think are needed for each partition) Describe a test case where the expected result is a pass. d. e. (0.5pts) Describe a test case where the expected result not a pass Hint: there are two possible non-pass situations. List them here to help form your title

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Intelligent Information And Database Systems Asian Conference Aciids 2012 Kaohsiung Taiwan March 2012 Proceedings Part 2 Lnai 7197

Authors: Jeng-Shyang Pan ,Shyi-Ming Chen ,Ngoc-Thanh Nguyen

2012th Edition

3642284892, 978-3642284892

More Books

Students also viewed these Databases questions

Question

29. Describe five important factors in selecting WAN services.

Answered: 1 week ago

Question

u = 5 j , v = 6 i Find the angle between the vectors.

Answered: 1 week ago