Benchmarking tools measure CPU performance in terms of: MCQ with Answer and Explanation

Benchmarking tools measure CPU performance in terms of:
A. Storage in GB
B. Battery life
C. FLOPS or MIPS
D. Screen resolution
Answer: Option C
Solution (By JKExamLibrary)
Floating Point Operations Per Second or Million Instructions Per Second.

This question belongs to: Computer CPU (Central Processing Unit)

Discuss this Question (0)

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

Practice More CPU (Central Processing Unit) Questions

Question #1 Report Error
Floating point operations are typically handled by:
A. CU only
B. Registers exclusively
C. ALU (in modern CPUs with FPU)
D. Memory

Correct Answer: Option C


Explanation:
Floating Point Unit is integrated with ALU for real number ops.

This question belongs to: Computer CPU (Central Processing Unit)
Question #2 Report Error
Which technology allows a single physical core to execute two threads?
A. Overclocking
B. Cache coherence
C. Multi-core processing
D. Simultaneous Multithreading (SMT)

Correct Answer: Option D


Explanation:
SMT improves resource utilization.

This question belongs to: Computer CPU (Central Processing Unit)
Question #3 Report Error
The execution port in CPU dispatches to:
A. Memory only
B. Different functional units
C. Fetch unit
D. Control signals

Correct Answer: Option B


Explanation:
For parallel execution.

This question belongs to: Computer CPU (Central Processing Unit)