answersLogoWhite

0


Best Answer

Apple and apple developers use Objective-C, and most other people usually use python, C, C++, or Java

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

6y ago

Java is easily the most popular applications programming language followed by C++. Meanwhile, C++ is the most popular general purpose programming language followed by C.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are computer programming languages using in now days?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is meant by C-language in computer science?

Firstly computer science is nothing but the science of computer. In earlier days computer were big boxes of circuits. If you ignore the problem of their size the big problem with them was that programmeres were not able to program them or interact with them. After that many programming languages were built to make the programming task easier. But when C language was released it changed the whole game. Now the programming was not only easy to do but also easy to learn.


What has the author Claire Bailey Passantino written?

Claire Bailey Passantino has written: 'Matilda, the Computer Cat, for the TI-99/4A computer' -- subject(s): BASIC (Computer program language), Computer games, Programming, TI-99/4A (Computer) 'School days for the TI-99/4A computer' -- subject(s): BASIC (Computer program language), Computer games, Juvenile literature, Programming, Programming (Computers), TI-99/4A (Computer) 'Lou, the Cockroach, Meets the Commodore 64' 'Matilda the computer cat for the Commodore 64 computer' -- subject(s): BASIC (Computer program language), Commodore 64 (Computer), Computer games, Juvenile literature, Programming, Programming (Computers) 'School days for the Commodore 64 computer' -- subject(s): BASIC (Computer program language), Commodore 64 (Computer), Computer programs, Juvenile literature, Programming, Programming (Computers) 'Itty bitty bytes of space for the ATARI computer' -- subject(s): Atari 400 (Computer), Atari 800 (Computer), BASIC (Computer program language), Computer games, Computer programs, Juvenile literature, Programming, Programming (Computers)


What has the author Sanders Kaufman written?

Sanders Kaufman has written: 'Teach yourself ActiveX programming in 21 days' -- subject(s): ActiveX, Internet programming, JavaScript (Computer program language), VBScript (Computer program language)


What is the role of web server web programming?

Web programming is the coding of webpages. This includes different languages such as HTML, CSS, Javascript, PHP, and more. It is creating the code that will make a website work. These days it involves more Client side programming techniques using Jquery, Ajax etc. Lot of functionality is possible with JavaSCript libraries like that of Jquery.


What has the author Matthew Harris written?

Matthew Harris has written: 'Winter Is White' 'Potpourri' 'Sams teach yourself Microsoft Excel 2000 programming in 21 days' -- subject(s): Business, Computer programs, Electronic spreadsheets, Microsoft Excel (Computer file) 'Applications Development Using Access'


How do you unlock oz from chrono days sim date?

Buy him with $300 using the computer.


Why do you need programming language?

Without programming languages it would be impossible to program a computer to perform a specific task, let alone reprogram it to perform a variety of different tasks. Machine code is the native language of the machine and is therefore a programming language in its own right (in the early days of computing, it was the only language available). Even if we couldn't reprogram the machine, we'd still need some means of providing it with the machine code that would determine the computer's function, even if that means encoding those instructions on a permanent memory chip such as a ROM. This necessitates that we also need to know which "dialect" of machine code the machine specifically understands, because machine code is a machine-dependent language. That is, the machine code to program one type of machine cannot be used to program another type of machine -- each has its own specific version of machine code. We can, of course, use low-level and high-level languages that we can more easily understand, but in order for the computer to be able to understand those languages we must still program it to translate the source code to its native machine code, which means we need a programming language. In the absence of any other programming languages, we must use machine code -- which is exactly what we used with the very first computers. Once we have one translation program, we can use it to create newer and better translators, newer and better languages. Today, we can use virtually any high-level programming language on any machine in order to produce machine code for any other machine. But it all started with just one machine and one programming language -- machine code.


Which function is used to find out number of the days between two given date?

You have to count the number of days in each of the months in between. Many programming languages, and programs like Excel, have special functions for date calculations; those can save you some time.


What did you understand by computer languages?

Our computers have their "own language". Haven't you noticed the modern language now a days? ttyl - talk to you later, omg - oh my god, wtf - what the f*** and SO many more..... are NOT computer language but domain, browser, nick, keypals and so on, are.


What has the author John D Conley written?

John D. Conley has written: 'Sams teach yourself object-oriented programming with Visual Basic in 21 days' -- subject(s): Microsoft Visual BASIC, Object-oriented programming (Computer science)


What has the author Andrew Wozniewicz written?

Andrew Wozniewicz has written: 'Teach yourself Borland Delphi in 21 days' -- subject(s): Computer software, Delphi (Computer file), Development, Pascal (Computer program language), Object Pascal, Pascal (programming language)


Which are the software programming languages?

There are many programming languages all suitable for many purposes. (Except Java, that one is lame) The largest list of programming languages I could find is at http://en.wikipedia.org/wiki/Alphabetical_list_of_programming_languages A programming language is a medium to solve any problem step by step. Programming languages can be used to create programs that control the behavior of a machine and/or to express algorithms precisely.Programming or coding is a language that is used by operating systems to perform the task.Basically there are two different programming approaches; procedure oriented and object oriented. The procedure oriented programming (POP) approach focuses on creating and ordering procedures or a block of code keeping in mind to accomplish a specific job. The key features of this kind of approach are: use of procedures, sequencing of procedures and sharing global data.However, in case of the object oriented programming (OOP) approach the focus is totally towards identifying objects or data and not on creative activities. Now a days most of the high level programming languages such as Java, C#, C++, and Visual Basic are based on object oriented approach.