What is the shortcut to quickly switch between the open document windows in MS Word? MCQ with Answer and Explanation

What is the shortcut to quickly switch between the open document windows in MS Word?
A. Both A and C
B. Ctrl + F6
C. Alt + F6
D. Ctrl + Tab
Answer: Option A
Solution (By JKSSB Mock Tests)
Ctrl+F6 and Ctrl+Tab cycle through open document windows.

Discuss this Question (0)

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

Practice More Microsoft Office Questions

Question #1
In MS Access, which query is used to find duplicate records in a table?
A. Select query with GROUP BY and HAVING COUNT(*)>1
B. Both A and B
C. Find Duplicates Query Wizard
D. Crosstab query

Correct Answer: Option B


Explanation:
Both the wizard and a totals query can identify duplicates.

This question belongs to: Computer Microsoft Office
Question #2
In Excel, which of the following is a valid function to find the average of numbers?
A. AVERAGE
B. AVG
C. AVERAGEIF
D. MEAN

Correct Answer: Option A


Explanation:
The AVERAGE function calculates the arithmetic mean. AVG is not a function, MEAN is not, AVERAGEIF averages based on a condition.

This question belongs to: Computer Microsoft Office
Question #3
In Excel, what is the result of the formula =SUM(A1:A3, B1:B3) if A1=5, A2=3, A3=2, B1=1, B2=4, B3=2?
A. 17
B. 15
C. 12
D. 19

Correct Answer: Option A


Explanation:
SUM(A1:A3) = 5+3+2 = 10, SUM(B1:B3) = 1+4+2 = 7, total 17.

This question belongs to: Computer Microsoft Office