answersLogoWhite

0

An interface is the place where two different things meet and interact. This term often comes up with regard to computers. Data processing takes place inside the computer, and thoughts take place inside the user of the computer, and they meet at an interface, which is a keyborad and a monitor screen (and usually speakers as well).

Normally, the term interface most commonly used in networking world.Every networking equipments of the world are connected through interfaces in order to make intelligible communications such as-routers, switches, hubs-these devices has interfaces. One important characteristics of interface is that they they should have the combination of input and output.

Made a very important ( revolutionary and unpublished ) discovery - invention-the1.first practical device for reading human thoughts / human mind reading machine / Brain Computer Interface. In particular, I have created a means for people with Locked - in Syndrome ( LiS ) and ALS ( such as British physicist Stephen Hawking or Steve Gleason problem ). Another unit called human Speech Generating Device. Discovery is not published. I invite partnership. Russia. Thank you. Сурен Акопов. email : tyristcheget@gmail.com / About the problem look :

Jack Gallant, Tom Mitchell and Marcel Just, John - Dylan Haynes, human mind reading machine.

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

What are the types of network interface card?

Gigabit Ethernet interface Controller interface Serial interface Multilink Group interface MFR (Multilink Frame Relay bundle interface) Dialer interface Loopback interface Tunnel interface ATM interface


What interface is an interface that uses graphics as compared to a command-driven interface?

Graphical User Interface


What is a tagging interface type?

A tagging interface type in Java is an interface that has not defined methods such as the java.io.Serializable interface.


Does a corsa have an interface on non interface engine?

Does a Chrysler Sebring 2008 have an interface or non interface engine


Is Iterator a class or Interface?

Its an interface.


Can interface implement the other interface?

No. An interface cannot implement another interface, it can only just extend it. Because, an interface cannot implement any method as it has no method body declarations.


What is an interface that uses graphics as compared to a command-drive interface?

The interface you are looking for is called a GUI (Graphical User Interface). This interface is supported by all Microsoft Windows Operating System's.


What interface is extended by AWT event listeners?

The AWTEventListener interface implements the EventListener interface.


What has the author Marcus Tonndorf written?

Marcus Tonndorf has written: 'An interface in an interface in an interface'


What is interface?

Interface is the layout that you see and work on.


When was We Interface created?

We Interface was created in 2004.


Can you create an empty interface with no definitions?

Yes. This is a valid interface definition in Java: interface Useless {}