Which language translator is strictly used to convert low-level assembly language mnemonics into native binary machine code instructions? MCQ with Answer and Explanation

Which language translator is strictly used to convert low-level assembly language mnemonics into native binary machine code instructions?
A. Assembler
B. Compiler
C. Interpreter
D. Decompiler
Answer: Option A
Solution (By JKSSB Mock Tests)
An assembler is dedicated to converting low-level assembly code strings (like ADD, MOV) directly into 0s and 1s machine language.

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 closed-source operating system?
A. Windows 10
B. Linux
C. Android
D. Ubuntu

Correct Answer: Option A


Explanation:
Windows 10 is proprietary closed-source software, while Linux and Ubuntu are open-source.

This question belongs to: Computer Computer Software
Question #2
A utility program that creates a digital log of all hardware changes, software installations, and device errors on a computer system to aid troubleshooting is a/an:
A. Event Viewer / System Log Utility
B. File Shredder Routine
C. Uninstaller Wizard
D. Disk Defragmenter Tool

Correct Answer: Option A


Explanation:
Event viewers record critical operational incidents, software exceptions, and hardware changes in system logs to help diagnose technical problems.

This question belongs to: Computer Computer Software
Question #3
Which system component manages user permissions, ensuring standard user accounts cannot delete critical system files or change global settings?
A. Disk Cleanup Utility
B. Access Control Subsystem / Security Manager
C. Device Bus Driver
D. File Compressor Module

Correct Answer: Option B


Explanation:
The access control subsystem enforces system security policies, restricting file access and system modifications based on user privileges.

This question belongs to: Computer Computer Software