The term to describe storage systems that function at high speeds is primary memory.
Answer:
Conditional formatting.
Explanation:
Conditional Formatting is the method that main objective to enabling the users for setting the formatting to the cell or the cell range as well as it adjust the layout based that are based on the cell value or the formula value.
- The Conditional formatting making the cell value as bold as in the given question we see that the cell value is bold when the given condition is true.
- The objective of pivot table is to summarizing the data it do not provide the formatting that's why this option is incorrect .
- The objective of what if analysis is altering the absolute value of worksheet also it see how some modifications will influence the result of the worksheet formulae in the spreadsheet it do not provide the formatting that's why this option is incorrect .
- Data scenario formatting do not provide the formatting that's why this option is incorrect .
Answer:
The variable used is elevenplus
Explanation:
Given
The above code segment
Required
The variable in the code
In Python, variables are used to take inputs, and they are used to storing values.
On the first line of the program, elevenplus is used to get input for age.
Up till the end of the program, no other variable is introduced.
<em>Hence, the variable in the program is </em><em>elevenplus</em>