A utility program that safely checks network connection latency by sending echo request packets to a remote server and measuring the response time is: MCQ with Answer and Explanation
A software translator that reads a high-level program line-by-line, translating and executing each line immediately without saving an object file, is a/an:
Explanation:
An interpreter translates and executes source code dynamically, one line or statement at a time, making debugging faster but execution slower.
Explanation:
Application software is designed to accomplish specific user-oriented tasks, unlike system software which runs the background infrastructure.
No comments yet. Be the first to start the discussion!