English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

14 answers

If you meant the programming language, it is java and VB.
If you meant the program , it wpuld be 'Hello world' program :D

2006-09-15 01:49:24 · answer #1 · answered by Anonymous · 0 0

There is no absolute, universal 'easiest' language. Some are easy for some people to learn but not so easy for others, and vice versa. Python is one of the easiest to learn and highly recommended for beginners. BASIC is also fairly easy to learn, but some people believe BASIC teaches programmers bad habits and should thus be avoided; I'm undecided on that myself. Pascal is about the same as BASIC, at least based on what I remember from my short fling with it. C is a little more difficult (but nice and powerful), and C++ is a little more difficult than that (OOP can be ugly to learn for a beginner). Some flavor of assembly might be considered 'most difficult,' but it's really just time-consuming to code in. You also have to be very careful about using your data in its proper context, otherwise you can get wildly unpredictable results (some are just wrong while others can corrupt other data or even crash your system). I actually prefer assembly because it removes all the abstraction other languages introduce. I can handle thinking procedurally better than an OOP approach. You could also do programming with a hex editor, if you are so inclined. That would probably be the most difficult approach short of using binary. To do that you'd probably have to write your own compiler/assembler, and you'd have to have either an excellent memory or a very thorough yet well organized reference manual.

2016-03-17 21:33:26 · answer #2 · answered by ? 4 · 0 0

The easiest and fastest computer program to learn is the typing program.

2006-09-15 01:55:57 · answer #3 · answered by Louise Smith 7 · 0 0

Do you mean program or programming language?

If you mean program, then it's a nonsense question - there are millions of programs out there that perform an amazing variety of tasks. Just because a program is easy to learn doesn't make it useful. For example, a shop I used to work in had a very simple POS program, very easy to learn, but useless outside of the shop.

If you mean programming language then to some degree the same applies. PHP is a remarkably simple language at heart, I picked up the basics in an afternoon of browsing online tutorials, but it's only really useful for one thing. If you wanted to make 3D games for instance, it'd be of no use at all.

In terms of a generic answer - BASIC type languages are known for their ease of use, but they are also known for their lack of power and speed. C++ isn't actually as difficult to learn as people make out, but for a happy medium I'd plump for Delphi (if you're programming on the Windows platform at least) - it's very easy and simple to read and learn, but has most of the capabilities of C++, and very nearly the same sort of speeds in some cases.

Rawlyn.

p.s. It is worth noting that HTML is NOT a _programming_ language - it is a _markup_ language!!!

2006-09-15 02:04:29 · answer #4 · answered by Anonymous · 0 0

Tthe easiest and fastest computer program to learn Basic.

2006-09-15 02:05:55 · answer #5 · answered by Anonymous · 0 0

You did not give us enough information... I assume computer languages.

I like PHP. -- probably best for getting stuff done and web stuff which people like. Perl comes next.

For a more formal treatment...
Rice has some good training materials (free too) geared around Dr Scheme and learning to program. Search on Dr. Scheme and rice. It has been said that LOGO is good ..and there are some fine logo training programs. The problem w/ logo and scheme is that one will have to transition to another language later.

2006-09-15 01:50:36 · answer #6 · answered by Anonymous · 0 0

Its not easy to learn anything unless ur completely leanning into the dept and so go for the right program from which u can benefit in future

2006-09-15 01:48:01 · answer #7 · answered by taral 2 · 0 0

I would say Java.

It is easy, it is object oriented (which you might not care about). And it provides a good basis for jumping to some other language if that should become necessary.

Plus, it's free!

2006-09-15 04:37:55 · answer #8 · answered by Dan C 2 · 0 0

C programming is easier and faster to learn.
I started my career from learning C. And today I am in a good software company.

2006-09-15 02:20:35 · answer #9 · answered by A D I T Y A 2 · 0 0

What catagory of programs are you talking about? Are you referring to a programing lanuage? An operating system?

2006-09-15 01:48:34 · answer #10 · answered by acklan 6 · 0 0

fedest.com, questions and answers