Answer:
a. click on View, then ruler
Explanation:
If you want to add ruler to the document following is the procedure to do it:
Click on View.
Then check the ruler in the group called show.
You will get the ruler in your document.You can also remove it by unchecking the ruler box.
Ruler is used to measure and line up objects.
Hence the answer to this question is option A.
Hello there.
Question: <span>If you see an advertisement for a 3TB portable drive, this is most likely a reference to the device having a capacity of three _____.
Answer: It is 3 terabytes. .
Hope This Helps You!
Good Luck Studying ^-^</span>
In archaeology, mesolithic is culture between paleolithic and neolithic. The term "Epipaleolithic" is often used for areas outside northern Europe, but was also the preferred synonym used by French archaeologists until the 1960s.
Answer:
// Program is written in C++ Programming Language
// Comments are used for explanatory purpose
// Program starts here
#include<iostream>
using namespace std;
int main()
{
// Declare integer variable n which serves as the quotient.
int n;
// Prompt to enter any number
cout<<"Enter any integer number: ";
cin>>n;
// Check for divisors using the iteration below
for(int I = 1; I<= n; I++)
{
// Check if current digit is a valid divisor
if(n%I == 0)
{
// Print all divisors
cout<<I<<" ";
}
}
return 0;
}
Answer:
True is the correct answer for the above question.
Explanation:
- An online survey is done with the help of social sites that connects many people in conversation from all over the world. So to do an effective survey, it is best to choose the online medium.
- The administrative professional is a professional, who works to do administrative tasks like managing the organization.
- The above question-statement says that the online survey is the best survey, which is the correct statement, which is described above. Hence the answer is true for the above question.