What is a disruptive technology? Give an example of an aspect of society that has been impacted by technological change.

Answers

Answer 1

Answer:

A disruptive technology sweeps away the systems or habits it replaces because it has attributes that are recognizably superior. Recent disruptive technology examples include e-commerce, online news sites, ride-sharing apps, and GPS systems.


Related Questions

Which of the following is input devices? (a)Scanner (b) Keyboard (c) Both a and b (d) Plotter​

Answers

Answer:

C

Explanation:

Scanner and Keyboard are input device.

code bãi gửi xe siêu thị thì được viết như nào?cho em xin ví dụ vs ạ?

Answers

Answer:

https://sharecode.vn/source-code/phan-mem-gui-xe-dua-tren-cong-nghe-nhan-dien-bien-so-qrcode-20588.htm

If i took my SIM card out of my phone and put it in a router then connect the router and my phone with Ethernet cable would the ping change???

Answers

Answer:

ummmmmmmmmmmmm nooooo???

find , please help me please help me..​

Answers

Answer:

mealy

Explanation:

A Mealy machine is a finite-state machine whose output values are determined both by its current state and the current inputs.

what are the different versions of Ms word?​

Answers

Answer:

ms paint will not attend as the ICRC is the time to move becuse to get free skin on your skin that you have a doubt about the quality and

who is the owner of apple company??​

Answers

Answer:

Steven Paul Jobs......

....

why is computer called and information processing machine​

Answers

Answer:

why is computer called information processing machine? Since, the computer accepts raw data as input and converts into information by means of data processing, it is called information processing machine (IPM).

Explanation:

A computer network is _____.


a group of people who help you solve any technical issues

a group of computers that are interconnected to share information or documents

a certain type of computer that stores files for large businesses

the wire inside the computer that connects the motherboard to the hard drive

Answers

Answer:

a

Explanation:

a group of people who help you solve any technical issues

Select the true statement about the motherboard.


It executes the commands sent to it by the application software.


It acts as a storage point for read-only memory (ROM).


It acts as the working memory of the computer by transferring data from the hard disk for processing.


It provides much of the electrical connection between different computer parts.

Answers

Answer:

it executes the commands sent to it by the applica software .

The motherboard provides much of the electrical connection between different computer parts.

What is a motherboard?

This is known to be a kind of  printed circuit board that is made up of some key parts or aspect of a computer or any kind of device.

Conclusively, it is one that is made up of It connectors that is a place where other circuit boards can be placed and as such act to provides much of the electrical connection between different computer parts.

Learn more about motherboard from

https://brainly.com/question/12795887

#SPJ2

Create a Python dictionary that returns a list of values for each key. The key can be whatever type you want.

Design the dictionary so that it could be useful for something meaningful to you. Create at least three different items in it. Invent the dictionary yourself. Do not copy the design or items from some other source.

Next consider the invert_dict function.

def invert_dict(d):
inverse = dict()
for key in d:
val = d[key]
if val not in inverse:
inverse[val] = [key]
else:
inverse[val].append(key)
return inverse

Modify this function so that it can invert your dictionary. In particular, the function will need to turn each of the list items into separate keys in the inverted dictionary.
Run your modified invert_dict function on your dictionary. Print the original dictionary and the inverted one.
Describe what is useful about your dictionary. Then describe whether the inverted dictionary is useful or meaningful, and why.

Answers

Answer:

Explanation:

# name : [animal type, age, sex]

animal_shellter = {

 "Teddy": ["dog",4,"male"],

 "Elvis": ["dog",1,"male"],

 "Sheyla": ["dog",5,"female"],

 "Topic": ["hamster",3,"male"],

 "Kuzya": ["cat",10,"male"],

 "Misi": ["cat",8,"female"],

}

print(animal_shellter)

print("")

def invert(d):

 inverse = dict()

 for key in d:

   val = d[key]

   for item in val:

     if item not in inverse:

       inverse[item] = [key]

     else:

       inverse[item].append(key)

 return inverse  

inverted_shellter = invert(animal_shellter)

print(inverted_shellter)

Which best describes sorting, filtering, and deleting records?
O Sorting and filtering can be undone, but deleting records is a permanent change.
O Sorting can be undone, but filtering and deleting records are permanent changes.
O Deleting and filtering can be undone, but sorting records is a permanent change.
O Deleting can be undone, but sorting and filtering records are permanent changes.​

Answers

Answer:

Deleting and filtering can be undone, but sorting records is a permanent change.

Many Java programs that you create will receive and process user input. In order to ensure that user input is accurate, you will need to use input validation and exception handling.

a. True
b. False

Answers

Answer: True

Explanation: True

what is the difference between packed and unpacked bcd numbers ​

Answers

Explanation:

Packed BCD ( Binary coded decimal) is type in which each decimal digit is represented by 4 bits ( 1 nibble) . For Example : 14 will be shown as 0001 0100 in packed BCD form. Unpacked BCD is type in which each decimal digit is represented by 8 bits ( 1 byte).

Pleaseeeeee helppppp meeeeeeee
Tomorrow is my examination.​
Please don't ignore.

Answers

Answer:

Floppy disk

Pendrive

sd card

CD

Router

Explanation:

Hope it is helpful

Write a job back with my best Interest

Answers

Answer:

be a doctor

Explanation:

u will help people and save them and get paid

WHICH PROGRAMMING LANGUAGES ARE THE BEST AND COMPATIBLE FOR 3D PRINTERS?

Answers

Answer:

G-code and C++ can be used

Transitive spread refers to the effect of the original things transmitted to the associate things through the material, energy or information.

a. True
b. False

Answers

A is the correct answer

Write a program to compare the content of AX and DX registers, if they are equal store 1 (as 8 bits) in locations with offset addresses (0020H, 0021H, ..., 0040H), otherwise leave these locations without changing.
???​

Answers

Answer:

so srry I'm very low that this question

The primary function of a web server is to store, process and deliver web pages to the clients. You are required to clearly identify the purpose and relationships between communication protocols, web server hardware, web server software with regards to designing, publishing and accessing a website.

Answers

Answer:

The main job of a web server is to display website content through storing, processing and delivering webpages to users. Besides HTTP, web servers also support SMTP (Simple Mail Transfer Protocol) and FTP (File Transfer Protocol), used for email, file transfer and storage.

Explanation:

If it helps you mark me as a brainleast

2) What are three categories of computer languages? 3) Write four components of a QBASIC window. 4) What are the three types of operators in QBASIC? 5) What is the use of connector symbol in flowchart? 6) What is a computer network? 7) State two uses of Internet. 8) Write three examples for web browser. 9) Name some popular ISPs in Sri Lanka. 10) Differentiate between MAN and PAN.​

Answers

Answer:

2: assembly language , machine language and high level language

3: a character set , constants , variables , statements , operators and expressions

Select all steps in the list below that should be completed when using the problem-solving process discussed in this chapter.


Take action.

Take a break.

Evaluate.

Complete the task.

Consider solutions and list ideas.

Understand the task or need.

Ask a coworker for help.

Answers

Take action.

Evaluate.

Complete the task.

Consider solutions and list ideas.

Understand the task or need.

What is wrong with the following if statement (there are at least 3 errors).
The Indentation indicates the desired behavior.

if numNeighbors >= 3 || numNeighbors = 4
++numNeighbors;
printf ("You are dead! \n “);
else
--numNeighbors;

Answers

In programming, if statements are used to test conditions. The statement to be executed will be determined by the result of the conditions. A statement will be executed if its accompanying condition is true.

The errors in the given code segment are as follows:

The if condition on line 1 should be in a closed bracket; i.e. ()The if condition has more than 1 statements to execute. So, it requires a curly bracket; i.e. {}The second part of the first condition should be == 4 and not =4; because the proper operator to make comparison is == while = is used as an assignment operator

The correct code is as follows:

if (numNeighbors >= 3 || numNeighbors == 4) {

++numNeighbors;

printf ("You are dead! \n “); }

else

--numNeighbors;

Read more about conditional statements at:

https://brainly.com/question/20228453

The speed of a computer is measured in____?​

Answers

Answer:

gigahertz

Explanation:

The clock speed measures the number of cycles your CPU executes per second, measured in GHz (gigahertz)

[tex]\sf{}[/tex]

ANSWER => gigahitrz

Explanation:

The speed of a computer is measured in gigahitrz

A sinewave has a period (duration of one cycle) of 645 μs. What is the corresponding frequency of this sinewave, in kHz, expressed to 3 significant figures?


please help me figure this out I am so confused

Answers

The corresponding frequency of this sinewave, in kHz, expressed to 3 significant figures is: 155 kHz.

Given the following data:

Period = 645 μs

Note: μs represents microseconds.

Conversion:

1 μs = [tex]1[/tex] × [tex]10^{-6}[/tex] seconds

645 μs = [tex]645[/tex] × [tex]10^{-6}[/tex] seconds

To find corresponding frequency of this sinewave, in kHz;

Mathematically, the frequency of a waveform is calculated by using the formula;

[tex]Frequency = \frac{1}{Period}[/tex]

Substituting the value into the formula, we have;

[tex]Frequency = \frac{1}{645\; * \;10^{-6}}[/tex]

Frequency = 1550.39 Hz

Next, we would convert the value of frequency in hertz (Hz) to Kilohertz (kHz);

Conversion:

1 hertz = 0.001 kilohertz

1550.3876 hertz = X kilohertz

Cross-multiplying, we have;

X = [tex]0.001[/tex] × [tex]1550.39[/tex]

X = 155039 kHz

To 3 significant figures;

Frequency = 155 kHz

Find more information: https://brainly.com/question/23460034

Mary has been locked out of her account after failing to correctly enter her password three times. As the system administrator, you need to unlock her account. Which of the following commands would unlock Mary's account assuming that you are using pam_faillock.so module?

a. faillock --reset --user mary
b. pam_faillock --unlock --user mary
c. pam_faillock --reset --user mary
d. faillock --unlock --user mary

Answers

Oh hey lol yea yea lol I got the money back to me put on the phone so you know

8. Which clause will always executes
a) try b) catch c) finally d) None of them

Answers

Answer:

I think a is correct answer

Discuss the scaled index addressing mode and comments on the following instructions?

a) MOV BX, [CX+5*AX]
b) MOV [DX5*DI+30H], CX

Answers

Memory will also be accessible in Scaled index addressing mode using a 32-bit base & indexing register.The instruction's first parameter will be the base register, and the instruction's second parameter will be the index register. The index register is multiplied by a scaling factor before the program is fetched.

For option a:

The baseline register is [tex]\bold{BX}[/tex], while the index register is [tex]\bold{CX+5*AX}[/tex].

The multiplier for Accumulator [tex]\bold{AX }[/tex] will be 5.[tex]\bold{CX }[/tex] will be multiplied with this value.[tex]\bold{CX+5*AX}[/tex] will contain a memory address.The value at position [tex]\bold{CX+5*AX}[/tex] is accessed by [tex]\bold{[{CX+5*AX} ]}[/tex].The value retrieved from the address [tex][\bold{CX+5*AX}][/tex] is moved into Base register BX by the MOV instruction.

For option b:

Its index register is [tex]\bold{CX }[/tex], whereas the base register is [tex]\bold{DX5*DI+30H}[/tex].

[tex]\bold{CX}[/tex] has a number, that is copied to a computed place below.After multiplying [tex]\bold{DI}[/tex] by [tex]\bold{5, DX}[/tex] will be multiplied by this [tex]\bold{5*DI}[/tex].To the aforementioned multiplied value,[tex]\bold{ 30H}[/tex] will be added.[tex]\bold{[DX5*DI+30H]}[/tex] is a value located at location [tex]\bold{DX5*DI+30H}[/tex]. [tex]\bold{DX5*DI+30H }[/tex] is a memory address number.As a result, the value of [tex]\bold{CX}[/tex] will be copied to the [tex]\bold{ [DX5*DI+30H] }[/tex]location.

Learn more:

brainly.com/question/14319860

Which is the most correct option regarding subnet masks?

Answers

Answer:

thanks for your question

Write equivalent predicate statement for Every teacher who is also a painter loves Bob​

Answers

Answer:

Every teacher who is also a painter loves Bob

I have no idea how to answer this question so I’m just gonna

Write a program that uses input to prompt a user for their name and then welcomes them. Note that input will pop up a dialog box. Enter Sarah in the pop-up box when you are prompted so your output will match the desired output.

Answers

user_name = str (input = ("Please enter your name: "))

def greet (user_name):

print ("Welcome to your ghetto, {0}!".format(user_name) )

Other Questions
The development of computer languages is classified into two categories .true or false define energy and write its importance Th gii ca chng ta c mun vn iu th v khm ph. Cho d bn ang tui no, bn cng nn ph v cc gii hn ca nhn thc v luyn cho mnh k nng quan st bng cch ra khi nh, ra ngoi thin nhin v ch ti mi iu xung quanh. Hy t cho bn thn nhng cu hi nh: Ti sao? Ti sao khng? v th t tm cc cu tr li hay s tr gip ca nhng ngi quen bit. ng bao gi t cao t i ni rng: Ti bit ht ri, anh/ch s khng ch cho ti c iu g mi u!. V ch khi chng ta nhn thc c rng vn cn nhiu iu c th hc, chng ta mi c th b sung c nhiu kin thc mi[...] D bn chn cho mnh b mn no i na, bn cng nn theo hc n cng v tm hiu khng ngng ngh cho n khi t c kin thc su sc v lnh vc mi thi. ng ch chm n mt ln ri b x. Hy quyt tm rn luyn v cng c tr t m n tr thnh mt phn trong c tnh ca bn. Bit u, trong mt ln t m hay thc mc nh vy, bn s tm ra c nim am m cho bn thn. C kht vng khm ph v tm ti l mt trong nhng ng lc gip bn tip cn vi th gii v vn ra bin ln. (Trch "Tm kim nim am m", theo "H chiu xanh i quanh th gii", Nh xut bn Th gii, 2017, tr17-18)on trch trn s dng phng thc biu t no? *on trch trn s dng phng thc biu t ngh lun.V sao trong cc cu vn: "Hy t cho bn thn nhng cu hi nh: Ti sao? Ti sao khng? v th t tm cc cu tr li hay s tr gip ca nhng ngi quen bit. ng bao gi t cao t i ni rng: Ti bit ht ri, anh/ch s khng ch cho ti c iu g mi u!. tc gi lc bt thnh phn ch ng? * Kirk is ordering a cheeseburger for lunch. There are 9 cheeses and 7 buns to choose from. For the sauce, Kirk has 4 options. How many different hamburgers can Kirk order if he makes exactly one selection for each option? Explain how to find the value of y in the equation 6ly + 4) = 12.Please help If a boat traveled 6n^2 + 4n miles at an average speed of 2n miles per hour, how long did it take the boat to travel the given distance? Read the paragraph Mark each statement True or False Summertime is hot in Egypt. so pack light clothing. But he sure to bring warm-weather clothing that is also modest. If you visit a mosque shorts are definitely out of the question for both men and women. In mosques, women should wear longer skirts and a head covering, usually a scarf. And the upper part of their arms should be covered with sleeves. For touring other wonderful sights and historical places, casual comfortable clothing is fine for both men and women.1) Light clothes are not good in the Egyptian summerA True B False2) Warm-weather clothing is light A True B False3) Sleeves are good for covering the head A True B. False4) It's OK for men to wear shorts in a mosque, but not for women A True B False5) In most of Egypt, outside of mosques, casual clothing is appropriate A True B False 14. Most authors of scientific texts use -person point of view to show that they're presenting evidence objectively . Does roberts agree with the texas state gazette ? In January, the average temperature t hours after midnight in Mumbai, India, is given by:T(t)=24.5-5.5sin((2pi(t+1))/24)What is the coldest time of day in Mumbai? give an exact answer In response to the Soviet Unions invasion of Afganistn the United States A. Ratified the SALT II treaty B. Boycotted the 1980 summer OlympicsC. Increased gain shipments to Afghanistan D. Stopped sending support to Afganistn The armature of an AC generator has 200 turns, which are rectangular loops measuring 5 cm by 10 cm. The generator has a sinusoidal voltage output with an amplitude of 18 V. If the magnetic field of the generator is 300 mT, with what frequency does the armature turn If sin A= 0.8, find the positive value of cos A Edwin works at a fast-food restaurant. Every Tuesday, he helps unload a delivery truck. Thistable shows how many boxes of hamburger buns and how many boxes of potatoes he unloaded last Tuesday,What is the weight of each box? How best did Lorena cope with the difficulties of raising a baby? If the graph of the function f, defined by f(x)= x2 + 5, is translated vertically upward by 2 units, itbecomes the graph of a function k. Find the expression for k(x).A. k(x)=x2 + 3B. k(x)=(x + 2)2 +5C. k(x)=(x - 2)2 +5D. k(x)= x2 +7 4 A student says that he has made a magnetic field with some iron filings. What wouldyou say to him? A.What are the reasons behind the different rituals of different castes/ethnic groups? A number is multiplied by 8, and that product is added to 2. The sum is equal to the product of 2 and 25. Find the number. PLS HELP ME ON THIS QUESTION I WILL MARK YOU AS BRAINLIEST IF YOU KNOW THE ANSWER!!Generally, the ________ the sample, the more accurately it describes the population.A. closerB. betterC. smallerD. larger