The development of what technology allows for collecting and transmitting big data as well as allowing local processing to detect and solve problems on the spot?

Answers

Answer 1

The development of the Internet of Things allows for collecting and transmitting big data as well as allowing local processing to detect and solve problems on the spot.

Internet of Things refers to a system of interrelated computing devices, objects, digital machines, etc that are provided with unique identifiers.

It should be noted that the internet of things is vital in the transmission of data over a network without the need for human-to-human interactions.

It's also vital to collect and transmit big data as well as allow local processing to detect and solve problems on the spot.

Read related link on:

https://brainly.com/question/25189026


Related Questions

refund please, this has not helped at all.

Answers

Answer: How this works is you answer other people’s question which then gives you points to ask your questions, most of the time people give you good answers. And other times people already ask what your wondering and have the answer right there for you…

Explanation: Sorry your not having the best experience..

Unfortunately you can not refund points :(

Sorry I hope you have a better day

Star Wars Trivia!!!!!
1) How many movies are there?
2) How did Rey beat Palpatine?
3) What is the Resistance, and who is/was the leader?

Answers

Answer:

1 15 movies

2 Palpatine deploys his Force lightning, which Rey manages to repel with her own lightsaber

3 General Leia Organa and the Resistance.

Explanation:

What command do we use to enter data from the keyboard?
A. print(x)
B. int(x)
C. X='data'
D. input('Import x=')

Answers

D I would think……… good luck


A friend wants to design an app but has never done so before and isn't sure how to begin. What would you suggest they do first?
А.research
В.STAIR
C.iterative processing
D. analysis

Answers

Answer:

(A) Research

Explanation:

I would suggest this because you need to understand how the whole thing is created and how it works along with how to code.

A friend wants to design an app but has never done so before and isn't sure how to begin. The thing that would you suggest they do first is А.research.

What is research?

Research is described because the advent of the latest understanding and/or the usage of present understanding in a brand new and innovative manner with a purpose to generate new concepts, methodologies and understandings. This may want to encompass synthesis and evaluation of preceding studies to the quantity that it ends in new and innovative outcomes.

The suggestion that has to be given would be to do А.research as to attain a good experience.

Read more about the research:

https://brainly.com/question/968894

#SPJ2

find the circurmfrence of a circle whose radius is 8.4​

Answers

Answer:

A circle of radius = 4.2 or diameter = 8.4 or circumference = 26.39 cm has an area of: 5.542 × 10 -9 square kilometers (km²) 0.005542 square meters (m²) 55.42 square centimeters (cm²)

Explanation:

Complete the second line of code so that the first occurence of 3 is deleted from the list. myList = [7, 2, 3, 10, 3, 6]

myList. (3) _______

Answers

Answer:

remove

Explanation:

myList. remove(3) will remove the first occurrence of 3 in the list.

The second line of code so that the first occurrence of 3 is deleted from the list. myList = [7, 2, 3, 10, 3, 6] myList. (3) myList. remove(3) will eliminate the list's first instance of the number 3.

What is occurrence?

Occurrence is defined as the existence of an event, fact, or incident. something that takes place; occurrence; incident. The area contained inside the shortest continuous imaginary boundary that can be constructed to include all the known, inferred, or predicted sites of current occurrence of a taxon, excluding cases of vagrancy, is referred to as the extent of occurrence (EOO).

The output is 25,. list = [1,2,3,4,5,6,7,8,9,10] contains a list of numbers from 1 to 10. the clear() method. Python 3's list. clear() function is the suggested method for removing every item from a list. To determine whether an element is present in the passed list or not, use this operator. If the element is in the list, it returns true; otherwise, it returns false.

Thus, the second line of code so that the first occurrence of 3 is deleted from the list. myList = [7, 2, 3, 10, 3, 6] myList. (3) myList. remove(3) will eliminate the list's first instance of the number 3.

To learn more about occurrence, refer the link;

https://brainly.com/question/28953812

#SPJ2

the computer stores currently used programs and data in ________.

Answers

Ram memoryyyyyyyyyyyy

The computer stores all the currently used programs and data in the RAM of the computer. RAM stands for Random-Access Memory. It has all the temporary memory.

What is RAM?

RAM stands for Random Access Memory. It is a fundamental element of computing. RAM is a temporary memory bank of computer where the computer stores all the data it needs to retrieve quickly.

The core of the computer has the central processing unit or CPU which is the source of control that runs all the programs and instructions in the system. In order to function properly, the computer system uses two types of memory which are primary and secondary. The main storage is the primary memory which has all the important data whereas the currently used data and programs are stored in the secondary memory of the computer system.

Learn more about Computer here:

https://brainly.com/question/13027206

#SPJ5

giúp tớ với ạ :( tớ cảm ơn

Answers

[tex] \huge\green{here \: is \: your \: answer}[/tex]

[tex] \huge\green{here \: is \: your \: answer}[/tex]

[tex] \huge\green{here \: is \: your \: answer}[/tex]

where are the quick access icons located for changing your view from normal to slide sorter?

Answers

Answer:

You can switch to Slide Sorter View in two easy ways: Click the Slide Sorter button at the right side of the status bar (as shown in the following figure). Select the View tab on the Ribbon and then click the Slide Sorter button in the Presentation Views group.

Explanation:

List the different types of views in which Reports can be displayed.

Answers

Answer:

Depending upon the type of report you are viewing, the following view types are available. Report view is the default view for most reports. It consists of a time period, an optional comparison period, a chart, and a data table. Trend view displays data for individual metrics over time.

Explanation:

Read everything and give me your answer, do not forget to give me 5 stars, thank you

The contents of a data file are as shown.
dog, 30, 6
dog, 45, 2
cat, 12, 3
22, cat, 15
This data is
O abstract
O incorrect
O structured
O unstructured

Answers

The contents of a data file is Unstructured data.

What are data file?

This is known to be a computer file that is said to store data that are often used by a computer application or system. They are made up of input and output data.

Conclusively, The Unstructured data is said to be a collection of different kinds of data that are said to not be stored organized or a well-defined form.

Learn more about data file from

https://brainly.com/question/26125959

!!Help please!!
Why is it a good idea to store numeric data in variables in a program?​​

Answers

Answer:

Pretty sure it's D

Explanation:

A variable in programming is a value that may vary depending on the conditions or information provided to the programme. The correct option is D.

What is a variable?

A variable in programming is a value that may vary depending on the conditions or information provided to the programme. A programme is typically made up of instructions that tell the computer what to perform and data that the programme utilises while executing.

In any programming language, it is always a good idea to store numeric data in variables in a program because that makes it easier to reference and make changes to the data.

Hence, the correct option is D.

Learn more about Variables:

https://brainly.com/question/15776744

#SPJ2

the united kingdom is using what technology to help locate pipes buried underground?

Answers

Answer:

They are using drowsing rods.

Explanation:

What is the extension of a BASIC256 program file?​

Answers

Answer:

The extension of a BASIC-256 program file is kbs

embroidery in the philippines became more popular because of its

Answers

Answer:

It became very popular because of it's texture and also it's quality

please give brainliest

_____________programs and features are often integrated into video editing software.

Answers

The programs as well as features that can be  integrated into video editing software as regards this question is Audio editing.

Audio editing can be regarded as  process that involves the  manipulation of  audio so that some features can be altered.

such features could be length as well as speed, and volume and after the alteration additional versions such as loops can be created.

This can be achieved by using audio editing software

Some software that can be used for Audio editing are:

Adobe Audition. AudacityAbleton Live.GarageBand. Hindenburg Journalist Pro.

Those  audio editing techniques that common in this age are:

Amplification and Compression

Limiting

Equalization

Therefore, Audio editing can be integrated into video editing software

Learn more at:

https://brainly.com/question/22983067?referrer=searchResults

Answer:

Explanation:

The programs as well as features that can be  integrated into video editing software as regards this question is Audio editing.

Audio editing can be regarded as  process that involves the  manipulation of  audio so that some features can be altered.

such features could be length as well as speed, and volume and after the alteration additional versions such as loops can be created.

This can be achieved by using audio editing software

Some software that can be used for Audio editing are:

Adobe Audition.

Audacity

Ableton Live.

GarageBand.

Hindenburg Journalist Pro.

Those  audio editing techniques that common in this age are:

Amplification and Compression

Limiting

Equalization

Can someone please help me?

Answers

Answer:

just gimme 5 robuk

Explanation: now i i will punch

The optical phenomenon that allows us to view rapidly changing still images as moving images is called _______.

persistence of vision
eternal vision
20/20 vision
none of the above

Answers

Answer:

The answer is persistence of vision

please give brainliest

access is generally used to work with ________ databases.

Answers

Answer:

access is generally used to work with relational databases

What is the benefit of hosting a website on a personali
O A.
lesser cost of buying hardware
B. good Internet speed
o c.
better cooling of web server machines
D.
easier backups

Answers

I believe the answer is D :)

The line of the code to the right, will create a NumPy array from a list.

Answers

Answer:

True

Explanation:

What are the method of making glass

Answers

Answer:

The process involves wetting the edge of a blowpipe (blowtube) and dipping it into a furnace that has molten liquid glass.

Explanation:

The desired amount (glob) then sticks on to the pipe (spooling) and the 'glassmith', 'glassblower', or 'gaffer' blows air through the other end of the pipe to make the desired shape.

Answer:

Core-forming. the earliest method of making glass vessels is known as core-forming.

Casting. This process involved the shaping of molten glass in a closed mould or over an open former. ...

Blowing. ...

Mould-blowing. ...

Pattern-moulding. ...

Tralling. ...

Cutting. ...

Fire-polishing.

Explanation:

which would be the most efficient way to store files on your computer?

Answers

Answer:

Best way to store all your files is a external storage device, like a hard drive or a usb stick, copy all your files to the device and keep it in a safe place.

the idea that an object can exist separate from the executing program that creates it is called

Answers

Answer:

Explanation:

Apply handrub to palm of one hand.

Rub hands together covering all surfaces of hands and fingers.

Rub until handrub is absorbed.

You are to apply for a job opening in Techie world,Inc. as a web designer. Write your résumé relevant to the job title. Give details about good practices for writing a résumé and what should be avoided while writing your résumé

Answers

Answer:

web page

Explanation:

a web page designer can be very good for the company and marketing

Can someone plss help me with this!!


QUESTION: How do we communicate to a computer and what to put on a web page?

Answers

Answer: huh?

Explanation:

If you want help using drawing, word processing, and e-mail programs, the best place for you to find it is through the Start menu.


False
False

True

Answers

Answer:

true

Explanation:

Answer: The answer above me is wrong

CORRECT ANSWER IS FALSE

Explanation:

The diagram shows the parts of a computer. In which part is data processing done?

Answers

Answer:

CPU or (Central processing unit)

Explanation:

If you are talking about Hardware it is most likely the CPU or (Central processing unit  but i would need to see the diagram to be sure

Data processing is done in the Central Processing Unit (CPU) of a computer.

We have,

Control Unit (CU):

Think of the control unit as the "boss" of the CPU.

It manages and coordinates all the operations that happen inside the CPU. It fetches instructions from memory, decodes them to understand what needs to be done, and then directs the other parts of the CPU to perform those tasks.

Arithmetic and Logical Unit (ALU):

The ALU is like the "math brain" of the CPU. It handles all the mathematical calculations and logical operations. It can add, subtract, multiply, and divide numbers. It can also perform logical comparisons like checking if something is equal to, greater than, or less than something else.

Memory Unit:

The memory unit is like the "short-term memory" of the CPU.

It stores data and instructions that the CPU needs to work with right now.

This memory is very fast but small compared to other types of storage in the computer. It's used to hold information that the CPU is currently processing.

Thus,

Data processing is done in the Central Processing Unit (CPU) of a computer.

Learn more about CPU here:

https://brainly.com/question/29775379

#SPJ3

what do we use control structures for in javascript?

Answers

Answer:

pretty sure they allow the program flow to change within a unit of code or function

Explanation:

In JavaScript, control structures are control structures are used to manage how a program runs and they are:

Conditional StatementsLoops, etc.

What is the JavaScript?

In JavaScript, They let you decide, do the same tasks over and over again, and make rules based on specific conditions. The main things that control how JavaScript works are:

Conditional statements are used to do different things in a program depending on certain conditions. Loops are used to keep doing a block of code over and over again until a certain condition is not true anymore or for a specific number of times.

Read more about  JavaScript here:

https://brainly.com/question/16698901

#SPJ6

Christina needs to calculate the shipping costs for each invoice. The company charges a flat rate shipping charge of $5. Shipping charges are waived for invoices of $100 or more.
In cell H5, create a formula using the IF function and structured references to determine the shipping based on the following criteria:
a. If the value in the Amount column ([Amount]) is less than 100, the shipping charge is 5.
b. If not, the shipping charge is 0.
HELP ASAP PLEASE!!!!!! i keep using the formula =IF([Amount]<100,5,0) but it wont work right

Answers

its got to be B!!! correct me if i am wrong!

Let's use python

[tex]\tt Amount=input("Enter \: amount")[/tex]

[tex]\tt if \:Amount<100:[/tex]

[tex]\tt \quad Ship==5[/tex]

[tex]\tt else:[/tex]

[tex]\tt\quad ship==0[/tex]

Other Questions
Which one of these shapes is not like the others? Explain what makes it deferent by representing each width and height pair with a ratio. h= -16t^2+16t+192 When will the ball hit the ground? What was the purpose of Bradford's Of Plymouth Plantation? I DESPARATELY NEED HELP PLSSSS Am confused Pls help True or false: All organisms have a niche in their ecosystem can all kinds of changes be called development ? If not why? In the diagram on the side, BCDE and ACF are straight lines. Calculate the values of x and y. Write a sentence with the words: with, of, from, in 2. There is Filipino Muslim who wants to eat in your restaurant. He seems tired and needs something to eat and drink. Upon knowing his ethnicity, what will be the food you will offer to him to make him decide abruptly and satisfy his craving for food? Explain how John proctor finds peace amongst the wickedness in his past Which is greater: the number of atoms in one mole of calcium, or the number of molecules in one mole of carbon dioxide (CO2)? slove of the quotient of 952 and 4 How did the labor systems and economic policy of mercantilism that Europeans used in the Americas affect the new world the two basic ways transport can occur are passive and diffusion true or false write an inequality for the following statement: a is greater than or equal to 9 Find, correct to the nearest degree, the three angles of the triangle with the given vertices.A(1, 0, -1), B(3, -2, 0), C(1, 3, 3) How did the Intolerable act cause the American revolution? Please answerrrrrr if its correct ill give you brainliest! First correct gets it what is 7895+7553= pls help