Monday, May 20, 2019

3 Basic Programming Languages

There are three basic types of computer chopinememing languages. These languages are mold, assembly, and high- take languages. Machine language is just a sequence of zeroes and ones. Different combinations of zeroes and ones mean different things and sends different affirmation to the computer. An advantage of this is that this is the only language that a computer can understand directly. However a disengagement is that this is not very easy for humans to be able to either read it or put out it. It bequeath be hard to get any developers to utilize this language.This is the reason why most will use one of the other two. Assembly language is the oldest form of non-machine language. It is a symbolic representation of machine language. It typically uses a one to one correspondence between the two. Another program called an assembler will translate it into machine language. Since assembly language uses easy to recognize codes, it makes it a lot easier for people to understand. When it comes to the program and how it relates to the computer processing and memory usage, the program will typically be stored in non-volatile memory until it is pick uped.Upon request it will then be loaded into random access memory ( pound). Once it is loaded into the RAM it then can be accessed by the central processing unit (CPU). It will then race instructions until terminated. Termination can either be by user or it can be due to software or hardware error. High-level languages will typically contain commonly apply English words and phrases, thus removing a lot of the symbols and structure that is required at a swallow level programming. There are several advantages to high-level languages vs machine or assembly.Typically if a program is written on one computer it can easily be modified to work on another computer. Also a single instruction written in a high level language will typically translate into several instructions in machine language. Now a disadvantage is that the se high level programming languages are typically less powerful and less in force(p) than assembly languages. They also need to be translated into machine language before their instructions can be understood and carried out. Now there is several different high level programming languages out there. wherefore are there so umteen? I think there are so many for a few different reasons. One reason is to take advantage of hardware improvements that have been make over the years. Another is just to make it simpler for programmers. The easier that a language is to learn the better the opportunity is to allure talent. When developing a program, you need to first have a problem to solve. There is a calendar method that is referred to as the program development cycle. This cycle has been developed as it is a model that can be repeated across the board to maximize success.The cycle has 7 basic steps. These steps are particularize the problem Outline the solution Develop the outline into a n algorithm Then test the algorithm compute the algorithm Run the program on the computer Document and maintain the program Now when approach up with the design for your program, you will need to have on hand some people to better input. Having the customer on hand to provide some of that input would be advantageous. Software Engineers, as tumefy as testing engineers will need to be giving input as well as the project manager.

No comments:

Post a Comment