Answer:
Home tab
Explanation:
Assuming that this question is based on providing text formatting features in Microsoft Word, this feature is found on the Home tab in the Font group or the Font dialog box. Some of these formatting features include underline style, colour, strikethrough, superscript, and subscript.
* Main Electron a component- vacuum tube.
* Main memory- Magnetic drums and magnetic tapes.
* Programming language- Machine language.
* Power- Consume a lot of electricity and generate a lot of heat.
* were expensive to operate
Answer: see guidelines in explanation
Explanation:
For Mario to make his document accessible to technology assistants, he needs to do the following;
-Access the accessibility checker by clicking the FileHomeReview tab
-Click the InfoNewOpen option
-Click the Check for IssuesManageDocumentProtect, the document icon
-Then, click Check accessibility option, the accessibility pane will open.
-He needs to read the information about errors, warning, tips and steps to take to make his document accessible to other users.
Answer:
#include<iostream>
using namespace std;
int main()
{int num1,num2;
cout<<"enter 2 numbers:"<<endl;
cinn>>num1;
cinn>>num2;
cout<<("value without swapping of num1",num1);
cout<<("value without swapping of num2",num2);
num1 ^= num2;
num2 ^= num1;
num1 ^= num2;
cout<<("num1 after swapping",num1);
cout<<("num2 after swapping,num2);
return 0;
}
Normally you would click the right hand/secondary mouse button, but you may configure any of the buttons to work within the Keyboard and Mouse section of the System Preferences, that can lead u to right clicking and it brings up a menu of the things that your possibly able to do .
hOpe thiss theory hass helped you anyy :)