Difference between Operating System and Language Translator.
Need Fast!
Answers
Answer:
Operating System (OS) is the most important type of system software and can be defined as a set of programs which coordinate and control computer operations. It is a program or a series of programs which provides communication between the user and the computer hardware.
Translators are programs which convert instructions in assembly language or high level languages into machine languages because computer can only understand machine language. Since it is difficult to write programs in machine language, therefore, it is more usual to allow the computer to convert the program by using translation software.
Answer:
Explanation:
Operating System : Operating System (OS) is the most important type of system software, and can be defined as a set of programs which coordinate and control computer operations. Operating system is a program or a series of programs which provides communication between the users and the computer hardware.
Language Translator : Language Translator translates text from one language to another . Translators are programs which convert instructions in assembly language or high level languages into machine languages . Since it is difficult to write programs in machine language, therefore, language translators are used.
#SPJ3