A tool that monitors operating system performance parameters, CPU usage charts, and memory allocation tables in real-time is a: MCQ with Answer and Explanation

A tool that monitors operating system performance parameters, CPU usage charts, and memory allocation tables in real-time is a:
A. Performance Monitor / Task Manager
B. Device Configuration Utility
C. Disk Defragmenter
D. File Compression Utility
Answer: Option A
Solution (By JKSSB Mock Tests)
Performance monitors and task managers provide real-time metrics on processor loads, active memory usage, and running process behaviors.

Discuss this Question (0)

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

Practice More Computer Software Questions

Question #1
Enterprise Resource Planning (ERP) software and Customer Relationship Management (CRM) tools are examples of which software category?
A. Business Application Software
B. Utility Infrastructure
C. Basic Input Output Software
D. System Software

Correct Answer: Option A


Explanation:
ERP and CRM tools are sophisticated application software packages built to manage complex business and operational workflows.

This question belongs to: Computer Computer Software
Question #2
A system program that links independently compiled object code files together with necessary library routines to create a single executable program is called a/an:
A. Interpreter
B. Loader
C. Assembler
D. Linker

Correct Answer: Option D


Explanation:
The linker combines various object modules and system libraries generated by a compiler into a final runnable machine executable file.

This question belongs to: Computer Computer Software
Question #3
What is the function of a software debugger's breakpoint?
A. Pauses execution at a specific line
B. Compiles code
C. Manages memory
D. Links libraries

Correct Answer: Option A


Explanation:
Breakpoints allow developers to halt program execution to inspect state.

This question belongs to: Computer Computer Software