Which shortcut key opens the 'Find' dialog box in MS Word? MCQ with Answer and Explanation

Which shortcut key opens the 'Find' dialog box in MS Word?
A. F3
B. Ctrl + H
C. Ctrl + G
D. Ctrl + F
Answer: Option D
Solution (By JKExamLibrary)
Ctrl + F opens Find. Ctrl + H opens Replace, Ctrl + G opens Go To, F3 repeats last find.

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
What error code is returned by MS Excel if a formula references a cell location that has been completely deleted by removing its row or column?
A. #REF!
B. #NUM!
C. #VALUE!
D. #NAME?

Correct Answer: Option A


Explanation:
The #REF! error signals an invalid cell reference, which typically happens when cells targeted by formulas are deleted from the spreadsheet layout.

This question belongs to: Computer Microsoft Office
Question #2 Report Error
Which presentation view displays an adjustable multi-level textual list of slide contents for quick editing in MS PowerPoint?
A. Outline View
B. Notes Page Layout
C. Slide Sorter View
D. Reading Layout Mode

Correct Answer: Option A


Explanation:
Outline View isolates the text hierarchy from layout graphics, enabling rapid edits to presentation titles and bullet points.

This question belongs to: Computer Microsoft Office
Question #3 Report Error
What will be the output of the MS Excel formula =LARGE(A1:A4, 2) if cell records carry A1=10, A2=50, A3=30, and A4=40?
A. 30
B. #VALUE!
C. 40
D. 50

Correct Answer: Option C


Explanation:
The LARGE function returns the k-th largest value in a dataset range. Sorting the range {10, 50, 30, 40} in descending order gives {50, 40, 30, 10}, where the 2nd largest value is 40.

This question belongs to: Computer Microsoft Office