What are the six external parts of a computer?

Answers

Answer 1
Answer: External computer parts are those that connect to the case, often to provide ways to input or output data. Most computers use a keyboard and mouse as external input devices and a monitor as an output device. Speakers, printers, modems, network routers and external storage devices are other external devices.

Related Questions

Drag each item to the correct location.(1 point) Put responses in the correct input to answer the question. Select a response, navigate to the desired input and insert the response. Responses can be selected and inserted using the space bar, enter key, left mouse button or touchpad. Responses can also be moved by dragging with a mouse. TRUE FALSE
To add a new guide to the slide press ____________________ and then drag an existing guide
Explain three ways you can get home safely if the friend you rode with has drugs or alcohol in his or her system and you prevent him or her from getting behind the wheel.
Write a loop that reads positive integers from standard input, printing out those values that are greater than 100, each on a separate line, the loop terminates when it reads an integer that is not positive.
You work as a Network Administrator for McNeil Inc. The company has a Linux-based network. You have just created a directory named Sales on a file server. David, a Sales Manager, has to use this directory to keep sales reports. David reports that he is unable to save his reports in the directory. When you list the directory using the LS command, you get the following result: drwxr-xr-x 2 root root 2048 Jan 2 2006 Sales What is the most likely cause?A) The sales directory is not properly mounted.B) David is working on his local computers login. C) The sales directory has been deleted by accident.E) David does not have the write permission on the directory.

In the Microsoft Office Suite, what tells a database what to insert information in the document? A. Placeholder
B. Table
C. Event handler
D. Object

Answers

A. a placeholder tells you were database should be inserted

1. Default tab stops are set in Word every _______ inch. A. 1B. 1/2 C. 1/4 D. 3/4

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

Answers

I have attached the answers below


17.is b.Click one of the insert buttons in the Rows & Columns group of the Layout tab.

Write a method named lastFirst that accepts a string as its parameter representing a person's first and last name. The method should return the person's last name followed by the first initial and a period. For example, the call lastFirst("Marla Singer") should return "Singer, M." . You may assume that the string passed consists of exactly two words separated by a single space.

Answers

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) );

       

   }

   

}

An email can lead to miscommunication because:a. it is a faster mode of communication
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

Answers

The answer is B. An email can lead to miscommunication because there is no opportunity to interpret non-verbal cues. Everybody is different and we have different communication styles. To better communicate without having to have a negative tone on an email, the sender has to use positive positioning.

Answer:

it's B....

Explanation:

Determine the result. Type "Error" if the program would terminate due to divide-by-zero. Only literals appear in these expressions to focus attention on the operators; most practical expressions include variables.100 / 2

Answers

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.

____ describes the amount of data that the system can transfer in a fixed time period.

Answers

bandwith. hope i helped.