There are two common command lines used in creating design assembly. The 'push' and 'pull' command. Both allows you to get parts from the original predelivered content's source desgian and recreate the design faster and with less memory.
The two places you can control tab settings are the ruler and in the dialog box.
<h3>What are setting tabs?</h3>
The Ctrl + Tab is one that is often referred to as Control Tab and C-tab or the Ctrl+Tab.
It is known to be a keyboard shortcut that is said to be most often used to chose between open tabs in a browser.
Note that the settings Tabs are said to be a kind of paragraph-formatting tool that is often used to align text.
Hence, The two places you can control tab settings are the ruler and in the dialog box.
Learn more about control tab settings from
brainly.com/question/11509892
#SPJ1
See full question below
Where can’t you control tab settings? Check all the apply
On a ruler
In a dialog box
In the mini toolbar
In the paste special options
They all have ads. Some have inappropriate ads while some have irrelevant ads with respect to the website your on.
Given, a = 3, r = 1/2, n = 10
%r is common ratio
%n is number of terms
%a is the first term of the series
Sum = 0;
a = 3;
r = 1/2;
for i = 0 : 1 : 10;
Sum = Sum + a * r ^ i;
end
Sum