Multiple choice technology web technology In which file will you find a listing of all used IO-Ports of your computer? /proc/iointerrupts /proc/ioaddress /proc/ioports /proc/ports Reveal answer Fill a bubble to check yourself C Correct answer Explanation /proc/ioports is the virtual file that lists all I/O port address ranges currently in use by the system. /proc/iointerrupts shows interrupt assignments, /proc/ioaddress doesn't exist, and /proc/ports isn't a standard proc entry.