Using the information in the format shown below and given a student's numerical average, which Excel function would be used to determine the student's letter grade?

A) VLOOKUP
B) HLOOKUP
C) INDEX
D) MATCH


A

Computer Science & Information Technology

You might also like to view...

Assuming that inputFile references a Scanner object that was used to open a file, which of the following statements will read an int from the file?

a. int number = inputFile.next(); b. int number = inputFile.integer(); c. int number = inputFile.readInt(); d. int number = inputFile.nextInt();

Computer Science & Information Technology

To create a radial gradient in WebKit, apply the function ____.

A. radial-gradient(center, shape size, color-stop, color-stop, …) B. -webkit-gradient(linear, start, stop, from(color), colorstop(percent, color), to(color)) C. -webkit-gradient(radial, inner-center, inner-radius, outer-center, outer-radius, from(color), color-stop(percent, color), to(color)) D. Gradient(gradientType=type, startColorStr=#rrggbb, endColorStr=#rrggbb)

Computer Science & Information Technology

A(n) _______________ question requires a yes or no answer.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

____ are usually created by grouping together computers by Internet protocol (IP) addresses.

A. Segment domains B. Collision domains C. Subnets D. Network segments

Computer Science & Information Technology