What does the acronym 'API' stand for? MCQ with Answer and Explanation

What does the acronym 'API' stand for?
A. Application Programming Interface
B. Advanced Programming Interface
C. Automated Program Interface
D. Application Program Interface
Answer: Option A
Solution (By JKSSB Mock Tests)
API stands for Application Programming Interface, a set of rules that allows software applications to communicate with each other.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
Which of the following is not a web server software?
A. Nginx
B. Firefox
C. Apache
D. IIS

Correct Answer: Option B


Explanation:
Firefox is a web browser, not a web server. Apache, Nginx, and IIS (Internet Information Services) are web server software.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which of the following is a secure method to transfer files?
A. TFTP
B. HTTP
C. FTP
D. SFTP

Correct Answer: Option D


Explanation:
SFTP (SSH File Transfer Protocol) provides secure file transfer over SSH, encrypting both commands and data, unlike plain FTP and TFTP.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following protocols is fundamentally used to resolve physical MAC addresses from known network layer IP addresses?
A. DNS
B. ICMP
C. DHCP
D. ARP

Correct Answer: Option D


Explanation:
ARP (Address Resolution Protocol) resolves a network layer internet protocol (IP) address into its corresponding data link layer hardware MAC address.

This question belongs to: Computer Internet and Web Technologies