Answers

YH

Answered

________ computing allows service providers to make computing resources and infrastructure management available to customers as needed and then charges a ________ rate.

A) Grid; fixed
B) Grid; variable
C) Utility; fixed
D) Utility; variable

On Jul 15, 2024


D
YH

Answered

Jennifer turns on her laptop and hears a series of beeps.What do they probably indicate?

A) operating system error
B) out-of-date device driver
C) internal hardware problem
D) low battery

On Jul 13, 2024


C
YH

Answered

The header line ____ declares calc to be a pointer to a function that returns an integer.

A) int *calc()
B) int (*calc) ()
C) int &calc()
D) int calc(*)

On Jun 14, 2024


B
YH

Answered

Why should we use an uninstaller that comes with an operating system rather than the system's file management program to delete the folder containing the program's files to remove a software or app from a device?

A) It can be difficult to find the folder containing the program files.
B) An uninstaller removes the program files and any associated entries in the system files.
C) An uninstaller moves the program files to the Recycle Bin for safety, but deleting a folder permanently removes them.
D) An uninstaller makes a backup before removing the program files.

On Jun 13, 2024


B
YH

Answered

To read data from a file of unspecified length, an EOF-controlled while loop is a better choice than a counter-controlled while loop.

On May 15, 2024


True
YH

Answered

Bertie wants to show data labels inside a text bubble shape.Which option can she click on after clicking on the arrow next to Data labels under Chart Elements?

A) Axis Titles
B) Chart Titles
C) Legend
D) Data Labels

On May 13, 2024


D
YH

Answered

In a pie chart, what is the box that identifies each slice of the pie chart by listing the category names next to the colors of each pie slice?

A) Legend
B) Data series
C) Data labels
D) Data table

On May 12, 2024


A
YH

Answered

The meeting request window includes the To text box,where you enter email addresses for ____________________.

On May 11, 2024


attendees
YH

Answered

If you create a function in a standard module, it applies only to the current object.

On May 10, 2024


False