computer technology has changed our lives write of a least five ways to show how this is so​

Answers

Answer 1
Making it easier for different tasks
Made our lives faster
Made our lives better
Made our lives more fun
It’s easier for us to finish things faster in our everyday lives (I repeated one)

Related Questions

20
Select the correct answer.
Why is it important to use effective search terms when looking for information on the web?
ОА.
because ineffective search terms can slow down the search engine
OB.
to avoid having to navigate through irrelevant results
OC.
to avoid having to choose from too many relevant results
OD.
because ineffective search terms can bring up too few results
Reset
Next

Answers

Answer:

B

Explanation:

complete guess but makes sense

Answer: C

Explanation:

Jason is the network manager and is leading a project to deploy a SAN. He is working with the vendor's support technician to properly set up and configure the SAN on the network. To begin SAN I/O optimization, what should Jason need to provide to the vendor support technician

Answers

Answer:

Network diagrams.

Explanation:

In this scenario, Jason is the network manager and is leading a project to deploy a storage area network (SAN). He is working with the vendor's support technician to properly set up and configure the SAN on the network. To begin SAN input and output (I/O) optimization, Jason need to provide the network diagram to the vendor support technician.

A network diagram can be defined as a graphical representation of the topology of a network connection.

Basically, it gives an illustration of all the equipments such as routers, switches, hubs etc.

There are different ways too navigate in a network. To begin SAN I/O optimization, Jason need to provide Network diagrams.

A network diagram is known to be a visual depiction of network architecture.

It is often used to maps out the structure of a network with a lot of different symbols and line connections. This information is known to be important when knowing the right Storage Area Network (SAN) to use and so will be the right choice for Jason.

See full question below

Jason is the network manager and is leading a project to deploy a SAN. He is working with the vendor's support technician to properly set up and configure the SAN on the network. To begin SAN I/O optimization, what should Jason need to provide to the vendor support technician?

Options are :

Asset management document

Baseline documents

Network diagrams

Access to the data center

Learn more about network diagram from  

ainly.com/question/8147877

i. Name and describe two options in Orientation.

Answers

Answer:

Page orientation is the direction in which a document is displayed or printed. The two basic types of page orientation are portrait (vertical) and landscape (horizontal). Most monitors have a landscape display, while most documents are printed in portrait mode.

Explanation:

1. Landscape Orientation: In landscape orientation, the page or screen is wider than it is tall.

It is often used for documents, images, or presentations that have a horizontal layout, providing a broader view and accommodating content with wider dimensions.

Landscape orientation is commonly used for spreadsheets, graphics, and videos, as it allows for the display of more columns, charts, or visual elements side by side, enhancing readability and data presentation.

2. Portrait Orientation: In portrait orientation, the page or screen is taller than it is wide.

This orientation is frequently used for documents and images that have a vertical layout, making it suitable for reading, writing, and viewing content in a more natural and traditional format.

Portrait orientation is often employed for books, articles, and formal documents, as it fits the standard reading pattern, where the eyes move from top to bottom.

Know more about Landscape orientation:

https://brainly.com/question/34183270

#SPJ5

Why Is hexadecimal used for memory dumpsit:​

Answers

Answer:

Hexadecimal is used when developing new software or when trying to trace errors in programs. The contents of part of the computer memory can hold the key to help solve many problems. When the memory contents are output to a printer or monitor, this is know as a Memory Dump.

Answer:

Hexadecimal is used when making a new software/when attempting to discover bugs in programs. The contents of part of the computer memory can assist in solving many issues the program may have.

Can somebody help me and make a code for this in PYTHON, please? I would be very thankful!
It is estimated that China on July 1, 2019. had 1,420,062,022 inhabitants, and India 1,368,737,513. The population in China increases by 0.35% every year, and in India by 1.08%. After how many years will India surpass China in terms of population, assuming that the annual population growth in neither of these two countries will change?
I think it should be used command FOR...

Answers

Code:

population_china = 1420062022

population_india = 1368737513

years = 0

while population_china >= population_india:

   population_china *= 1.0035

   population_india *= 1.0108

   years += 1

print(years)

Output:

6

Explanation:

Using a while loop would probably be of greater use than a for loop since we are increasing the population growth of both countries until India's population surpasses China's population (so a condition needs to be set).

Looking at the code, we first set the original population of both countries in their own variables (population_china, population_india). We also set the 'years' variable at 0, which will increase with respect to the yearly population growths of both countries. In the while loop, the condition population_china >= population_india will allow for the variable 'years' to increase until population_india surpasses population_china. Once India's population is larger than China's population, we are left with the number of years it takes for India's population to surpass China's population, which is 6 years.

Hope this helps :)

how can i fix this???

Answers

Answer:

ummm it seems like that you've destroyed (crack) your screen. Either take it to a repair shop or if you know how, try fixing it yourself

PLS HELP HEEEELLLLLLLLPPP WILL GIVE BRAINLIEST
What is the importance of using the proper markup language?
A. HTML allows the search engine to "talk" to the web browser
B. HTML tells the web browser where the page should be filed
C. Without the right tags the content won't be accurately indexed
D. Without HTML, the keywords cannot be read by the search engine.

Answers

Answer:

First of all, we need to define the term markup language. A markup language is a human-readable language that is used by a computer to annotate an electronic document so that the computer can better understand the style and structure of the document.

In computer text processing, a markup language is a system for annotating a document in a way that is syntactically distinguishable from the text, meaning when the document is processed for display, the markup language is not shown, and is only used to format the text

Explanation:

full from of Internet​

Answers

Answer:

inter connected network

This tag is used to change the appearance of your text on your web page
a line break
b body tag
c font tag
d formatting tags​

Answers

Answer:

b.font tag

is used to change the appearance of your text on your web page

Answer:

b.font tag

Explanation:

please give me brainliest

hich type of denial of service (DoS) attack occurs when a name server receives malicious or misleading data that incorrectly maps host names and IP addresses

Answers

Answer:

DNS poisoning

Explanation:

This type of attack is known as DNS poisoning it is a very common attack that focuses on trying to redirect users of the site that has been attacked towards fake servers. These fake servers belong to the attackers and are used to collect the user's private data, which can then be used by the attackers for a wide range of malicious acts. Aside from stealing user information, this malicious data travels alongside regular user data allowing it to infect various servers easily.

Some students are studying the amount of pollution in a river They are using a computer to measure the pollution level using sensors to record and print the result.
Name two sensors they should use to measure the amount of pollution.

Answers

Answer:

optical sensors

Explanation:

optical sensors measure the amount of gases like carbon dioxide and carbon monoxide in the air

If there is a need to write code in order to help the player move through the game which team member would create this code?

Answers

Answer:

Run code, and then check the code

Explanation:

Which is a correctly formatted Python tuple? [12, "circle", "square"] {"n":12, "shape1": "circle", "shape2": "square"} (12, "circle", "square") 12 circle square

Answers

Answer:

(12, "circle”, “square")  

Explanation:

Python is a computer programming language that is used to write programs. In the python programming language, the Tuple is a data type that can be defined inside a parentheses "()". It is of immutable kind which means the elements inside the parentheses cannot be changed once the elements are inserted inside the tuple. It is also defined by "()" or by predefined function, tuple().

In the context, the correct format of python tuple is : (12, "circle”, “square").

Answer:

(12, "circle”, “square")

Explanation:

       

HELP ME PLEASE !!!!!!!!!!

Answers

Answer:

the last one

Explanation:

Angie is trying to decide which cell phone to buy. There are many choices each with its own distinct advantages and disadvantages. Which of the following would be most useful for Angie when making her decision?
System analysis
Pugh chart
Rise-benefit analysis
life cycle analysis

Answers

Answer:

pugh chart

Explanation:

system analysis- The Merriam-Webster dictionary defines system analysis as "the process of studying a procedure or business in order to identify its goals and purposes and create systems and procedures that will achieve them in an efficient way".

Pugh chart- A Pugh chart is a quantitative technique used to rank the multi-dimensional options of an option set. And most importantly, it is not weighted to allow a quick selection process. It is named after Stuart Pugh who was a professor and head of the design division at the University of Strathclyde in Glasgow.

Rise-benefit analysis- A cost-benefit analysis (CBA) is the process used to measure the benefits of a decision or taking action minus the costs associated with taking that action. A CBA involves measurable financial metrics such as revenue earned or costs saved as a result of the decision to pursue a project.

life cycle analysis- Life cycle analysis (LCA) is a method used to evaluate the environmental impact of a product through its life cycle encompassing extraction and processing of the raw materials, manufacturing, distribution, use, recycling, and final disposal.

Why can videos be streamed from the cloud to a computer with no loss in
quality?
A. Digital signals are used to transmit data to and from the cloud.
B. The cloud is closer to the computer than the source of analog
signals is.
C. The signals to and from the cloud alternate between analog and
digital signals.
D. They are transmitted using digital signals and received using
analog signals.

Answers

I think the answer is B

Videos can be streamed from the cloud to a computer with no loss in quality because Digital signals are used to transmit data to and from the cloud.

What are Digital signals?

A digital signal is  known to be a kind of  signal that is set up or is one that stands for data as a step made up of discrete values.

Note that Videos are said to be  streamed from the cloud to a computer with no loss in quality because Digital signals are employed for the sending of data to and from the cloud.

Learn more about Digital signals from

https://brainly.com/question/6608415

#SPJ2

Segregation based on laws is called _____


legal segregation
segregation
de jure segregation
de facto segregation

Answers

Answer:

C aka De Jure Segregation

Explanation:

E2021

Segregation based on laws is called de jure segregation. Thus, the correct option for this question is C.

What is meant by segregation in-laws?

The meaning of segregation reveals a type of condition that takes one of these classes and isolate it from all the others. It is an act or process of segregating things from other things.

In law, it is an act through which a person separates other persons on the basis of race, color, language, religion, nationality, or national or ethnic origin without an objective and reasonable justification.

Segregation is the official practice and process of keeping two or more people apart, usually people of different sexes, races, or religions. Racial segregation in schools was ruled unconstitutional.

Therefore, segregation based on laws is called de jure segregation. Thus, the correct option for this question is C.

To learn more about segregation in law, refer to the link:

https://brainly.com/question/30186311

#SPJ6

Geneiva is looking for a document. She hasn't used this document in years, and yet it is still in Recent Documents. Which of the following best explains the this?
A) She is experiencing a computer glitch that allows Recent Documents to retain all used documents.
B) She has used fewer than nineteen other documents since the last document was last used.
C) The document is pinned, and she is experiencing a computer glitch that allows Recent Documents to retain all used documents.
D) The document is pinned, or she has not used nineteen documents since the document last was last used.

Answers

Answer:

The document is pinned, and she is experiencing a computer glitch that allows Recent Documents to retain all used documents.

Explanation:

imm jus different

Explanation:

Answer is D i just did the review

Imagine a day without electricity. What would it be like? 6-7 sentence

Answers

Answer:

A day without electricity would be quite inconvenient. We wouldn't be able to do the things that we enjoy and the things that we need to get done. This would include not being able to go on social media, play many different types of video games, and we just wouldn't have access to the internet. Some more examples would be not being able to do homework or classwork online, not being able to attend class, and we won't be able to see during the night. To substitute our absent source of electricity, we could use candles, camping lights, and or lanterns. Overall, the day without electricity would interrupt our daily lives, especially those who depend on it the most.

Explanation:

hope this helps!! :))

pls vote brainliest if it helped u answer the question! :D

Write a program to compute an employee's weekly pay and produce a pay slip showing name, gross, pay, deductions, and net pay. The program should first prompt the user for: a. Family name b. Given name c. Hourly rate of pay d. Number of hours worked that week (Any hours over 40 are paid at double the normal hourly rate) e. A letter indicating the employee's tax category A. No tax deduction B. Tax is 10% of gross pay C. Tax is 20% of gross pay D. Tax is 29% of gross pay E. Tax is 35% of gross pay f. Either a Y or an N to indicate whether or not the employee wants $20 deducted from the weekly pay as a contribution to the United Way Charity

Answers

Answer:

# get the employee data

family_name = input("Enter family name: ")

given_name = input("Enter given name: ")

hourly_rate = int(input("Enter hourly rate of pay: "))

hours = int(input("Enter hours worked for the week: "))

tax_cat = input("Enter tax category from a through e: ")

is_charit = input("Do you want to donate $20 to charity y/n: ")

gross_pay = 0

net_pay = 0

deductions = ""

# gross_pay

if hours > 40:

   gross_pay = hours * (2 * hourly_rate)

else:  

   gross_pay = hours * hourly_rate

# net_pay and deduction

if tax_cat == 'a':

   if is_charit == 'y':

       net_pay = gross_pay - 20

       deduction = "$20 charity donation"

   else:

       net_pay = gross_pay

       deduction = "0% tax"

elif tax_cat == 'b':

   if is_charit == 'y':

       net_pay = gross_pay - ( 0.1 * gross_pay) - 20

       deduction = "$20 charity donation and 10% tax"

   else:

       net_pay = gross_pay - (0.1 * gross_pay)

       deduction = "10% tax"

elif tax_cat == 'c':

   if is_charit == 'y':

       net_pay = gross_pay - ( 0.2 * gross_pay) - 20

       deduction = "$20 charity donation and 20% tax"

   else:

       net_pay = gross_pay - (0.2 * gross_pay)

       deduction = "20% tax"

elif tax_cat == 'd':

   if is_charit == 'y':

       net_pay = gross_pay - ( 0.29 * gross_pay) - 20

       deduction = "$20 charity donation and 29% tax"

   else:

       net_pay = gross_pay - (0.29 * gross_pay)

       deduction = "29% tax"

if tax_cat == 'e':

   if is_charit == 'y':

       net_pay = gross_pay - ( 0.35 * gross_pay) - 20

       deduction = "$20 charity donation and 35% tax"

   else:

       net_pay = gross_pay - (0.35 * gross_pay)

       deduction = "35% tax"

# output of the employee's weekly pay.

print(f"Employee name: {given_name} {family_name}")

print(f"Gross pay: ${gross_pay}")

print(f"Net pay: {net_pay}")

print(f"Deductions: {deduction}")

Explanation:

The python program uses the input built-in function to prompt and get user data for the program. The gross pay returns the total pay of the employee without any deduction while net pay returns the pay with all deductions included.

Anyone know how to take a screen shot with keyboard or keyboard shortcut on Apple iPad?
Will mark the brainliest.
Thx.

Answers

Answer: Command-Shift-3

Explanation:

Command-Shift-3 for screenshot. u can also do Command-Shift-4 if u want to edit the screenshot right away

write sql commands to the following:-
1. display the average price of each type of vehicle having quantity more that 20.
2. count the type of vehicle manufactured by each company
3. display the total price of all the types of vehicles

plssss answerrr...​

Answers

Answer:

I can't seem to add SQL to the answer, so let's try this:

For the first one, you need to build a select that uses the avg function on the price column.

For the second one, you need to use the count function.  Select that and the company, and group by company.

For the third, it's slightly unclear.  Do they mean to mean to display the total price of all vehicles or the total price of each type of vehicle.  The former would just be done by selecting a sum of the price.  The latter by selecting that and the type column, grouping by type.  I'm not sure if type is a keyword, so you might need backtick quotes wrapped around it.

See below for the SQL command of each category

How to write the SQL commands?

To do this, we make use of the following clauses:

SELECTAVERAGEWHERECOUNT

Using the above highlight, we have:

Average price of each vehicle having quantity more than 20.

The table name is given as: Vehicles

To display the average, we use the following query:

SELECT

Type, avg(Price)

FROM Vehicle

GROUP BY Type

HAVING QTY >20;

Count type of vehicle by each company

To count each type of vehicle, we use the following query:

SELECT

company, COUNT(DISINCT Type)

FROM VEHICLE

GROUP BY Company;

Display the total price of all

The total price is calculated using:

Total = Price * Quantity

So, we have the following query:

SELECT

Type, SUM(Price* Qty)

FROM VEHICLE

GROUP BY Type;

Read more about SQL at:

https://brainly.com/question/25694408

#SPJ2

HELLLLLLLLLLLLLLLLLLLLP PLSSSSSSSSSSS HELLLLLLLLLP
Which of the following is an example of a Boolean Operator?
A. HTML
B. SEO
C.
D. BUT

Answers

Answer:

i think it is c. whatever that is.

Explanation:

because its not any of those. D. is exceptional tho

hope this helps!  :)

Which is used to configure Hyper-V on a Windows 10 device?
A. Start
B. Settings
C. Control panel
D. Hyper-V Manager​

Answers

Answer:

A.start

This is how you do it,in case you don't know how to.

Right click on the Windows button and select 'Apps and Features'. Select Programs and Features on the right under related settings. Select Turn Windows Features on or off. Select Hyper-V and click OK.

What steps will change an existing macro? Use the drop-down menu to complete the steps.
1. Go to the
tab on the ribbon.
2. In the Macros group, click
3. Click
, which will open the VBA editor.
4. Find and change the code and Save and Close.

Answers

Answer:

1. View

2. View macros

3. Edit

Explanation: completed on edge

You wrote a list of steps the user will take to perform a task. You have created a

Answers

Answer:

You created an algorithm

Explanation:

The question would be better answered if there are options. Since there is none, I'll answer on a general term.

One answer that fits the description in the question is an algorithm. When you write an algorithm, you have written a guide or a step to achieve/complete a task.

Take for instance, you wrote step by step on how to use a microwave or for a user to operate a computer or for whatever instruction it might be; what you have done is that you have written an algorithm.

This is then further divided into two;

The instructions could be in form of (1) a flowchart or (2) a pseudocode

Irrespective of (1) & (2), what you've created is an algorithm.

Which is an example of emoticon use?
A. Putting text in capital letters
O B. Including a smiley face in a text
C. Adding "xo" to show a hug and kiss
D. Creating an acronym for a phrase

Answers

I think it’d be answer B
(I do psychology and it’s kind of similar to this)

Give 5 reasons why wood is seasoned​

Answers

To allow moisture to evaporate from the wood, to burn more efficiently, prevents damage to the wood, prevents problems when used in construction, That’s four
Wood is seasoned???????????

5
Select the correct answer.
Celine's computer motherboard malfunctioned and had to be replaced. On starting her computer again, she finds that the logo and other
startup text have changed completely, although there is no change to her desktop and personal files. Which storage device is likely to have been
changed?
ОА. .
DVD drive
OB.
ROM
hard disk
OD
sound card
OE.
RAM
Reset
Next
Look

Answers

Answer:

I believe the answer is B

Explanation:

ROM is most of the internal data stored on the computer

Answer:

B

Explanation:

I took the test

Select the correct answer.

Which aspect of visualizing rationalized space requires that objects must have relative space between two surfaces?

A.
color
B.
light
C.
elevation
D.
shadows

Answers

it’s B i think, not exactly sure though
Other Questions
solve the following equation-7x-4y=-4 -9x-5y=-6 Rachel's biscuits require 0.75 cup of milk for 1 batch. Use dimensional analysis to convert this amount into liters. Use the conversion factors 1 cup/0.5 pints to convert cups into pints, 1 pint/0.5 quart to convert pintos to quarts, and 1 quart/0.94 liter to convert quarts to liters. Use the correct number of significant digits to give your answer Translate the sentence into an inequality.Twice the difference of a number and3 is at most 16.Use the variable for the unknown number. If Valentina V. Tereshkova had landed on the moon with her equipment and weighed 54 pounds,how much would she have weighed on Earth with equipment? Explain in five or more sentences how are I and my parents be part of service to the Church and to its members. (Christian Living-Not English) 2. How can we tell if a song is in 3/4 time or 4/4 time? Make sure to mention what we can do with our bodies to help us figure out the time signature and how the time signature will sound to our ears if it is correct.egd 2020 Read the topic from Immigrant Kids by Russell Freedman.Immigrant families worried about being torn apart from one another.Which quotation best develops this topic?we lived there for three days - Mother and we five children, the youngest of whom was three years oldmy first impressions of the New World will always remain etched in my memoryscowling and gesturing, they pushed and pulled the passengers, herding us into separate groupsclustered on the foredeck for fear of separation and looked with wonder on this miraculous land of our dreams Five friends are going to share One-half of a pizza. How much of a whole pizza will each friend eat? Which equation can be used to solve the problem above? 5 divided by one-half = n one-half divided by 5 = n n divided by 5 = one-half n divided by one-half = 5 How did the cultural achievements of Tang China influence East Asia? What is the correct meaning of the word torrid?The torrid conditions sapped energy from the runners, so they struggled to reach the finish line.1. sweltering2. competitive3. relentless4. frightening i) predict which of the liquids would cause the largest decrease in mass of potato stickPLEASE PLEASE HELP ME I HAVE 10 MINUTES ONLY, I WILL GIVE YOU THE BRAINLIEST!! during the 1920s what kind of lifestyle were the braddocks maintaining Why did Lincoln's Emarcipation Proclamation free slavesonly in the South? 3. Prepare a dialogue on the topic "Employment is the key to development Complete the table.Original PricePercent of DiscountSale Price25%$40Please helppp!! Calculate the pressure in pascals if a 650N force is applied to an area of 6.5m. A man is standing on the edge of a 20.0 m high cliff. He throws a rock horizontally with an initial velocity of 10.0 m/s. How long does it take to reach the ground? How far does the rock land from the base of the cliff? The Earth's tilt also causes the Sun's radiation to strike the _____ at different _____. PLSSSSSSSSSSSSSSS HELP!!!!!!!!!!!! FIRST TO AWNSER GETS BEAINLIEST!!!!!!!!!!!!!!!!!Prepare a public service announcement for each illness in which you describe 1) how the illness is transmitted, 2) how it is treated, and 3) any prevention measures that are being used to prevent the illness. Include a bibliography with each announcement to show the names of the sources you used. You may create your announcement in written form as a pamphlet, poster, or computer slideshow. Alternatively, you may make your announcement in the form of a video or audio recording. what phrase is used to describe the european conquest of africa during the 19th century?