What is the main function of the loader in system software? MCQ with Answer and Explanation

What is the main function of the loader in system software?
A. Interprets code
B. Compiles source code
C. Loads executable files into memory
D. Links object files
Answer: Option C
Solution (By JKSSB Mock Tests)
A loader is a part of the OS that loads executable programs into RAM for execution.

Discuss this Question (0)

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

Practice More Computer Software Questions

Question #1
A utility program that securely deletes files by overwriting their storage sectors with zeros or random noise multiple times to comply with data data data sanitization standards is a:
A. System Registry Sweeper
B. File Archiver Engine
C. Disk Defragmenter Tool
D. Data Sanitization / Secure Erase Utility

Correct Answer: Option D


Explanation:
Secure erase utilities use data data data sanitization algorithms to overwrite drive sectors repeatedly, ensuring deleted information cannot be recovered by forensic tools.

This question belongs to: Computer Computer Software
Question #2
Software that enables an individual user to write, send, receive, and archive text messages across corporate network protocols is called an:
A. FTP Client
B. Email Client
C. Web Server application
D. Information Ledger

Correct Answer: Option B


Explanation:
Email clients (such as Microsoft Outlook or Mozilla Thunderbird) are application interfaces used to manage electronic mailboxes.

This question belongs to: Computer Computer Software
Question #3
Which utility program compresses data structures by replacing repeated patterns with shorter shorthand markers, outputting extensions like .zip or .rar?
A. System Registry Cleaner
B. File Archiver / Compression Utility
C. Disk Checker Suite
D. File Encryption Utility

Correct Answer: Option B


Explanation:
File archivers compress file sizes by eliminating data redundancy, packing files into single transportable archive structures.

This question belongs to: Computer Computer Software