answersLogoWhite

0

If by 'Microsoft' you mean 'Windows', then the difference is the platform.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What has the author Hari Andralojc written?

Hari Andralojc has written: 'Microsoft Word' -- subject(s): Microsoft Word (Computer program)


Program in which windows 98 is written?

Microsoft Visual C, I think.


What is a small program that can be written inside a file?

Macro in Microsoft Word


How do you define Microsoft Word?

Microsoft Word is a word processing program that was written by the Microsoft corporation. Since the inception of Microsoft Word, there have been many updates and changes.


What has the author Paul Lomax written?

Paul Lomax has written: 'VB & VBA in a nutshell' -- subject(s): Accessible book, BASIC (Computer program language), Microsoft Visual BASIC, Microsoft Visual BASIC (computer program language), Microsoft Visual BASIC for applications (computer program language), Microsoft Visual Basic for applications 'VBScript in a nutshell' -- subject(s): Internet programming, VBScript (Computer program language)


All compilers are written in C and to run a C code you need a compiler..how was the first program was compiled?

All compilers were not written in C. Some are written in Assembly Language.


What was Microsoft's first computer language program written for a personal computer called?

Microsoft BASIC, it was for the MITS Altair 8800 kit.


What is difference between OS and compiler?

An OS is an Operating System. This is the main software running on a computer that you interface with and run your programs... such as Microsoft Windows, or Apple's Mac OS X. A complier is a tool used to take the programming source code that someone has written to make a program, and build it into an actual application to run... which will then run on an OS most of the time.... though OSes are programmed and compiled as well.


What is meant by java run time program?

Java is a semi compiled programming language. This means that when the program is written it is compiled into BinCode which is machine independent. When it arrives at your computer is is then compiled using the components of the Java runtime into code which can be executed on your computer (usually displayed in your browser). The Java runtime is the collection of library files compiler and virtual machine to make this possible.


Is a code written in Eiffel programming language compiled or interpreted?

Compiled.


What has the author COMPILED BY P WYATT written?

COMPILED BY P. WYATT has written: 'READING PACKAGE FOR EMP1741HS'


What are two main purposes of the Java compiler javac?

One of them is creating *.class from *.javaSecond is identifying syntax errors in the *.java files and intimating the programmer so that he can correct them