Which of the following is not a standard chart type in Excel? MCQ with Answer and Explanation

Which of the following is not a standard chart type in Excel?
A. Stock
B. Surface
C. Radar
D. Flowchart
Answer: Option D
Solution (By JKExamLibrary)
Flowchart is a SmartArt, not a chart type.

This question belongs to: Computer Microsoft Office

Discuss this Question (0)

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

Practice More Microsoft Office Questions

Question #1 Report Error
Which of the following is a valid file extension for an Excel macro-enabled workbook?
A. .xltm
B. .xlsx
C. .xlsb
D. .xlsm

Correct Answer: Option D


Explanation:
.xlsm is macro-enabled workbook. .xlsb is binary workbook, .xltm macro-enabled template.

This question belongs to: Computer Microsoft Office
Question #2 Report Error
In MS Access, the expression to calculate current date plus 30 days in a query is:
A. Now() + 30
B. Today() + 30
C. CurrentDate() + 30
D. Date() + 30

Correct Answer: Option D


Explanation:
Date() returns current date. Adding 30 gives date 30 days ahead.

This question belongs to: Computer Microsoft Office
Question #3 Report Error
In MS Excel, what does the error message '#NULL!' typically indicate?
A. A formula specifies an intersection of two cell ranges that do not intersect
B. A numeric value is outside of the expected bounds
C. A required parameter in a formula is missing
D. A cell contains an invalid division calculation

Correct Answer: Option A


Explanation:
The #NULL! error appears when a space operator is used between two ranges that do not actually cross paths or intersect (e.g., =SUM(A1:A2 B1:B2)).

This question belongs to: Computer Microsoft Office