What is the purpose of software documentation? MCQ with Answer and Explanation

What is the purpose of software documentation?
A. To describe how to install and use the software
B. To encrypt the software
C. To delete old files
D. To increase software size
Answer: Option A
Solution (By JKSSB Mock Tests)
Documentation provides user guides, API references, and installation instructions.

Discuss this Question (0)

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

Practice More Computer Software Questions

Question #1
Which software is used to manage and organize data in a structured format?
A. Graphics editor
B. Database management system
C. Spreadsheet
D. Word processor

Correct Answer: Option B


Explanation:
DBMS like MySQL or Oracle is application software for structured data storage and retrieval.

This question belongs to: Computer Computer Software
Question #2
Which language translator is strictly used to convert low-level assembly language mnemonics into native binary machine code instructions?
A. Interpreter
B. Assembler
C. Compiler
D. Decompiler

Correct Answer: Option B


Explanation:
An assembler is dedicated to converting low-level assembly code strings (like ADD, MOV) directly into 0s and 1s machine language.

This question belongs to: Computer Computer Software
Question #3
Which software license model provides free access to the program code, allowing anyone to modify and sell it commercially without requiring derivative works to remain open source?
A. Copyleft License
B. Public Domain Status
C. Permissive Open Source License (e.g., MIT or BSD)
D. Closed-Source Freeware Framework

Correct Answer: Option C


Explanation:
Permissive open-source licenses (like MIT) allow users to modify, distribute, and even commercialize the code within proprietary systems with minimal restrictions.

This question belongs to: Computer Computer Software