Chapter 5 - Part 1
Chapter 5 - Part 1
What is a Computer?
Computer Languages
The term programming means to create (or develop) software, which is also called a
program.
The software (program) contains the instructions that tell a computer what to do.
This course teaches you how to create programs by using the Java programming language.
There are many programming languages, each language was invented for a specific purpose
—to build on the strengths of a previous language, for example, or to give the programmer a
new and unique set of tools.
Faculty of Information Technology - Computer Science Department 3
Introduction
There are so many programming languages available, but there is no “best”
language.
Each one has its own strengths and weaknesses, where one language might
work well in some situations, whereas a different language may be more
appropriate in other situations.
If you learn to program using one language, you should find it easy to pick
up other languages.
Machine Language
Assembly Language
High-Level Language
3. Java Micro Edition (Java ME) to develop applications for mobile devices, such as
cell phones.