Problem Statement
How would you define the term I/O?
Explanation
I/O (Input/Output) refers to data transfer between a system and external resources like files, networks, or devices. Node.js optimizes I/O using non-blocking event-driven architecture to handle many concurrent operations efficiently.