The _______________ mechanism is an infrastructure-level mechanism that represents any program capable of collecting IT resource usage data, whereas the _______________ is a specialized variation of the _______________ that is dedicated to collecting usage data for auditing purposes.
a. cloud usage monitor, pay-per-use monitor, cloud usage monitor
b. automated scaling listener, load balancer, automated scaling listener
c. cloud usage monitor, audit monitor, cloud usage monitor
d. automated scaling listener, audit monitor, automated scaling listener
Statement (c) is correct because it lists the correct mechanisms
You might also like to view...
WordArt is typically used:
A) for footnotes and endnotes. B) for headers and footers. C) only for titles and subheadings in informal documents. D) only for text in tables.
Case-Based Critical Thinking Questions ? Case 1: Tony's Pizza & Pasta ? Tony's Pizza & Pasta restaurant uses an application to update and display menu items and the related price information. Daily "Chef's Specials" are stored using two one-dimensional parallel arrays. The days of the week are stored in thestrDaysarray, with Sunday as the first element. The daily special for each day is stored in a parallel array namedstrSpecial. Which of the following statements assigns Friday's special, which is rigatoni, to the appropriate element?
A. strSpecial(6) = rigatoni B. strSpecial(5) = rigatoni C. strSpecial(6) = "rigatoni" D. strSpecial(5) = "rigatoni"