A component of system software that provides standard system services to applications, such as opening a file dialogue or connecting to an audio output channel, is a/an: MCQ with Answer and Explanation

A component of system software that provides standard system services to applications, such as opening a file dialogue or connecting to an audio output channel, is a/an:
A. Device Driver Module
B. Utility Management Script
C. Application Programming Interface (API)
D. Bootstrap Loader Code
Answer: Option C
Solution (By JKSSB Mock Tests)
APIs provide a standard set of routines and tools that applications use to request services from the operating system or other software components.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Computer Software Questions

Question #1
What is the purpose of a source code management tool?
A. To run code
B. To compile code
C. To debug code
D. To track changes in code

Correct Answer: Option D


Explanation:
Tools like Git manage version control and track changes to source code.

This question belongs to: Computer Computer Software
Question #2
Which utility tool intercepts computer system output intended for a physical printer and queues it in RAM or disk memory until the printer is ready?
A. Print Spooler
B. Device Driver Interface
C. System Loader
D. File Dispatcher

Correct Answer: Option A


Explanation:
A print spooler acts as a buffer utility, managing print jobs by loading them into temporary storage queues so the computer can complete other tasks.

This question belongs to: Computer Computer Software
Question #3
What type of application software is engineered to create slide decks, embed media assets, and display visual information during a corporate lecture or speech?
A. Spreadsheet Application
B. Word Processing Tool
C. Presentation Software
D. Database System

Correct Answer: Option C


Explanation:
Presentation software (like Microsoft PowerPoint or Keynote) allows users to construct visual slide sequences containing text, graphics, and video.

This question belongs to: Computer Computer Software