answersLogoWhite

0


Best Answer

EBCDIC

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What code used in present day computing was developed by IBM corporation?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How to print the code of a program in the output terminal when the program is being executed in cpp?

Such a program is called a Quine. http://en.wikipedia.org/wiki/Quine_(computing)


Who developed QBASIC programming language?

The 2 professors who developed QBACIS were Jhon G.Kemeny and Thomas E.Kurtz.


What is remark in vbnet?

Remarks in any computing language are so programmers can make comments in the code. The comments only help programmers, and do nothing for the program or the end users. Comments are not code and don't do anything to the program. They are just a way for programmers to make little reminders about what the code does.


What is the HTML code for music?

The HTML code for music is <audio>. This tag is only present in HTML 5 and helps to embed music into the page.


What are the use of translators in computing?

Translation makes creating programs a much faster process. It allows us humans to write code in a much easier to understand (and therefore use) format. The translator takes our code and turns it into actual machine instructions that the computer understands.