answersLogoWhite

0


Best Answer

There are list of programming languages in computer software. Moreover the assigned code word letters are in the English alphabet. So, it is easy to transmit. Also, there are plenty of alphabetic abbreviations like;

www- world wide web,

I/O -- input/output,

IP -- internet protocol & many more.

Although, you can also check at hotfrog.com.au/find/programming-language..........

Hope it will help you more.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What language allows a programmer to use alphabetic abbreviations?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is an interpreted scripting language that allows a programmer to add dynamic content and interactive elements to a Web page?

html


How pointers make c language vulnerable?

Pointers make C (or any pointer language, for that matter) vulnerable, only to the extent that the programmer allows them to make it so. I say clearly, the vulnerability or solidity of the language is not the responsibility of the pointer, but of the programmer. If you write poor software, do not blame that on the language. Now, it happens that pointers are a particularly dangerous thing, because their misuse can cause all sorts of bad things to happen. That still remains the programmer's fault, not the pointer's fault. It is also true that pointers are a particularly powerful thing, because their (proper) use can cause all sorts of good things to happen. It's still the programmer's glory, wouldn't you say?


What kind of training is needed to be a central heating programmer?

A central heating programmer is not an occupation, it is a device that operates by time switch and it allows you to turn your hot water on and off manually and allows you to set boiler times.


Which loading scheme allows programmer to use multiple procedure segment?

direct linking loader


How does a computer programer idenify a particuler part of the memory in a computer program?

Each part of the computer memory - each byte, in modern computer architectures - has an associated address, a number. Usually the programmer will be programming in a high-level language, which, instead of accesing memory directly by its address, uses a symbolic name - called a variable - to refer to this address. It is up to the programmer to give variables their names. The programmer should try to keep these names meaningful. If the programming language allows longer names, don't abbreviate variable names to one or two letters.


Is Assembly-language programs are written using binary codes?

Assembly language allows the developer to have almost total control over what the sequence of instructions will be when a program executes. A compiler tries to translate a high level language such as C++ into a series of instructions, but a good assembly language programmer may be able to optimize the sequence when a compiler cannot. Primarily assembly language is used for speed and optimal machine code.


What are the disadvantages of writing programs in high level languages?

The main advantage is that it allows for a more abstracted form of programming, unlike assembly. It is more obvious what the programmer is trying to accomplish in a language like Java or Python than it would be in assembly.


How does the programmer of free software make money?

Generally, if a software is well-received, many will donate money to the programmer out of appreciation or in order for them to continue their work. The programmer might include advertisements on the site to get income from hits. Alternatively, the programmer might also use a "freemium" model, which allows the program to be used for free in a basic capacity, but grants more features if it is bought.


What is a bitwriter?

It's an electronic programmer that allows you to change the settings and store programs for DEI automotive products such alarms, remote starts, and amps.


What does language do?

Sign Language allows those that are unable to speak for themselves to use their hands to talk for them.


Is c language a secure programming language?

C is coming around to being defined as a secure language, but older drafts of C, such as C91 and C99, are inherently insecure. The design philosophy of the day was "trust the programmer," which of course meant that it had to be insecure because the programmer might want to do something unexpected, such as accessing a hardware port directly or dropping in some optimized assembler code that manipulated pointers in an unusual pattern that a specific piece of hardware requires.Today's C (C11) is more robust and offers new features, and is less likely to "trust the programmer" than older drafts, but it still allows inherently insecure actions. Other languages that are derivatives of C (such as C# or C++) are more secure. For example, C# is staticallyanalyzable-- the Common Language Runtime that underpins this and other .Net languages can assert that the program will not crash, handle memory references incorrectly, or otherwise perform in a way that could cause system instability. Even then, however, a programmer may mark code as "unsafe", which disables static analysis and requires the user to accept the risks of running the application.


What allows everyone to use the software and it can be loaded onto every machine and people can use it whenever they want?

Such software is known as "Open Source" in which the source code is offered by the original owner/programmer/community for a programmer, to freely download and alter, if need be, to suit the needs of the downloader, .