B. Table
C. Event handler
D. Object
2. Once you've saved a block of text or graphics for easy insertion in other documents, you'll see it in the _______ gallery.
A. Photo Space
B. ClipArt
C. Multimedia Online D. Quick Parts
3. To set up Automatic Backup on your computer, what option would you choose from the Word Options screen?
A. General
B. Customize Ribbon C. Backup
D. Advanced
4. Suppose you want to view a document that has several headings. What view would you use? A.Draft
B. Read
C. Outline
D. Web
5. _______ allows you to add formatting such as shapes and colors to text. A. WordShapes
B. WordDraw
C. WordArt
D. WordDesign
6. What is the default file extension for a file saved in Word 365? A. .docx
B. .docext
C. .doc
D. .doc365
7. To recover a deleted document, what would you choose in the Info window? A. Undelete
B. Retrieve
C. Manage Versions
D. Uninstall
8. Which of the following is the shortcut key combination for pasting copied text? A. Ctrl+C
B. Ctrl+X
C. Ctrl+V
D. Ctrl+P
9. _______ allows you to specify how a photo is positioned in the text of your document. A. Align Photo
B. Wrap Text
C. Align Text
D. Wrap Photo
10. _______ view focuses on the text and content of a document, without much information on the page layout.
A. Draft B. Print C. Outline D. Read
11. How do you access the dictionary and thesaurus in Word?
A. Click the Dictionary/Thesaurus icon in the upper-left page.
B. In the View tab, click the Dictionary icon.
C. In the Review tab, click the Define icon next to the Spelling & Grammar tool. D. In the Insert tab, click the Help icon to the left of the Spelling & Grammar tool.
12. Users with a Microsoft account have access to an online storage and sharing system known as A.OfficeAnywhere.
B. Producer.
C. OneDrive.
D. WebApps.
13. In Word, a red wavy underline indicates a/an A.AutoCorrect suggestion.
B. hard page break.
C. possible grammatical error.
D. possible misspelled word.
14. When pointed over text within a paragraph, the cursor takes the shape of a/an A. right-pointing arrow.
B. I-beam.
C. left-pointing arrow.
D. four-headed arrow.
15. You send a report to your boss for feedback and she returns it to you with her edits noted in the electronic file. This Word feature is called
A. Markup Changes. B. Online Markup. C. Track Changes. D. Online Edits.
16. To remove any hidden data from your document before sharing it, what should you do?A. Click the View tab and then click Protect Document.
B. Click the File tab, click Check for Issues, and then click Inspect Document.
C. Click the File tab, click Check for Issues, and then click Check Accessibility.
D. Click the File tab, click Check for Issues, and then click Protect Document.
17. If you want to insert a column into an existing table, what would you do? A. Click Column in the Insert tab.
B. Click one of the insert buttons in the Rows & Columns group of the Layout tab.
C. Click one of the insert buttons in the Data group of the Layout tab.
D. Click in the Table Style Options group of the Design tab.
18. To ensure that your computer is saving files by default to your hard drive, A. choose Save in theOptions window and check the box next to Save by default.
B. choose Options from the File Info screen, choose Save in the Word Options window, and make sure the box next to Save to Hard Drive is checked.
C. click on File, choose Options, click on Save, and make sure the box next to Save to Hard Drive is checked.
D. choose Options from the File Info screen, choose Save in the Word Options window, and make sure the box next to
Save to Computer by default is checked.
19. How do you change the top and bottom margins of an entire document? A. Click the Page Layout tab and then the Orientation button.
B. Click on the Tools tab and then on Options.
C. Click on the View tab and then on Header and Footer. D. Click the Page Layout tab and then theMargins button.
20. Which of the following allows you to view and access important information about your document all in one location?
A. Menu bar
B. Backstage view C. Status bar
D. Help icon
Computer
1. B
2. Between B and C
3. D
4. C
5. C
6. A
7. B
8. C
9. B
10. A
11. C
12. C
13. D
14. Between B and C
15. C
16. B
17. Between B and D
18. D
19. D
20. B
can you check this for me please
I have attached the answers below
I'm going to assume this is Java, because you said "method" meaning it will be some sort of object oriented language, and Java's really common. Here would be the full program, but you can just take the method out isolated if you need it.
package lastname;
public class LastName {
public static void main(String[] args) {
// Example usage:
String name = LastName.lastName("Garrett Acord");
System.out.println(name);
// Output: Acord G.
}
public static String lastName(String fullName)
{
String[] splitName = fullName.split(" ");
return String.format("%s %s.", splitName[1], splitName[0].substring(0,1) );
}
}
b. there is no opportunity to interpret nonverbal cues
c. receiver might not have access to the Internet
d. sender might type in the wrong email address
Answer:
it's B....
Explanation:
Answer:
It depends upon the programming language that you are working on, and you can set your own error message using the try catch option. As an example, suppose you are working on the C#. Code like below can be added:
using System;
class MainClass {
static void Main(string[] args) {
int a = 5;
int b= 0;
int c= 100/2;
console.WriteLine(c);
try {
int d = a / b;
} catch (DivideByZeroException err) {
Console.WriteLine(err);
}
}
}
System.DivideByZeroException: Attempted to divide by zero.
This will give the above error message. And this is an error message by the system. We can also have a user-defined error message.
Explanation:
Please check the answer.