Which software license model allows users to distribute exact copies of the program, but forbids commercial sale or modifications to the code base? MCQ with Answer and Explanation

Which software license model allows users to distribute exact copies of the program, but forbids commercial sale or modifications to the code base?
A. Public Domain Status
B. Proprietary Freeware License
C. Copyleft General Framework
D. Open Source License
Answer: Option B
Solution (By JKSSB Mock Tests)
Freeware licenses allow free distribution of the software binary, but often prohibit modifications or commercial exploitation.

Discuss this Question (0)

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

Practice More Computer Software Questions

Question #1
Customized software explicitly commissioned and developed for a specific corporate client to meet their unique business workflows is classified as:
A. System Software
B. Utility Software
C. Bespoke (Tailor-made) Software
D. Packaged Software

Correct Answer: Option C


Explanation:
Bespoke or tailor-made software is custom-built to fulfill the exact operational requirements of a particular organization or user group.

This question belongs to: Computer Computer Software
Question #2
Which of the following is a type of system software that provides file sharing?
A. Compiler
B. Assembler
C. Network file system (NFS)
D. Debugger

Correct Answer: Option C


Explanation:
NFS allows remote file access over a network.

This question belongs to: Computer Computer Software
Question #3
What is an interpreter?
A. Translates entire code at once
B. Links multiple programs
C. Converts assembly language to machine code
D. Translates high-level code to machine code line by line

Correct Answer: Option D


Explanation:
An interpreter translates and executes high-level code line by line, unlike a compiler.

This question belongs to: Computer Computer Software