The MEDIAN function finds ________
A) the one number that corresponds to an argument in the function
B) the middle value in a range of cells
C) all numbers that correspond to an argument in the function
D) the average value in a range of cells
B
You might also like to view...
A(n) ________ query is used when you want to describe one field in terms of two or more fields in the table
Fill in the blank(s) with correct word
Write an IF statement that assigns the text "No" to the variable answer when the variable age is 65 or greater; otherwise, assign "Yes". Write an equivalent statement using the opposite condition, age < 65
IF age > = 65 THEN LET answer = "No" ELSE LET answer = "Yes" END IF
Access allows for the creation of custom input masks.
Answer the following statement true (T) or false (F)
A company suffers an outage due to a bad module in a core switch. Which of the following is the proper order of troubleshooting?
A. Gather information, start at the top of the OSI model, and work down. B. Establish a plan of action to solve the problem. C. Establish a theory, identify the problem, duplicate the problem, test the theory, and repeat. D. Gather information, start at the bottom of the OSI model, and work up.