Assume the following function has been implemented. def descript(num: int)-> str: """Return "High" if num is greater than 100, return "Low" if num is between 0 and 100 inclusive, and return "Neg" otherwise || || || Also assume that the implementation has been tested on the inputs: 500, 100, 0, -1, -50. Which of the following inputs would be the least redundant for testing purposes. A. 0 B. 50 101 1 D. 1000000000 E. They are all equally redundant.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter2: Problem Solving Using C++using
Section2.1: Introduction To C++
Problem 2E
icon
Related questions
Question

Can someone help me to explain this? This is a pastime question. The answer is (C), which is 101, but I don't understand why. 

Question:

Assume the following function has been implemented.

def descript(num: int)-> str:

"""Return "High" if num is greater than 100, return "Low" if num

is between 0 and 100 inclusive, and return "Neg" otherwise

"""

Also assume that the implementation has been tested on the inputs: 500, 100, 0, -1, -50. Which of the

following inputs would be the least redundant for testing purposes.

A.   0

B.   50

C.   101

D.   1000000000

E.   They are all equally redundant.

 

 

Assume the following function has been implemented.
def descript(num: int)-> str:
"""Return "High" if num is greater than 100, return "Low" if num
is between 0 and 100 inclusive, and return "Neg" otherwise
|| || ||
Also assume that the implementation has been tested on the inputs: 500, 100, 0, -1, -50. Which of the
following inputs would be the least redundant for testing purposes.
A. 0
B. 50
101
D. 1000000000
E. They are all equally redundant.
Transcribed Image Text:Assume the following function has been implemented. def descript(num: int)-> str: """Return "High" if num is greater than 100, return "Low" if num is between 0 and 100 inclusive, and return "Neg" otherwise || || || Also assume that the implementation has been tested on the inputs: 500, 100, 0, -1, -50. Which of the following inputs would be the least redundant for testing purposes. A. 0 B. 50 101 D. 1000000000 E. They are all equally redundant.
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Datatypes
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning