Which software is used for accounting and financial management? MCQ with Answer and Explanation

Which software is used for accounting and financial management?
A. Chrome
B. MS Paint
C. Notepad
D. Tally
Answer: Option D
Solution (By JKSSB Mock Tests)
Tally is application software specifically for business accounting.

Discuss this Question (0)

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

Practice More Computer Software Questions

Question #1
What is the main purpose of a real-time operating system (RTOS)?
A. To respond to events within a strict time constraint
B. To provide a graphical user interface
C. To manage batch jobs
D. To handle multiple users simultaneously

Correct Answer: Option A


Explanation:
RTOS is designed for embedded systems where timing and predictability are critical.

This question belongs to: Computer Computer Software
Question #2
Which system tool allows a user to divide a single physical hard disk drive into multiple distinct, independent logical drive regions, each treated as a separate volume?
A. Disk Partitioning Utility
B. Disk Cleanup Tool
C. File Compactor
D. System Restorer

Correct Answer: Option A


Explanation:
Disk partitioning utilities divide a storage unit into distinct logical volumes (like C: and D:) with individual file system roots.

This question belongs to: Computer Computer Software
Question #3
What is the primary role of a linker program during software development?
A. To scan a source script line by line for syntax issues.
B. To combine multiple object files and library functions into a single executable file.
C. To load executable instructions into RAM registers.
D. To optimize physical drive layout pathways.

Correct Answer: Option B


Explanation:
The linker resolves external references and links compiled object modules with pre-compiled libraries to output a final executable file.

This question belongs to: Computer Computer Software