The ________ allows a program to request a service such as printing from the operating system
A) application programming interface (API)
B) graphical user interface (GUI)
C) client-server connection
D) Plug and Play (PnP) feature
A
You might also like to view...
Which of the following statements is false?
a. Sometimes the suites in an if…else statement assign different values to a variable, based on a condition, as in: grade = 87 if grade >= 60: result = 'Passed' else: result = 'Failed' b. You can if…else statements like the one above using a concise conditional expression: result = ('Passed' if grade >= 60 else 'Failed') c. The parentheses in a conditional expression are required, or you would get a syntax error. d. In interactive mode, you also can evaluate the conditional expression directly, as in: In [1]: 'Passed' if grade >= 60 else 'Failed' Out[1]: 'Passed'
A ______ determines the capability of the mobile device, such as screen resolution, and directs browsers to CSS.
a. sprite b. viewport c. media query d. fragment identifier
AutoComplete is a feature in Word that automatically completes the spelling of days of the week and months of the year that have less than three letters in their names.
Answer the following statement true (T) or false (F)
?A(n) ____ is a third party that will certify that a website meets some criteria for conducting business in a secure and privacy-preserving manner.
A. ?EFT B. ?assurance provider C. ?escrow service D. ?trading partner