when was technology created?

who start it?

and finally how it started?


free coins
just answer

Answers

Answer 1

Answer:

two million years ago

Thomas Edison, American inventor who, singly or jointly, held a world-record 1,093 patents. In addition, he created the world's first industrial research laboratory.


Related Questions

The online promotional method that involves applying specific Web design and development techniques to Web pages to increase the possibility that the pages will appear near the top of a search results list is called ____.

Answers

Answer:

Search Engine Optimization (SEO)

Explanation:

SEO, or search engine optimization, is a critical online marketing approach that entails getting your website and business accessible in search engines. Ultimately, SEO is a catch-all phrase for any approach used to boost your website's ranking in search results for keywords related to your business.

Identifying what consumers look for online, the phrases or terminology they use, and the sorts of material they want to consume are key components of any search engine optimization plan. When done effectively, SEO helps marketers to reach and engage with individuals who are looking for the products and services that their company provides.

Where would you add a new tag on an invoice that was already created?

Answers

To add a new tag on an invoice that was already created, find the tag group, select the run report and select edit group.

What is an invoice?

It should be noted that an invoice is a stamped document that itemizes and records a transaction.

In this case, to add a new tag on an invoice that was already created, find the tag group, select the run report and select edit group.

Learn more about invoice on:

brainly.com/question/4056820

#SPJ12

There are 4 servers in the checkout area. The interarrival time of customers is 2 minutes (convert to rate/hr). The processing time of a server is 5 minutes/customer (convert to rate/hr). What is the overall utilization of the total server capacity

Answers

Answer:

Explanation:

bwfwgxqsvga

Which transform function would you use to operate the filename values into two separate columns, one for the filename and the other for the file extension? e. G. , xml

Answers

The transform function that a person can use to operate the filename values is Split Column - Split at Right-most delimiter

What is Split a column by delimiter?

A person can split or divide a column that has a text data type into multiple columns via the use of a common delimiter character.

An example is: A Name column that has some values written that is <LastName>, <FirstName> This is one that can be divided into two columns via the use of the comma (,) character.

Therefore, The transform function that a person can use to operate the filename values is Split Column - Split at Right-most delimiter which is option d.

See options below

A. Extract - Text before delimiter

B. Split Column - Split at Each occurrence of the delimiter

C. Extract - Text after delimiter

D. Split Column - Split at Right-most delimiter

Learn more about transform function from

https://brainly.com/question/1548871

#SPJ12

Assume that desktops and laptops are alternatives goods that can be produced by computer manufacturers. A rise in the price of laptops will

Answers

A rise in the price of laptops, the price for the substitute goods or substitute good which is desktops  will also increase.

What is the price about?

Note that an increase in the supply of laptops will still lead to the supply curve of laptops to shift towards the right.

Since laptops and desktop computers are alternatives to each other, the decrease in the price of laptops makes them also increase in price.

Therefore,  A rise in the price of laptops, the price for the substitute goods or substitute good which is desktops  will also increase.

Learn more about alternatives goods from

https://brainly.com/question/25815053

#SPJ12

I don't want my large video files using up all my hard drive space . can i archive my videos in on dvds or blu rays?

Answers

Answer:

yes but it's barely safe

Computer science student jones has been assigned a project on how to set up sniffer. What just he keep in mind as part of the process?

Answers

In the case above, what just comes to  mind as part of the process is option d.

What is sniffer?

A sniffer is known to be a kind of a software or hardware tool that gives room for a person to be able to “sniff” or look through one's internet traffic in real time, getting  all the data flowing to and from a person's computer.

Therefore, In the case above, what just comes to  mind as part of the process is option d.

Learn more about sniffer from

https://brainly.com/question/14265770

#SPJ1

The _____ is the part of a computer that executes the instructions of a computer program.

Answers

Answer:

Central processing unit (CPU)

Hope you have a great day :)

a help desk structured into levels or tiers of support uses a ____ support model.

Answers

A help desk that is structured into levels or tiers of support uses a multilevel support model.

What is a multilevel support model?

A multilevel support model can be defined as a type of model that is structured into two or more (multiple) levels or tiers, for the purpose of efficiency and control.

This ultimately implies that, a help desk that is structured into levels or tiers of support uses a multilevel support model.

Read more on multilevel support model here: https://brainly.com/question/15172615

#SPJ11

the ________ directive causes the contents of another file to be inserted into a program.

Answers

The #include directive causes the contents and resources of another file to be inserted into a software program.

What is a file?

A file can be defined as a computer resource that avails an end user the ability to store, save, or record data as a single unit on a computer storage device.

In Computer programming, the #include directive is a command which causes the contents and resources of another file to be inserted into a software program.

Read more on files here: https://brainly.com/question/6963153

#SPJ12

you want to implement a protocol on your network that allows computers to find the ip address of a host from a logical name. which protocol should you implement?

Answers

The protocol that should be implemented is that one needs to enable hosts on the network to find the IP address.

What is IP address?

It should be noted that IP address simply means a unique address that defines a device on the internet.

In this case, the protocol that should be implemented is that one needs to enable hosts on the network to find the IP address.

Learn more about IP address on:

brainly.com/question/24930846

#SPJ12

a web browser is an example of which type of network component?

Answers

A  web browser is an example of Network Client type of network component.

What is a Network Client?

This is known to be a  software that runs  usually on a client computer and it is one that gives room for it to set up connectivity with services that are known to be running on server computers.

Note that A  web browser is an example of Network Client type of network component as that is what it is..

Learn more about web browser from

https://brainly.com/question/22650550

#SPJ11

write the definition of a method reverse, whose parameter is an array of ints. the method reverses the elements of the array. the method does not return a value.

Answers

The reverse() method reverses the order of the elements in an array.

What is a reverse method?

The reverse() method reverses the order of the elements in an array.

The reverse() method overwrites the original array.

What the reverse method does in array is to change the order of the items in array in a descending order.

For example

var fruits = ["Banana", "Orange", "Apple", "Mango"];

fruits.reverse();

The fruits.reverse(); will return [Mango, Apple, Orange, Banana}

Notice it has been reversed.

The code it written in Javascript.

learn more on reverse method here: brainly.com/question/14500181

#SPJ2

________ is interpreted. Group of answer choices A. Python B. C C. C D. Ada E. Pascal

Answers

The interpreted are;

A. JavaB. C++D. C#What is interpreted programming language?

An interpreted language is known to be a kind of language where its implementations often carry out or execute instructions directly.

The C++ is known to be a kind of cross-platform language that is often used to make any high-performance app.

Java is known to be High-level programming language that is said to be class-based and also an object-oriented programming language.

Note that The interpreted are;

A. JavaB. C++D. C#

Learn more about Java from

https://brainly.com/question/25458754

#SPJ11

How do i get in if i just turned thirteen and i already picked under thirteen on the log in page?

Answers

Answer:

Generally, there is an option under your account settings in which you can change the age that you are. Since you turned 13 for example but you put your age as under 13 in the log in details, just access your account settings and change to 13 or above. Also, it is best to have a trusted adult such as a parent moniter you when you make changes to your personal imformation on an account.

2. Which domain represents the greatest risk and uncertainty to an organization?

Answers

Answer:

The User Domain

Explanation:

Since human behavior is unpredictable and impacted by forces outside of policy's control, the User Domain carries the most risk and uncertainty. The User Domain is a significant vulnerability in the IT architecture. Any end-user who accesses information at the organization falls within this domain. Employees who neglect to secure their laptops before leaving their offices, for example, or employees who leave critical corporate information on their desks. Such risks have the ability to ruin a company by falling for a social engineering technique can result in the introduction of viruses into the business network. It could result in the encryption of important files required for day-to-day processes. The only option in the lack of comprehensive backups of these documents would be to pay the blackmail. If the hackers unencrypt the data as they promise after the ransom is paid, this might result in days of lost work.

The domain that represents the greatest risk and uncertainty to an organization is known as the user domain.

What is a user domain?

It should be noted that a user domain simply means a vital vulnerability in the IT architecture.

Here, the domain that represents the greatest risk and uncertainty to an organization is known as the use domain.

Here, the username as password are stored on a domain controller.

Learn more about domain on:

brainly.com/question/26098895

#SPJ12

The sorted values array contains the sixteen integers 1, 2, 3, 13, 13, 20, 24, 25, 30, 32, 40, 45, 50, 52, 57, 60. How many recursive calls are made by our binarySearch method given an initial invocation of binarySearch(45, 0, 15)

Answers

The number of recursive calls that have to be done using the binary search is 4.

How to do the recursive calls

binarySearch = (45, 0, 15)

start + end / 2 = value

mid = 0 + 15/2 = 7.5

The 7th element = 30

30 is less than 45

8 + 15/3

= 23/2 = 11.5

The 12th element = 52

52 is greater than 45

8 + 11/2

= 19/2 = 9.5

The value of 9 = 40 and 40 is less than 45

10+ 11/2 = 10.5

The tenth value is 45 hence the iteration to be done is 4.

Read more on binary here:

https://brainly.com/question/21475482

#SPJ1

An algorithm to find the perimeter of a triangle

Answers

Answer:

step 1- start

step 2- Input a,b,c

step 3 - perimeter = a+b+c

step 4 - Print the perimeter

step 5 - End

Which type of URL gives an abbreviated path to a resource using the current page as a starting position?

Answers

A relative URL is a type of URL that gives an abbreviated path to a resource by using the current webpage as a starting position.

What is a relative URL?

A relative URL can be defined as a type of URL that doesn't contain or use the full address of a website, but only the path (location) following the domain name.

This ultimately implies that, a relative URL is a type of URL that gives an abbreviated path (location) to a web resource by using the current webpage as a starting position.

Read more on relative URL here: https://brainly.com/question/26670945

#SPJ12

Alex wrote a science fiction story about half-living, half-robot creatures in
another galaxy. He wanted to copyright the creature idea for later sequels but
was denied. What element was missing?
O A. Creativity
OB. Fixed form
O C. Interest
OD. Originality

Answers

Answer:

im not sure about this one but im pretty sure its d since this is not a original idea at all their are like tons of cyborn alien thing on their and this would not be original

Hope This Helps!!!

A(n) _____ is a local connection point-of-presence that connects a variety of high-performance networks, and its main function is the exchange of Internet2 (I2) traffic with a specified bandwidth.

Answers

Answer:

GigaPOP

Explanation:

A gigabit point of presence, also known as GigaPOP is a single entry point to Internet2, which is a high-speed IP network managed by institutions and other organizations. Gigabit Points of Presence generally handle data transmission rates of one gigabit per second or more.

The _____ characteristic of an intelligent agent demonstrates its ability to learn from previous knowledge and go beyond information given previously

Answers

Answer:

Adaptability

Explanation:

The agent is adaptable, versatile, and capable of establishing its own goals based on its implicit purpose. The range of quality measures for each of the aforementioned qualities, suited to the agent type, will then define software agent quality, and the value of a multi-agent system will be a function of the quality of each of the agents participating in the system.

This characteristic is characterized by the agent's capacity to alter its state in order to adapt to the environment, the ability to evolve and adapt its functionality to the surroundings at runtime, and the ability to appropriately interact with exceptions produced by the environment in order to rate the agent's ability to adjust and survive.

The Adaptability characteristic of an intelligent agent shows its ability to learn from former knowledge and go beyond information given before.

What is Adaptability characteristics?

Adaptable attribute is when people have a kind of elastic-like energy and they are said to be willing to bend and break any given habits, to push themselves when circumstances is altered.

Therefore, The Adaptability characteristic of an intelligent agent shows its ability to learn from former knowledge and go beyond information given before.

Learn more about Adaptability characteristic from

https://brainly.com/question/25594630

#SPJ12

3. For “Incident Energy Analysis” What body parts are involved in the distance
from the arc source.?

Answers

The body part that is close to the arc flash boundary is the energized conductors or circuit parts.

What is the distance of an arc flash?

The working distance is known to be the distance that exist between a person and the center of an arc flash.

Note that The body part that is close to the arc flash boundary is the energized conductors or circuit parts.

Learn more about Energy from

https://brainly.com/question/13881533

#SPJ1

30 POINTS FOR THE CORRECT ANSWERS
Thinking globally has become a big part of visual communications especially with online communication. Images, words, and designs can instantly travel the world.
Questions to Consider and Answer:
How does a designer decide what images, colors, and styles will appeal to a global audience?
Is it possible to design something that appeals to everyone?
What are the biggest potential problems with global design?
Are there legal implications to consider?
What is the best way to understand another culture?
Put yourself in the shoes of a designer who has been asked to create an ad campaign for a global athletic footwear company. Give a brief description of how you would plan to do research on different cultures and what potential obstacles and opportunities you might have. Sketch an ad that could appear on a website anywhere in the world. It must communicate simply and not be offensive to any culture or group of people. Post your sketch with your answers to the questions above.

Answers

A designer decide what will appeal to a global audience by:

Keep Design in a little way. Look out for the Layout used.Do make use of Safe Colors.

Is it possible to design something that appeals to everyone?

It may not be possible as people's taste differs  but one can design a product or solution that may appeal to the majority of people.

The biggest problem in design the design's lack of diversity.

There are legal implications to consider such as been unique and not coping people's design.

Therefore, A designer decide what will appeal to a global audience by:

Keep Design in a little way. Look out for the Layout used.Do make use of Safe Colors.

Learn more about global audience from

https://brainly.com/question/19569309

#SPJ1

Danielle has been asked to configure virtualization at her company. She recommends that her manager buy multicore processors. What justification should she give as to why virtualization workstations require as many CPU cores as possible

Answers

The justification should she give as to why virtualization workstations require as many CPU cores as possible are the Each virtual machine makes use of actual CPU resources for processing instructions and data (pg227, 228).

What justification need to she deliver as to why virtualization workstations require as many CPU cores as possible?

Because every visitor's working device runs in its personal space, a couple of cores are required to shop the collective data.

Footprint discount is the primary goal, go together with a bigger wide variety of cores over quicker clock speeds. However, if workload overall performance is a larger concern, quicker clock speeds and less cores would possibly make greater sense.

Read more about the virtualization :

https://brainly.com/question/25110079

#SPJ1

When there are conflicting gpos, what's the order in which they're evaluated and applied?

Answers

When there are conflicting GPOS, the order in which they're evaluated and applied are: Site, Domain, and OU.

What is the conflict about?

Note that when trying to know which policy settings to apply, the local policy of the machine is said to be examined, followed by site policies, then domain policies, and lastly the policies on all the OUs that has all the object being processed.

Therefore, When there are conflicting GPOS, the order in which they're evaluated and applied are: Site, Domain, and OU.

Learn more about conflicting from

https://brainly.com/question/24769299

#SPJ12

What does the router on the WAN owned by your internet service provider do
with any packet it receives?
A. The router reads the packet and sends it to another router on the
internet.
B. The router sends the packet to a central computer in a secret
location.
C. The router sends the packet directly to individual devices all over
the world.
D. The router stores the packet in an electromagnetic cloud for easy
access.

Answers

The router on the WAN owned by an internet service provider (ISP) does the following with any packet it receives: option A.

What is a router?

A router is a network device (node) that is designed and developed to connect two (2) different computer networks together, in order to allow them communicate by forwarding and receiving packets.

In Computer networking, the router on the WAN owned by an internet service provider (ISP) is designed and developed to read the packet and then send it to another router on the internet.

Read more on router here: brainly.com/question/24812743

#SPJ1

What options are available for storing backups, physically?

Answers

The options are available for storing backups, physically are:

In both on site and off site,, a person can backup data to a given system that is located on-site, or the backups can be sent to any  remote system that is off-site.

What is a backup?

This is known to be a device that helps to save information or data temporarily or permanently.

Note that in the above, The options are available for storing backups, physically are:

In both on site and off site,, a person can backup data to a given system that is located on-site, or the backups can be sent to any  remote system that is off-site.

Learn more about backups from

https://brainly.com/question/17355457

#SPJ12

_____ is not considered a challenge when designing applications for multicore systems. A) Deciding which activities can be run in parallel B) Ensuring there is a sufficient number of cores C) Determining if data can be separated so that it is accessed on separate cores D) Identifying data dependencies between tasks.

Answers

Answer:

B) Ensuring there is a sufficient number of cores.

In order for a computer to perform a set of instructions

Answers

It must first be turn on
Other Questions
five percent of a batch of fuel was found faullty if 27 fuses were faulty how many were inspected the price of internet service is decreased by 7% to 52.00 what is the original price Samuel and 4 of his friends entered a chili cook-off. The rules allowed themto spend a certain amount on supplies. If each person spent $15 forsupplies, how much did they spend in all? How many sublevels inn the second energy level? A shopkeeper sold a watch for rupees 992 allowing 20% discount find its marked price last year, high-tech electronics earned $2.00 per share. if a share of its stock is selling for $60, what is the firm's p-e ratio? Question 11 of 22Which of the following was a problem caused by trusts in the late 1800s?A. Companies moved their factories to foreign countries.B. Factories had a difficult time finding workers.C. Consumers paid higher prices for goods and services.D. Businesses spent most of their money on workers' salaries. It takes 1.5 seconds for a grandfather clock's pendulum to swing from left (initial position) to right, covering a horizontal distance of 10 inches. which function models the horizontal displacement as a function of time in seconds? The function f(x) = 25x can be used to represent the curve through the points (1, 10), (2, 50), and (3, 250). What is the multiplicative rate of change of the function? 2 5 10 32 solve simulteneusly equation 6p-4r=4 and p-2r=5 Read the excerpt from The Scarlet Ibis.But Mama, crying, told me that even if William Armstrong lived, he would never do these things with me. He might not, she sobbed, even be all there. He might, as long as he lived, lie on the rubber sheet in the center of the bed in the front bedroom where the white marquisette curtains billowed out in the afternoon sea breeze, rustling like palmetto fronds.What best describes the effect of the sensory imagery used in this excerpt? which number is thesame distance away from -12 as 2? Rewrite in Reported Spech. "My teaches will pay Tarassila's bus fare, "Said Betty 100 POINT!!! One major theme in lord of the flies is that society falls apart when people do not follow its rules. In a response of two well-developed paragraphs, explore how the actions and fates of Jack AND Piggy help develop this theme. Cite specific examples from the text to support the points in your response. What is the area of triangle ABD?a 4.5 cm 2b 3.5 cm 2c 7 cm 2d 6 cm 2 What is the length of the missing side of this triangle?A 2B 10C 50D 100top side is 26 bottom side is 24 left side is whats missing The quotient of 7 more than three times a number m and the number 27 less than n When are Americans most likely to have isolationist feelings? Find the value of x Find the value of y Why was the discovery of cuneiform so important in the study of ancient civilizations?A. because it provided a written record of daily life in SumerB. because it helped archaeologists find other civilizations to studyC. because it represented the largest work of art found in Sumer Who is the world richest man?