MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

DATA STRUCTURES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is the range?
A
average
B
greatest-least
C
the middle #
D
# happening the most
Explanation: 

Detailed explanation-1: -Summary: The range of a set of data is the difference between the highest and lowest values in the set. To find it, first order the data from least to greatest. Then subtract the smallest value from the largest value in the set.

Detailed explanation-2: -The range is the simplest measurement of the difference between values in a data set. To find the range, one simply subtracts the lowest value from the greatest value, ignoring the others. Here, the lowest value is 155 and the greatest is 720.

Detailed explanation-3: -The range is the difference between the smallest and highest numbers in a list or set. To find the range, first put all the numbers in order. Then subtract (take away) the lowest number from the highest. The answer gives you the range of the list.

Detailed explanation-4: -The largest value in a data set is often called the maximum (or max for short), and the smallest value is called the minimum (or min). The difference between the maximum and minimum value is sometimes called the range and is calculated by subtracting the smallest value from the largest value.

Detailed explanation-5: -The Range is the difference between the lowest and highest values. Example: In 4, 6, 9, 3, 7 the lowest value is 3, and the highest is 9. So the range is 9 − 3 = 6. It is that simple!

There is 1 question to complete.