answersLogoWhite

0

In theory any data can be transferred electronically in the form of a organized series of values of zero(s) and one(s).

Any kind of data is converted into digital form from analog form using ADC i.e. Analog to Digital Converter and then it is able to transfer over an electrical medium.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How does a flash disk store data electronically?

There are segments or sectors in which data is electronically stored. Emanet


What type of money is transferred electronically?

Digital Money


What purpose does a Nurit 8000 serve?

The Nurit 8000 is a wireless credit card terminal which enables customers to pay for items electronically in store. The product requires an internet connection where customer data will be securely transferred.


Does data have mass?

No, data does not have mass. Data is information stored electronically and does not have physical weight like a physical object.


What is a collection of data that is stored electronically as a series of records in a table?

A database.


What types of technology are used in map making?

Satellite imagery and GPS data are both used to plot locations. Then the data is transferred into a map of sorts using computers and graphics software.


With computers mapmakers can store process and display map data electronically?

True


What are the advantages of computerized data and paper-based data?

Files can be stored electronically. No more filing of hard copies. Spelling and grammar errors can be eliminated by using the spelling and grammar checker of the computer. Calculations can be done electronically.


What resource to use to file a worker's compensation claim electronically?

Electronic Data Interchange


What resource should a supervisor use to file a worker's compensation claims electronically?

Electronic Data Interchange


Is built-in data-type are abstract data-types in java?

All built-in data types are not abstract data types.


What is datatype.Define various types of data types?

In c language data types are used to specify the tye of data.for ex:int a;It means "a" is a variable of type integer.There are two types of data types in c.They areprimary data typessecondary data typesprimary data types are the built in data types and secondary data types are the user defined data types.eg for primary data types are int,float,char,long,double..and for secondary are arrays,structures,pointers,unions..