Answer:
probable college
Explanation:
A. Hardware is the outside of the computer; software is the material on the inside of a computer.
B. Software is the material produced by the computer like a business letter; hardware is the information in the computer.
C. Hardware is the equipment; software is the programs.
D. Software is the part of the computer that you can touch; hardware is the instructions given to the computer.
Answer:
C. hardware is the equipment; software is the programs
Explanation:
I am a genius
Answer:
heart pace maker
Explanation:
To open the Backstage view, you should click on the "File" tab on the Ribbon.
This will provide access to the Backstage view, where you can find various file-related functions such as saving, opening, printing, and sharing documents.
When you click on the File tab, you will be taken to the Backstage view, which provides access to various options and commands related to the file you are working on. The Backstage view is designed to help you manage your files, change settings, and perform other file-related tasks.
In theBackstage view, you can perform tasks such as opening, saving, and printing files, creating new files, setting file properties, checking for issues, and more. The options available in the Backstage view may vary depending on the application and the version of Microsoft Office you are using.
In summary, to open Backstage view in Microsoft Office applications, click on the File tab on the ribbon. This will take you to the Backstage view, where you can perform various file-related tasks and access different options and commands.
To learn more about Microsoft Office:
#SPJ11
Answer:
Hi!
The method in Java:
public void chooseMenuAndDrink(int age) {
String menu;
Scanner stdin = new Scanner(System.in);
menu = stdin.next().charAt(0); //read the char and save the value on menu.
if ( menu.equals("S") ) { // if menu is S
if(age > 21) { // and age > 21
System.out.println("cabernet"); // prints cabernet
} else { System.out.println("vegetable juice"); } // else prints vegetable juice
}
if ( menu.equals("T") ) {
if(age > 21) {
System.out.println("chardonnay");
} else { System.out.println("cranberry juice"); }
}
if ( menu.equals("B") ) {
if(age > 21) {
System.out.println("IPA");
} else { System.out.println("soda"); }
}
if (!menu.equals("B") & !menu.equals("T") & !menu.equals("S")) { // if menu is not B, T or S
System.out.println("invalid menu selection"); // prints invalid menu selection
}
}
B. on the Windows desktop next to the My Computer icon.
C. under Settings in the Start menu.
D. on the Systems tab in Windows Help.