What is the difference between Input, Output, and Storage Devices?

Answers

Answer 1

Answer:

Explanation:

There are three different types of peripherals: Input, used to interact with, or send data to the computer (mouse, keyboards, etc.) Output, which provides output to the user from the computer (monitors, printers, etc.) Storage, which stores data processed by the computer (hard drives, flash drives, etc.)

Answer 2
There are three different types of peripherals: Input, used to interact with, or send data to the computer (mouse, keyboards, etc.) Output, which provides output to the user from the computer (monitors, printers, etc.) Storage, which stores data processed by the computer (hard drives, flash drives, etc.)

Related Questions

Find the total cost of a $125 coat purchased in Los Angeles County where the sales tax is 9%. Use the expression c + 0.09c
A
$11.25
B
$112.50
c
$126.25
0 $136.25

Answers

The answer is B I believe

Which of the following would be better communicated with an image than with text?
Choose the answer.
the tone of a person's voice
an invitation to a museum opening
the decor at a wedding
the schedule for a conference

Answers

Answer:

A decor to a wedding

Explanation:

its bc who would want to know how its described when u could look of how it looks u might be speechless

The wedding's decor would've been best communicated through an image than through prose, and further calculation can be defined as follows:

Humans react and process new info more efficiently than every sort of data. Visual content is processed 60,000 seconds faster by the human brain than text. It is the picture is worth 60,000 words! Moreover, visual data accounts for 90% of the information conveyed to the mind.

Therefore, the final choice is "the decor at a wedding ".

Learn more:

brainly.com/question/16390691

what advice can you give to learners to achieve their goals​

Answers

Answer:

Never give up, take your time, don't get distracted easily, lock your electronics in a box until you finish your work.

Reach for the stars! Always go the extra mile! Never give up!

In a sentence

If you wanted to become a police officer and you had to read boring books and you wanted to give up, but always think "I should always push myself past my limits, If I gave up then how would i know what I could have become?

Trademark

Owned by me

bcr is an out put device true or false​

Answers

Answer:

Hey mate....

Explanation:

This is ur answer......

True

Hope it helps!

mark me brainliest plz......

Follow me! :)

Answer:

False?

Explanation:

Write the function greeting that takes a string as input. That string will be formatted as Name Age Hobby, without any punctuation. greeting should split their response into list elements, then use index values to greet them by name and respond that you enjoy that hobby as well, with the format: ‘Hello, ! I also enjoy !' Make sure your output matches this format! For example, greeting('Jose 17 hockey') # => 'Hello, Jose! I also enjoy hockey!' greeting('Cindy 14 robotics') # => 'Hello, Cindy! I also enjoy robotics!'

Answers

Answer:

The function in Python is as follows:

def greetings(details):

   details = details.split(' ')

   print('Hello, '+details[0]+'!, I also enjoy '+details[2])

Explanation:

This defines the function

def greetings(details):

This splits the input string by space

   details = details.split(' ')

This prints the required output

   print('Hello, '+details[0]+'!, I also enjoy '+details[2])

After splitting, the string at index 0 represents the name while the string at index 2 represents the hobby

What can help you take better animal photographs?

Use a lower ISO.
Focus on the animal's nose.
Be ready to catch the shot.
All of the above

Answers

Answer:

All of the above

Explanation:

i think i may be wrong.

Answer:

be ready to take the shot

Explanation:

Tip of advice on brainliest.You can copy and paste the question then search it in the search bar because i can guaranty that someone has asked that question before. and then all you got to do that and you can keep your points. hope this helps! ;)

Answers

Answer:

Thx Man i actully didnt think of it before

(Hey do u wanna rp btw (roleplay

Explanation:

Design a program that ask the user to enter a series of positive numbers. The user should enter a negative number to the series. After all the positive numbers have been entered the program should display their sum

Answers

Answer:

total = 0

while True:

   number = float(input("Enter a number: "))

   

   if number < 0:

       break

   

   total += number

   

print("The total of the positive numbers entered is", total)

Explanation:

*The code is in Python.

Initialize the total as 0

Create a while loop. Inside the loop:

Ask the user to enter a number. Check the number. If it is smaller than 0 (This means it is a negative number), stop the loop using break. Add the number to the total (cumulative sum). (This way your program keeps summing numbers until you enter a negative number)

When the loop is done, print the total

The____
mode is generally used when delivering a presentation to an audience.

Slide
Auto
Default
Window.

Answers

Answer:

Default

Explanation:

The four modes of delivery— memorized, impromptu, manuscript, and extemporaneous—are all valuable in group presentations. However, the most common mode of delivery is extemporaneous.

Default would be the correct answer.

Price of ETH coin right now?
Don't answer if u don't know.

Answers

Answer:

58,715.40

Explanation:

Which wizard is a tool provided by Access that is used to scan the table’s structure for duplicate data?

Query Design Wizard
Table Design Wizard
Table Analyzer Wizard
Performance Analyzer Wizard

Answers

Answer:

Table Analyzer Wizard

Explanation:

The __________ gear is the input gear.
A. Drive
B. Driven

Answers

Answer:

A) Drive

Explanation:

Driven is past tense

Driven is usually used more in sentences with out a car like "It had driven her crazy"

A salesman has been traveling to different businesses all day to give a sales presentation. Each time, he was starts up his laptop and logs into Windows to show his PowerPoint presentation to the customer. During his second appointment, his laptop lost power and shut itself off abruptly. He arrives at his third appointment and plugs in his laptop to recharge it. When he powers on his laptop, he sees a very low resolution version of his normal desktop. He attempts to change the resolution from 800 x 600 to 1920 x 1080 (his normal resolution), but cannot find it in the Display Settings options inside of Windows. Which of the following could be the cause of this error?
A. Corrupted or missing display driver
B. Graphic card failure
C. Corrupted motherboard firmware
D. Corrupted memory module

Answers

Answer:

A. Corrupted or missing display driver

Explanation:

The most likely reason for this problem would be a corrupted or missing display driver. The display driver is in charge of grabbing the information from the graphic card and adjusting all the necessary settings so that all of the graphic card's power is able to be utilized. Missing or corrupt drivers can cause errors such as laggy display, wrong resolution/minimum resolution, missing display settings, etc. A graphic card failure on the other hand would show no image on the screen whatsoever when turning on the computer.

Choose the best function for the purpose.

___ You need a collection to grow. Once you have all the data values, you will pass the collection to a function for
processing.

___ You will store a set of data that will not change.

Answers

Answer:

LIST: You need a collection to grow. Once you have all the data values, you will pass the collection to a function for processing.

TUPLE: You will store a set of data that will not change.

Explanation:

EDGE 2021 answers came from the actual reading. Here's the definition Edge provides for a list: "Lists are probably the most commonly used type of collection. A list can grow as you add values to it. You could use a list to quickly save those values and then pass the list to a function for processing."

With all those bolded words, you see list is the answer for that first blank.

Here's the definition Edge provides for tuple and how it proves deque is the WRONG answer: "Lists and deques are mutable—you can change them. "Tuples are immutable (can't change). Tuples are a good choice when you know that, once created, you will not need to change the values in a tuple. The only way to change the values in a tuple is to create a new tuple with the new values. "

What is the function of this logical comparator! =?

Answers

Answer:

See explanation

Explanation:

!= means not equal

The given operator is not a logical operator but rather a comparison operator.

It compares two expressions, values or variables and returns true if the items being compared are not equal.

What are your initial thoughts regarding copyright and fair use after watching the clip?

(The clip is The Clock by Christian Marclay, just a 3-minute clip 2010-2011 you can find on YT)

Answers

The answer is A you’re welcome

Justify the following statement: " Diversity should exist in the workplace."

Answers

Answer:

Explanation:

Diversity should exist in the workplace because if everyone working together had the exact same views, there wouldn't be any growth and learning of new ways to expand ideas.

Answer:

Diversity should exist in the workplace because if everyone working together had the exact same views, there wouldn't be any growth and learning of new ways to expand ideas.

Explanation:

e d g e

Sometimes it is necessary to_ after installing a new software program and before using it the first time.

Answers

Answer:

The answer is "restart your computer".

Explanation:

Installing the new software programs with system drivers and plug-ins would be the ready-to-execute software. It refers to a particular installation of a device or hardware to enable its computer functional. Since downloading a new software program and using it first, you often have to restart your computer.

Answer: restart your computer

Explanation: took the quiz

In a single paragraph, write about the functions of HTML tags.

Answers

Answer:

The main function of HTML Tag is to define the set of rules for browsers to display the content of web page in a certain way. The content could be anything Text, Image and even video (thanks to HTML5). It tells your browser what to display on the Web Page and how to display it. Overview. People use tags to aid classification, mark ownership, note boundaries, and indicate online identity. Tags may take the form of words, images, or other identifying marks. An analogous example of tags in the physical world is museum object tagging.

Explanation:

Hope this helps        :)

Answer:

The main function of HTML Tag is to define the set of rules for browsers to display the content of web page in a certain way. The content could be anything Text, Image and even video (thanks to HTML5). It tells your browser what to display on the Web Page and how to display it. Overview. People use tags to aid classification, mark ownership, note boundaries, and indicate online identity. Tags may take the form of words, images, or other identifying marks. An analogous example of tags in the physical world is museum object tagging.

Explanation:

Which of the following is a true statement about parameters in data management? Check all that apply.

Answers

Answer:

Parameters are used to limit or refine results.

A multiply parameter contains more than one condition to locate, sort, or filter data.

Searching for the number 12 in your spreadsheet is an example of a simple parameter.

Explanation:

Answer:

1,3,4

Explanation

the taskbar contains what

Answers

Answer:The taskbar is anchored to the bottom of the screen by default, but can be moved to any screen side, and contains the Start button, buttons for pinned and running applications, and a system tray area that contains notification icons and a clock.

Explanation:

WHAT DOES THE SCRATCH CODE BELOW DO?

Answers

i think the correct answer would be b but im not 100% so if i’m wrong please lmk :]

A stairway has 6 steps. Is a handrail required?

A) A handrail is required

B) A handrail is not required

C) Double handrail are required

D) Only noising is required.

Answers

Answer:

A. A handrail is required

Answer:

t think its A, a handrail is required

What are your thoughts on the last nintendo direct

Answers

Answer:

I don't know? How do you feel about them?

Explanation:

Answer:

Wait, what's that-

Explanation:

Hello, I am smart without showing off and I will help you with your homework and tell you the correct answers (◠ᴥ◕ʋ).​

Answers

Answer:

HII CSN U ANSWER MY MATH QUESTION

It is the ornamentation of textiles and other material with needle work
for personal use and decoration.
a. Embroidery
b. Handicraft
c. Recycling
d. Sewing

Answers

A! Embroidery is the ornamentation of textiles using needle work

1.
Why do you need to use sources of information when writing a formal business
document?

Answers

Answer:

You need sources of information when writing a formal business document because, if the person receiving the document would like to see the full source you got your information from it could help them understand better what they are reading. Also it looks more professional.

Explanation:

What are the five generations of computers?​

Answers

Answer:

First Generation, Second Generation, Third Generation, Fourth Generation, Fifth Generation

Explanation:

First Generation- Vacuum Tubes

Second Generation- Transistors

Third Generation- Integrated Circuits

Fourth Generation- Microprocessors

Fifth Generation- Artificial Intelligence

write a qbasic program to design any simple software with output ​

Answers

Answer:

CLS

PRINT "Hello World"

Explanation:

A generic question with a generic answer.

Choose the correct line of code.

To overload exponentiation, use

•def_power__(self, b):
•def_power_(self, a, b):
•def_pow_(self, b):
•def_pow_(self, a, b);

Answers

Def_pow_(self,b): if not then I’m sorry

Answer: def_pow_(self,b)

Explanation: got it right on edgen

Other Questions
An Element of Art defined by a point moving in space.A. ColorB. LineC. ValueD. Space 3. The 1807 Embargo Act prohibited trade with other countries.True or false Sam is making wheels for tricycle. He can make 400 wheels in 2 hours. how many hours will it take him to make 1,000 wheels. Which statements descrbe the function fo) =3(3)? Check all that apply Biomes are characterized by temperature, precipitation, and the plant and animal communities that live there.True or false? 3How should sentence 8 be changed?A Insert a comma after grassB Change reminds to remindingC Change playing to to playD Change Soccer to soccer One batch of cookies requires two eggs and two and a half cups of flour. How many cups of flour are needed to make three and a half batches of cookies? Write and solve a proportion. True or False: The only difference between parallelism and antithesis is that antithesis contains a contrast, or opposites, but both are balanced sentences. (No need to use a word from the word bank on this one--just type "true" or "false." How would you describe a State Budget?A. A State budget is anestimation of howfunds are collectedfor the stategovernment over aspecified futureperiod of time and isusually organizedand on a periodicbasis as staterequires. B. A State budget isthe stategovernment'sestimation ofrevenue andexpenses over aspecified futureperiod of time and isusually compiledand re-evaluated ona periodic basis asrequired by thestate.C. A State budget is astate government'sestimation of itsexpenses over aspecified futureperiod of time and isusually compiledevery year based onstatesrequirements. All of the following are true of photosynthesis except Write a Informative essay explaining the impact of music on humans. which of this words are figurative language and give examples.couplet linedialect metaphordiction meterend rhyme personificationextended metaphor repetitionfigurative language rhyme schemeform simileidiom sonnetimagerystanza Does anyone know this answer??? Indicate whether the function represents an exponential growth or decay. What is the resulting integral? Hummingbirds need large amounts of energy to flap their wings between 60 and 200 times per second. Their wings beat so rapidly that it is difficult to see them move. They often appear suspended in air for extended periods of time without changing their location. Hummingbirds have long bills and grooved tongues to reach into flowers to feed on flower nectar. They also feed on insects. The body system most directly interacting with the skeletal system to enable hummingbirds to beat their wings between 60 and 200 times per second is the- F. muscular system. G. integumentary system. H. endocrine system. J. circulatory system. plz help!!!!!!!!!!!!!!! Someone please help me, click on link to see the question. Please and Thank You what is 18k+3asking for a friendk as in the letter not 18,000 If an object is placed between the focal point and twice the focal length of a convex lens, which type of image will be produced?A. real, upright, and magnifiedB. virtual, inverted, and smallerC. virtual, upright, and magnifiedD. real, inverted, and magnifiedE. real, upright, and smaller