What are storage devices ​

Answers

Answer 1

Answer:

=>. storage devices are those devices that is used to store some data in it

It is very important device that gives a lot of benefits in our daily lives

we can also carry our data from one place to another

Answer 2
Well they are pretty much what store files and such on your computer or other device some different types are ssd and hdd

Related Questions


Give 5 comparisons of the three employees with the highest net pay



pls someone helppp mee

Answers

Answer:

this is wot u get for not paying attiention on class

Explanation:

Answer:

Uhm you should Of payed attention in class

Explanation:

use g00gle I would of helped u but because of wut u are commenting on others questens this is what you get this website is litrally for people to help don't always just comment use g00gle your welcome :))

What patterns do you find within the fractions in the inch on the ruler?

Answers

Answer:

The markings on a standard ruler represent the fractions of an inch. The markings on a ruler from the start to the 1″ mark are: 1⁄16“, 1⁄8“, 3⁄16“, 1⁄4“, 5⁄16“, 3⁄8“, 7⁄16“, 1⁄2“, 9⁄16“, 5⁄8“, 11⁄16“, 3⁄4“, 13⁄16“, 7⁄8“, 15⁄16“, and 1”.

You are the administrator for a small network. You have approximately 50 users who are served by a single Windows server. You are providing Active Directory, DNS, and DHCP with this server. Your clients all use Windows workstations. Last week, an employee quit. A replacement has been hired and will be starting next Monday. The new user will need to have access to everything the previous user had, including document files held in the Home folder. You need to set up an account for the new user that all the access required. What should you do?

Answers

Answer:

Rename the existing account, and change the name fields to match the new employee.

Explanation:

As you appoint new employer that need all the access to everything that the previous user had, including the documents files held in the Home Folder.

So, As an administrative of the network, you should Rename the existing account, and change the name fields to match the new employee.

List the two page orientations in Microsoft word​

Answers

Answer:

Portrait and landscape

Explanation:

please rate brainiest for my progression


1. Using a microphone to create an audio file to accompany a message is an example of how data is processed and sent to an output device. true/false?

Answers

Answer:

I would say true.

What is computational thinking?

Answers

Answer:

In education, computational thinking is a set of problem-solving methods that involve expressing problems and their solutions in ways that a computer could also execute.

Describe, with examples, the way in which a defect in software can cause harm to a person, to the environment, or to a company

Answers

Answer:

Losing jobs. Fire. Destruction of property.

Explanation:

Having a company shut down due to lack of protection and having people testify products unsafe. If software blows up it could cause desturction of property therefore causing the effect of many people losing their jobs.

What are the different data types that a variable can be in computer programming?

Answers

Answer:String (or str or text)

Character (or char)

Integer (or int)

Float (or Real)

Boolean (or bool)

Explanation:

Elige una metodología presentada en la lectura para aplicar la prospectiva (Método Delphi o Construcción de escenarios) y de manera gráfica represente cada metodología y sus fases.

Answers

Answer:

Método Delphi

Explanation:

El método Delphi es un método experto que se ha utilizado ampliamente en la investigación de futuros. En la actualidad, el método Delphi involucra típicamente de 15 a 40 expertos en dos o tres rondas.  

La selección de un panel de expertos que represente de manera integral a las partes interesadas relevantes es un paso crucial en el estudio. La primera ronda, a menudo realizada a través de entrevistas, busca preguntas relevantes y motiva al panel a seguir trabajando. En la siguiente ronda, los panelistas evalúan las declaraciones prospectivas y justifican sus respuestas con diferentes perspectivas. Una característica clave del método es dar respuestas sin nombre, es decir, de forma anónima.

El método Delphi es especialmente adecuado para tratar un tema complejo o que cambia rápidamente, para el cual se pueden identificar expertos o partes interesadas (como ciertos grupos de población) u organizaciones (desarrollo tecnológico, problema social) que estén particularmente familiarizados con él.

El proceso Delphi produce una variedad de perspectivas, hipótesis y argumentos que se someten a pruebas y argumentaciones de expertos abiertos. El proceso busca filtrar las opiniones en opiniones de la comunidad compartidas o disidentes. Ambos resultados son valiosos. Puede haber desacuerdo no solo sobre los argumentos sino también sobre los objetivos, la probabilidad y la conveniencia de las alternativas.

Ill give 100 points to whoever gives me the CORRECT answer. I keep getting syntax errors when I do the "add:" part. Can someone walk me through this code?
Part A One of the biggest benefits of writing code inside functions is that we can reuse the code. We simply call it whenever we need it! Let’s take a look at a calculator program that could be rewritten in a more reusable way with functions. Notice that two floats (decimal numbers, but they can also include integers) are inputted by the user, as an operation that the user would like to do. A series of if statements are used to determine what operation the user has chosen, and then, the answer is printed inside a formatted print statement. num1 = float(input("Enter your first number: ")) num2 = float(input("Enter your second number: ")) operation = input("What operation would you like to do? Type add, subtract, multiply, or divide.") if operation == "add": print(num1, "+", num2,"=", num1 + num2) elif operation == "subtract": print(num1, "-", num2,"=", num1 - num2) elif operation == "multiply": print(num1, "*", num2,"=", num1 * num2) elif operation == "divide": print(num1, "/", num2,"=", num1 / num2) else: print("Not a valid operation.") Your job is to rewrite the program using functions. We have already looked at a function that adds two numbers. Using that as a starting point, we could call the add function from within our program in this way: if operation == “add”: result = add(num1, num2) print(num1, "+", num2,"=",result) Now it’s your turn to do the following: Type all of the original code into a new file in REPL.it. Copy the add function from the unit and paste it at the top of your program. Write 3 additional functions: subtract, multiply, and divide. Pay careful attention to the parameters and return statement. Remember to put the three functions at the top of your Python program before your main code. Rewrite the main code so that your functions are called. Part B There are many different ways that a user could tell us that he or she would like to add two numbers in our calculator program. The user could type “add”, “Add”, “ADD”, or “+”, to name a few possibilities. Of cour

Answers

Answer:

sorry but there is not enough information to complete this

Explanation:

working on rewriting my code so i can paste it here! itll be done in a sec

How is video compression accomplished?
Video compression works by making the pixel size smaller.
Video compression works by removing the sound.
Video compression works by smoothing the pixels.
Video compression works by removing unnecessary parts of frames

Answers

Video compression works by making pixels smaller, so A.

Answer:

A. Video compression works by making the pixel size smaller.

Explanation:

E2020!

1. Describe a recent modern "story" you heard, read, or saw. Explain how that story taught you an important idea about life, family, or society. Be sure to talk about where/how you heard/read about the story in your description.

2. Describe a simulation game you've played recently or have heard about (you may even propose a simulation game idea yourself). Explain why that game fits the definition ofba simulation.

3. in an age of books, films, television, why are games important?

4 think of a game you enjoy. For that game, Describe some of its objectives, rules, operstion, obstacles, and outcomes.

5. What is the main difference between a video game and other types of games (board games, card games, tag, etc.)? What are the similarities?​

Answers

due to recent times there has been injustice. the movement im talking about is blm or alm. theese rough times when socitey cant agree with each other. during theese times its taught me alot about both sides arguments. may 25 2020 "i cant breathe i cant breathe i cant breathe" george floyed was killed may 25 2020 this is when this whole mess started. building being burnt down to crips. people raiding the streets. people getting hurt. the pain some people felt was to much to handle that they dealt with it wrong. here is were alm comes in. alm all lifes matter, mexican lifes matter, black lifes matter, muslims lifes matter, chinnese life matetr white lifes matter unborn lifes matter and much more. blm supporters disagree that all lifes dont matetr untill black lifes do and that alm didnt exist until blm did. theese tough times taught me society needs to stick togther now more then ever and that the skin tone your size your religon dosent matter just how you treat other.

a simulation game. a stimulation game i propose is a simulation game were you live normal life. get a job pay rent and ect. which would teach kids how to work and how to earn money how to pay taxes. this game would be perfect to teach kids the importance of money and that money isnt earned easy. how i imagine it is the game is all about investing buying a better house getting a good job and not going bankrupt. you could even start a buisness which other players can shop in. this game would be the perfect fun and educational game.

in an age of books, films, television, why are games important? games can come in diffrent forms some teach you how to stay safe. some teach you how to run a buisness. some can even teach you how to invest. game can be educational and fun at the same time! games are great for whenever its raining outside and you have some spare time to get cozy and enjoy a game. some games can even bost your mental strength with puzzels and maze's which help your brain stay healthy.

my favorite game, is a board game monopoly. its a game were you invest in properties and NOT go bankrupt! its a fun game with lots of obstacles i enjoy that you play it with lots of people because in real life you will have obstacles people will try and get in your way.

a video game and a board game. the diffrence is video games can be good but can take a bad turn wuick to much is bad for you and like drugs can become addictive and somtimes even dangerous with hackers. a board game is safe because you just play it with your faimly and friends and there is no virus no hackers. there can be cheaters but much safer than video games. the simarlity is that they both can bost your mental stregth and keep your brain active with lots of thinking on the best move.

this took so long so i hope you like it!

Elgin is taking notes for his presentation about how people drink too much soda and other sugary drinks, and he finds information about how some cities and states are taxing sugary beverages at a higher rate to encourage people to make healthier choices. In which portion of Elgin's presentation does this information fit?

Answers

Answer:

a solution to the problem

Explanation:

In organizing his text, the move taken by some cities to help their citizens make better choices will fall into the part where he lists or proffers solutions to the excessive intake of soda and sugary drinks by people. Prior to this part, he might begin by explaining what the problem is, and including data that shows the impact of this problem in the society.

When concluding the text, he may now include details of how the government has intervened in remedying the situation.

how do hand tools,Farm implements and farm equipment differ from one another

Answers

Farm equipment helps the workers with the work they are already doing and farm implements do the work in there own

Which Internet connection type tends to use shared bandwidth?
Cable
Dial-up
DSL
ISDN

Answers

Answer:

try dial-up

Explanation:

Answer:

dial up

Explanation:

Your wireless network consists of multiple 802.11n access points that are configured as follows: SSID (hidden): CorpNet Security: WPA2-PSK using AES Frequency: 5.75 GHz Bandwidth per channel: 40 MHz Because of the unique construction of your organization's facility, there are many locations that do not have a clear line of sight between network clients and access points. As a result, radio signals are reflected along multiple paths before finally being received. The result is distorted signals that interfere with each other. What should you do

Answers

Answer:restart your internet box

Explanation:

HELP MEEE PLEASE!!!
Match the description with the information system it represents.

1. The use of a computer program to determine the diagnosis of a patient

2. The use of a computer program to forecast an earthquake

3. The use of a computer program to create a presentation

Decision support systems
Knowledge-based system
Office automation system

Answers

Answer:

b goes with 1 c goes with 3 and a goes with 2

Explanation:

Describe how you will lunch a web browser using the start menu​

Answers

Answer:

The steps are described as follows:

Click on the start menu button on your keyboardPlace the mouse pointer in the search areaType in the name of the browser (eg. Microsoft Edge or Internet Explorer etc.)Press enter on the keyboard or you click open/startWait, while the browser opens

Explanation:

The steps are self-explanatory

Answer:

Kindly check explanation

Explanation:

To launch a web browser using the start menu:

Click on the windows icon or start menu to open a search option, then type the name of your preferred browser, maybe Chrome, Firefox, safari, explorer or any other. Once the appropriate searched item pops up, place the cursor on the appropriate or preferred browser icon. Once the cursor is on the browser icon, you can either left click on the muse to display the available options, the right click on launch or start on the menu displayed. OR you can double click the the right side of the mouse to launch directly.

Use the drop-down menus
to complete the steps for reducing the mailbox server storage,
1. To access Mailbox Cleanup tools, navigate to_____the tab, and click Cleanup Tools.
2. Once in the Mailbox Cleanup dialog box, there are different options to choose from, such as_____________
or Empty Deleted Items,
3. The____________
function moves items off the server to an online Office 365 folder.

Answers

1. enter back stage view

Answer:

1. File

2. AutoArchive

3. Online Archive

Explanation:

Based on what you know about the Sort and Find functions, return to the database file to determine the answers to these questions.

How many people in the database have a birthday on 3/3/92?

0

1

2

3

Answers

ZERO

Explanation:

EDG 2021

First question is 0

second is 2

Which term describes how content in an array is accessed?
brackets

string

subscript

class

Answers

Answer:

the answer is subscript

Explanation:

PLEASE can someone give me some examples of activities I can put on a resume presentation?

I'm a freshman and I didn't really play any sports other than 8th grade volleyball. I really need some examples​

Answers

Answer:

list down extracurriculars (e.x. maybe you attend piano lessons, or you attend an art class during the weekend, or you play football outside of school, etc.)

you can also list any volunteering you do on the side (e.x. maybe you volunteer at your local church or at the local animal shelter), whatever you think counts.

A privacy prevention technique by using a unique number while installing a
software to prove the software originality.

-Product Keys
-License agreement
-Holograms
-Software permission​

Answers

Product keys ? I’m not too sure on what ur asking

Answer:

Product keys

Explanation:

7.3.4: Find the Error

Answers

Answer:

my_string = "hello!"

# One of the two lines below will cause an error.

# Each line is an attempt to replace the first

# letter of myString with H. Comment out the

# line you think is incorrect.

# my_string[0] = "H"

my_string = "H" + my_string[1:]

print(my_string)

Explanation:

The numeric or alphanumeric error code is being used to identify the type of error. Following are the description of the error code in the given question:

Incorrect code:

my_string[0] = "H" // this line give the error that is "'str' object does not support item assignment".

Correct code:

my_string = "hello!"#defining the string variable that is "my_string"

my_string = "H" + my_string[1:]#using string variable that perform slicing and hold its value

print(my_string)#print my_string value

Code Explanation:

Defining the string variable that is "my_string".In the next line, the string variable is used that adds "H" to the first index value and performs slicing, and holds its value. Using the print method that prints the "my_string" variable value.

Output:

Please find the attached file.

Find out more about the error here:

brainly.com/question/13106116

Jane is applying for an entry-level position as a support specialist at an IT firm. She is creating a résumé and needs to add her current skills.

Which of the following is most relevant to the job?
A. Computer
B. Creativity
C. Math
D. Sensitivity

Answers

A. Computer

I’m sorry if I’m incorrect but I’m pretty sure that right

Personal digital assistants are: Group of answer choices artificial intelligence systems that leverage rules or examples to perform a task in a way that mimics applied human expertise. handheld computing devices meant largely for mobile use outside an office setting. systems that provide rewards and usage incentives, typically in exchange for a method that provides a more detailed tracking and recording of customer activity. small chip-based tags that wirelessly emit a unique identifying code for the item that they are attached to. transaction processing systems that capture customer purchases.

Answers

Answer:

its about digital science

Explanation:

Describe how tuples can be useful with loops over lists and dictionaries, and give Python code examples. Create your own code examples.

Your descriptions and examples should include the following: the zip function, the enumerate function, and the items method.

Answers

Answer:

i dont no

Explanation:

After reading his e-mail messages, Orlando became very frustrated. Many of the messages he received did not conform to netiquette guidelines. He knew his productivity was being decreased because he wasted time reading these messages. Out of the four messages Orlando read, only one followed the rules. The text of the messages appears below. Which is an appropriate message for the workplace?

Answers

Answer:

We need to talk about the project, please call me.

Explaination:

edge 2021

Which step should Rupa take?

Insert tab, Tables group, Draw Table option
Insert tab, Tables group, Insert Table option
Insert tab, Tables group, Quick Tables option
none of the above

Answers

Complete Question:

Rupa would like to quickly insert a table into her document without having to worry about formatting the data in the table. Which step should Rupa take?

Group of answer choices.

A. Insert tab, Tables group, Draw Table option

B. Insert tab, Tables group, Insert Table option

C. Insert tab, Tables group, Quick Tables option

D. none of the above

Answer:

C. Insert tab, Tables group, Quick Tables option

Explanation:

Microsoft Word refers to a word processing software application or program developed by Microsoft Inc. to enable its users to type, format and save text-based documents.

In Microsoft Word 2019, the users are availed with the ability to edit the word document in the following view type;

I. View Mode.

II. Print Mode.

III. Drift Layout.

Quick tables refers to the pre-formatted or pre-created stored in building blocks galleries that are easily accessible to the end users at any time.

In this scenario, Rupa would like to quickly insert a table into her document without having to worry about formatting the data in the table. The steps which Rupa should take are click on Insert tab, Tables group and then select the Quick Tables option.

Pls help with this (20 points again)

Answers

Answer:

1. b

2. c

3. d

4. a

5. e

Other Questions
There are 28 students in a 5th grade class. If 3/4 of the students are boys, how many are girls? The area of the triangle below is 3/25 square feet. What is the length of the base? Express your answer as a fraction in simplest form.2/5 ft is the height Can anyone help me with this puzzle? 6) One thousand tickets are sold at $1 each. One ticket will be randomly selected and the winner willreceive a color television valued at $398. What is the expected value for a person that buys oneticket?A) $0.60B) $.40C) -$0.60D) -$1.00 .HOW DOES PHYSICAL EDUCATION BENEFIT YOUR EMOTIONAL HEALTH ? Help me with this please!!! songs you wrote please help due soon Which of these details is more likely to appear in a first-hand account of an event as it is happening?1.predictions about how the event will end2.how the event started and how it ended3.All of the above4.what the writer learned from the event what is (4x+2)(2x+5) ( using binomial expressions) Esmerelda has four potted bushes on her patio. The bushes are the same. One day, Esmerelda added coffee grounds to the soil around the bushes. The bushes changed. She filled in a table with what she found.Which trait of the plants was changed by adding the coffee grounds?a.the flower colorb.the heightc.the leaf colord.the stem What two elements are combined in a mixed economy? 1. What happened to Europe during WWI, and what did the people of Germany and Italy do?2. What happened to the German economy after WWI? Why?(Answer 1 or 2 or both) What is the main way a representative democracy differs from a direct democracy?O Citizens elect leaders who vote on the issues in a representative democracy, and citizens vote on the issues in adirect democracy.O A representative democracy is modern, and a direct democracy is ancient.A representative democracy works better in small groups, and a direct democracy works better in large groups.O Citizens' desires are ignored in a representative democracy, and citizens' desires have a better chance of beingheard in a direct democracy. A pendulum has a mass of 0.060 kg swinging at a small angle from a light string, with a period of 1.4 s. What is the length of the pendulum? Select the correct answer: Which is the best example of a topic that is too broad? .Research shows processed foods can be unhealthy. B.Consuming processed foods has a negative effect on people's health over time. C.Consuming processed foods can affect people's moods.D.Processed foods cause health issues for people with weak immune systems. Who's your celeb crush? Mine is Leonardo Dicaprio, Jake from state farm (ik hes not a celeb but im talking about the black Jake from state farm not the old one. I'm sorry but he got some serious ABS- o-o), Zak Bagans (hes from my favorite ghost hunting tv show "Ghost adventures" from the Travel Channel). (I have more but I forgot them o-o) The length of WV is : 5If x = 4, what is the value of x(14 - x)?OA40OB4416Math A parallelogram has an area of 108 in. the best of the parallelogram is 18 inches find the height. How are infrared waves and radio waves similar? How might you use each?