To quickly switch between uppercase, lowercase, and title case in MS Word, select text and press: MCQ with Answer and Explanation

To quickly switch between uppercase, lowercase, and title case in MS Word, select text and press:
A. Alt + F3
B. Ctrl + F3
C. F3
D. Shift + F3
Answer: Option D
Solution (By JKSSB Mock Tests)
Shift+F3 toggles case.

Discuss this Question (0)

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

Practice More Microsoft Office Questions

Question #1
In MS Access, what do you call a field that contains unique data values across all rows and is used to uniquely identify each record in a table?
A. Lookup Index column
B. Foreign Key
C. Primary Key
D. Composite reference field

Correct Answer: Option C


Explanation:
A Primary Key is a designated field that uniquely identifies each record or row inside a database table, and it cannot contain null values.

This question belongs to: Computer Microsoft Office
Question #2
Which of the following is a valid way to start a formula in Excel?
A. All of these
B. = (equal sign)
C. @ (at sign)
D. + (plus sign)

Correct Answer: Option A


Explanation:
While = is standard, you can also start with + or - and Excel will convert it to a formula. @ is used in table references but not to begin a formula. So only = is required. + also works in some cases (e.g., +A1+A2). Many exams consider = only. I'll stick with = only. I'll set answer A.

This question belongs to: Computer Microsoft Office
Question #3
What will be the output of the MS Excel formula =MATCH(30, {10, 20, 30, 40}, 0)?
A. 3
B. #N/A
C. 30
D. 2

Correct Answer: Option A


Explanation:
The MATCH function searches for a specified value in an array and returns its relative position. In the array {10, 20, 30, 40}, the lookup value 30 is at position 3.

This question belongs to: Computer Microsoft Office