The keyboard shortcut Ctrl + I is used in Microsoft Word and many other text editors to apply or remove italic formatting to the currently selected text. It acts as a toggle for the italic style.
19042
What type of software is used for creating letters, papers, and other documents?
A word processor is a software application specifically designed for the production of any sort of printable material. It allows for the creation, editing, and formatting of text-based documents like letters, reports, and books.
Microsoft Word is a full-featured word processor application. It is designed for creating, editing, formatting, and printing text-based documents such as letters, reports, and essays.
The "File" menu (or "Office Button" in some versions) is the standard location for commands related to file management. This includes opening, saving, closing, and printing documents. In the modern ribbon, this is accessed via the "File" tab which opens the Backstage view.
19045
Which is not a tab in the page setup dialog box of Excel?
The Page Setup dialog box in Excel typically includes four tabs: "Page" (for orientation, scaling), "Margins," "Header/Footer," and "Sheet" (for print area, titles). "Paper" or "Paper Size" is an option within the "Page" tab, not a separate tab itself.
A custom number format in Excel can have up to four sections of code, separated by semicolons. These sections define the formatting for positive numbers, negative numbers, zero values, and text, in that order.
19047
Which menu contains the 'Function' command to activate the function wizard?
In classic menu-based versions of Excel, the "Insert" menu contained the "Function..." command (or `fx` button), which opened the Function Wizard (now called the Insert Function dialog box) to help users find and build formulas.
To insert the current date into a cell, you use the `TODAY()` function. For example, typing `=TODAY()` into a cell will display the current date, which will update each time the workbook is opened.
19049
Which function is used to return the current system date?
The `TODAY()` function in Excel is a volatile function that returns the current date based on the computer's system clock. It takes no arguments and will automatically update whenever the worksheet is recalculated.
The dollar sign ($) is used in Excel to create absolute or mixed cell references. Placing it before a column letter locks the column, and placing it before a row number locks the row when a formula is copied.