List the six external parts or "peripherals" of a computer system and identify which are the output and which are the input devices

Answers

Answer 1
Answer: there are more than 6  but these are the ones that i guess are most common.

input
-keyboard
-mouse

output
-monitor 
-printer
-speaker
-usb (flashdrive)

Related Questions

I will brainlistLEAN manufacturing is mostly used in automobilemanufacturing? True or False
Which spreadsheet toolbar displays options such as Cut and Paste?
You will be safe from downloading viruses as long as you have software to monitor your computer.
Which of the following Web sites would be MOST credible?a. a site associated with a local universityb. an encyclopedia site with many contributorsc. a site run by a small, obscure publishing housed. a private site that contains a lot of information
Carly is part of a community of developers. In her free time, she works on code to improve this open-source operating system. The OS she's working on is most likely _____.LinuxWindows VistaMac OS XMS-DOS

Alice talked to her school counselor about a career in the medical field. Her counselor told her about information the counselor found in a text book. Alice’s counselor is a _____.

Answers

Your answer is a secondary source.:)

How can i use css/html coding to create links

Answers

Three Ways to Insert CSSThere are three ways of inserting a style sheet:External style sheetInternal style sheetInline styleExternal Style SheetWith an external style sheet, you can change the look of an entire website by changing just one file!Each page must include a reference to the external style sheet file inside the <link> element. The <link> element goes inside the head section:<head>
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>
An external style sheet can be written in any text editor. The file should not contain any html tags. The style sheet file must be saved with a .css extension. An example of a style sheet file called "myStyle.css", is shown below:body {
    background-color: lightblue;}

h1 {
    color: navy;
    margin-left: 20px;}

Hint: Do not add a space between the property value and the unit (such as margin-left:20 px;). The correct way is:margin-left:20px;

nternal Style SheetAn internal style sheet may be used if one single page has a unique style.Internal styles are defined within the <style> element, inside the head section of an HTML page:Example<head>
<style>
body 
{
    background-color: linen;
}

h1 {
    color: maroon;
    margin-left: 40px;

</style>
</head>
Inline StylesAn inline style may be used to apply a unique style for a single element.An inline style loses many of the advantages of a style sheet (by mixing content with presentation). Use this method sparingly!To use inline styles, add the style attribute to the relevant tag. The style attribute can contain any CSS property. The example shows how to change the color and the left margin of a <h1> element:Example<h1 style="color:blue;margin-left:30px;">
This is a heading.</h1>
Multiple Style SheetsIf some properties have been defined for the same selector in different style sheets, the value will be inherited from the more specific style sheet. For example, assume that an external style sheet has the following properties for the <h1> element:h1 {
    color: navy;
    margin-left: 20px;
}
then, assume that an internal style sheet also has the following property for the <h1> element:h1 {
    color: orange;    
}
If the page with the internal style sheet also links to the external style sheet the properties for the <h1> element will be:color: orange;
margin-left: 20px;
The left margin is inherited from the external style sheet and the color is replaced by the internal style sheet.Multiple Styles Will Cascade into OneStyles can be specified:in an external CSS fileinside the <head> section of an HTML pageinside an HTML elementCascading orderWhat style will be used when there is more than one style specified for an HTML element?Generally speaking we can say that all the styles will "cascade" into a new "virtual" style sheet by the following rules, where number three has the highest priority:Browser defaultExternal and internal style sheets (in the head section)Inline style (inside an HTML element)So, an inline style (inside an HTML element) has the highest priority, which means that it will override a style defined inside the <head> tag, or in an external style sheet, or in a browser (a default value).

Hint: If the link to the external style sheet is placed below the internal style sheet in HTML <head>, the external style sheet will override the internal style sheet!

To create a cover letter to send to potential employers along with a resume, what software program should you use?

Answers

Sending letters is easier when an individual is using an email. Emails are very easy to access, they can be sent twenty four / seven (24/7) and can also be received 24/7. Examples of email programs are yahoo and google websites.

an error message is displayed during windws startup about a service that has failed to start, and then the system locks up. You try to boot in safe mode, but get the same error message. What do you try next?

Answers

Answer:

1:-Launch Windows RE and perform a Start Repair.

2:- Until you pick the Last Documented Successful Configuration on the Advanced Boot Options menu are the correct answer of this question.

Explanation:

Technology company Rescue is a Software restore tool capable of fixing some device issues that can prevent Microsoft for operating. Install Repair checks your Computer for the problem and then attempts to fix it, so that your Computer can start properly.

The Enhanced Boot Preferences app lets you connect to the internet in advanced mode for troubleshooting.

Which issue can arise from security updates and patches?

Answers

Answer:

One issue that can arise from security updates and patches is compatibility problems. When a security update or patch is released, it is designed to fix vulnerabilities or improve the security of a system. However, these updates may not always be compatible with all software or hardware configurations.

Here are some specific issues that can arise from security updates and patches:

1. Software or hardware incompatibility: In some cases, a security update may conflict with certain software or hardware components of a system. This can result in system crashes, freezes, or other issues that affect the functionality of the system.

2. Reduced performance: Security updates and patches may introduce additional processes or checks that can impact the performance of a system. This can lead to slower response times or increased resource usage, causing the system to become less efficient.

3. Software bugs or errors: Sometimes, security updates and patches themselves may contain bugs or errors that can cause unintended issues. These bugs can range from minor glitches to more severe problems that can compromise the stability or security of a system.

4. Dependency conflicts: Security updates and patches may have dependencies on other software components or libraries. If these dependencies are not met or if there are conflicts between different versions, it can lead to errors or malfunctions in the system.

5. Configuration changes: Security updates and patches may alter system configurations or settings. If these changes are not properly communicated or documented, they can result in unexpected behavior or difficulties in maintaining or troubleshooting the system.

To mitigate these issues, it is important to carefully test and evaluate security updates and patches before deploying them to production systems. It is also advisable to keep backups of critical data and configurations, so that in the event of any issues, the system can be restored to a previous state. Additionally, staying up-to-date with vendor recommendations and seeking support from relevant technical resources can help address any potential issues that may arise from security updates and patches.

describe three ways in which the internet can change the manner in which companies do business with their customers

Answers

First: The internet enables buisness people to make a website and online shoping.
Second: Websites like Toys'rus have a chat box that lets you talk to one of the staff. So instead of going to the store, you can just ask that person on the website.
Third: The internet can help customers to just veiw there items and add to cart without the store swarming with people and littering everywhere.