What OS feature enables an application to request services from the operating system, such as a request to print or save a file?

a.Application programming interface
b.Device driver
c.Graphical user interface
d.Plug and Play

A

Computer Science & Information Technology

You might also like to view...

What is the value of ANSWER after the instructions corresponding to the following pseudocode are executed?

``` COUNT = 1 SUM = 3 DOWHILE COUNT ? 0 SUM = SUM + COUNT COUNT = COUNT - 1 ENDDO ANSWER = SUM ``` a) 3 b) 4 c) 5 d) 6

Computer Science & Information Technology

What must an organization establish in order to perform a SAMM based assessment?

A. Configuration control B. Benchmarks (or metrics) C. Baseline D. Quality control

Computer Science & Information Technology