Programming Language of Computer
Programming Language of Computer
Kumar
ASSISTANT PROFESSOR
DEPT. OF ANIMAL GENETICS AND BREEDING
Bihar Veterinary College, Patna-14
BASU
Programming Language of
Computer
Introduction of Programming Language
• We speak many languages like Hindi, English, Punjabi, Tamil, Marathi etc. These
are the regional languages through which the people of same region
communicate with each other. So a ‘language’ is a medium through which you
can express your ideas to others.
• You know that computer is a machine. It does not understand the language we
speak. If we want to communicate with a computer, we must learn its language.
Introduction of Programming Language
• The full form of BASIC is Beginners All Purpose Symbolic Instruction Code.
This language is best suited for beginners. This is a very user-friendly language,
which develops interest of programming in the beginners. Generally, all types of
tasks can be done using BASIC, i.e., graphics, general programs, using musical
tones, drawing figures, etc. John Kemeny and Thomas Kurtz developed Basic
language in the year 1960 at Dartmouth College, USA.
Introduction of Programming Language
• We have also seen that a computer can understand only a computer language,
which is translated into its equivalent machine level language for processing. In
this chapter, we will see how we can instruct the computer, using a high level
language called BASIC.
• Different types of computers language :
• Some of the computer languages are LOGO, BASIC, PASCAL, FORTRAN, C++,
JAVA, etc.
Computer languages - LOGO
• In this chapter, we will learn about LOGO language.
• LOGO is one of the easiest and simplest computer languages. Using LOGO, you
can draw different types of figures, solve mathematical problems and can even
write messages on the screen.
• After completing your work in LOGO, it is necessary to come out of LOGO. You
can exit LOGO by typing “BYE” in the Input box and pressing the Enter key.
• Click on File option and select Exit from drop down menu. This way, you will go
back to the Windows desktop.
• LOGO Commands
• Command means giving orders to the computer in its language. In case of
LOGO, the turtle moves on the screen following the commands given by you.
• Let us learn about the different types of commands given in LOGO.
Different Types of LOGO Commands