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: 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:
A. Linker
B. Interpreter
C. Compiler
D. Assembler
Answer: Option B
Solution (By JKSSB Mock Tests)
An interpreter translates and executes source code dynamically, one line or statement at a time, making debugging faster but execution slower.

Discuss this Question (0)

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

Practice More Computer Software Questions

Question #1
Which of the following is an example of a mobile application development software?
A. MS Word
B. Android Studio
C. Outlook
D. Excel

Correct Answer: Option B


Explanation:
Android Studio is an IDE for developing Android apps.

This question belongs to: Computer Computer Software
Question #2
Which utility is responsible for monitoring active system background processes and terminating frozen or unresponsive application instances?
A. Device Installer
B. Task Manager
C. File Explorer
D. Disk Defragmenter

Correct Answer: Option B


Explanation:
The Task Manager (Windows) or Activity Monitor (macOS) lets users see system metrics and kill stalled application threads.

This question belongs to: Computer Computer Software
Question #3
Which utility software is used to protect a computer from viruses?
A. Disk Cleanup
B. Backup software
C. Firewall
D. Antivirus

Correct Answer: Option D


Explanation:
Antivirus software detects, prevents, and removes malicious software.

This question belongs to: Computer Computer Software